Home
last modified time | relevance | path

Searched refs:idxd_dev (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma/idxd/
A Didxd.h23 struct idxd_dev;
57 int (*probe)(struct idxd_dev *idxd_dev); argument
58 void (*remove)(struct idxd_dev *idxd_dev);
81 struct idxd_dev idxd_dev; member
140 struct idxd_dev idxd_dev; member
169 struct idxd_dev idxd_dev; member
202 struct idxd_dev idxd_dev; member
245 struct idxd_dev idxd_dev; member
335 #define idxd_dev_to_idxd(idxd_dev) container_of(idxd_dev, struct idxd_device, idxd_dev) argument
336 #define idxd_dev_to_wq(idxd_dev) container_of(idxd_dev, struct idxd_wq, idxd_dev) argument
[all …]
A Dbus.c40 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_match() local
44 if (idxd_dev->type == idxd_drv->type[i]) in idxd_config_bus_match()
56 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_probe() local
58 return idxd_drv->probe(idxd_dev); in idxd_config_bus_probe()
65 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_remove() local
67 idxd_drv->remove(idxd_dev); in idxd_config_bus_remove()
A Dcompat.c39 struct idxd_dev *idxd_dev; in bind_store() local
45 idxd_dev = confdev_to_idxd_dev(dev); in bind_store()
46 if (is_idxd_dev(idxd_dev)) { in bind_store()
48 } else if (is_idxd_wq_dev(idxd_dev)) { in bind_store()
82 static int idxd_dsa_drv_probe(struct idxd_dev *idxd_dev) in idxd_dsa_drv_probe() argument
87 static void idxd_dsa_drv_remove(struct idxd_dev *idxd_dev) in idxd_dsa_drv_remove() argument
A Ddma.c268 static int idxd_dmaengine_drv_probe(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_probe() argument
270 struct device *dev = &idxd_dev->conf_dev; in idxd_dmaengine_drv_probe()
271 struct idxd_wq *wq = idxd_dev_to_wq(idxd_dev); in idxd_dmaengine_drv_probe()
325 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove() argument
327 struct idxd_wq *wq = idxd_dev_to_wq(idxd_dev); in idxd_dmaengine_drv_remove()
A Dcdev.c258 idxd_cdev->idxd_dev.type = IDXD_DEV_CDEV; in idxd_wq_add_cdev()
306 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe() argument
308 struct idxd_wq *wq = idxd_dev_to_wq(idxd_dev); in idxd_user_drv_probe()
339 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove() argument
341 struct idxd_wq *wq = idxd_dev_to_wq(idxd_dev); in idxd_user_drv_remove()
A Dregisters.h390 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument
392 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument
393 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument
A Ddevice.c1269 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe() argument
1271 struct idxd_device *idxd = idxd_dev_to_idxd(idxd_dev); in idxd_device_drv_probe()
1309 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove() argument
1311 struct device *dev = &idxd_dev->conf_dev; in idxd_device_drv_remove()
1312 struct idxd_device *idxd = idxd_dev_to_idxd(idxd_dev); in idxd_device_drv_remove()
A Dinit.c223 idxd_dev_set_type(&wq->idxd_dev, IDXD_DEV_WQ); in idxd_setup_wqs()
281 idxd_dev_set_type(&engine->idxd_dev, IDXD_DEV_ENGINE); in idxd_setup_engines()
328 idxd_dev_set_type(&group->idxd_dev, IDXD_DEV_GROUP); in idxd_setup_groups()
510 idxd_dev_set_type(&idxd->idxd_dev, idxd->data->type); in idxd_alloc()

Completed in 17 milliseconds