Home
last modified time | relevance | path

Searched defs:idxd_dev (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/dma/idxd/
H A Dbus.c40 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_match() local
56 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_probe() local
65 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in idxd_config_bus_remove() local
H A Dcompat.c43 struct idxd_dev *idxd_dev; in bind_store() local
96 static int idxd_dsa_drv_probe(struct idxd_dev *idxd_dev) in idxd_dsa_drv_probe()
101 static void idxd_dsa_drv_remove(struct idxd_dev *idxd_dev) in idxd_dsa_drv_remove()
H A Didxd.h39 struct idxd_dev { struct
41 enum idxd_dev_type type; argument
101 struct idxd_dev idxd_dev; member
167 struct idxd_dev idxd_dev; member
197 struct idxd_dev idxd_dev; member
240 struct idxd_dev idxd_dev; member
317 struct idxd_dev idxd_dev; member
451 #define idxd_dev_to_idxd(idxd_dev) container_of(idxd_dev, struct idxd_device, idxd_dev) argument
452 #define idxd_dev_to_wq(idxd_dev) container_of(idxd_dev, struct idxd_wq, idxd_dev) argument
465 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_idxd() local
[all …]
H A Dcdev.c48 struct idxd_dev idxd_dev; member
59 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in dev_to_uctx() local
429 struct idxd_dev *idxd_dev = &wq->idxd->idxd_dev; in idxd_submit_user_descriptor() local
593 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()
661 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove()
H A Ddma.c316 static int idxd_dmaengine_drv_probe(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_probe()
361 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove()
H A Ddevice.c1561 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe()
1616 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove()