Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/idxd/
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
A Didxd.h38 struct idxd_dev { struct
40 enum idxd_dev_type type; argument
62 int (*probe)(struct idxd_dev *idxd_dev); argument
88 struct idxd_dev idxd_dev; member
150 struct idxd_dev idxd_dev; member
185 struct idxd_dev idxd_dev; member
220 struct idxd_dev idxd_dev; member
264 struct idxd_dev idxd_dev; member
361 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_idxd() local
368 struct idxd_dev *idxd_dev = confdev_to_idxd_dev(dev); in confdev_to_wq() local
[all …]
A Dcompat.c39 struct idxd_dev *idxd_dev; in bind_store() local
82 static int idxd_dsa_drv_probe(struct idxd_dev *idxd_dev) in idxd_dsa_drv_probe()
87 static void idxd_dsa_drv_remove(struct idxd_dev *idxd_dev) in idxd_dsa_drv_remove()
A Ddma.c297 static int idxd_dmaengine_drv_probe(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_probe()
336 static void idxd_dmaengine_drv_remove(struct idxd_dev *idxd_dev) in idxd_dmaengine_drv_remove()
A Dcdev.c305 static int idxd_user_drv_probe(struct idxd_dev *idxd_dev) in idxd_user_drv_probe()
356 static void idxd_user_drv_remove(struct idxd_dev *idxd_dev) in idxd_user_drv_remove()
A Ddevice.c1431 int idxd_device_drv_probe(struct idxd_dev *idxd_dev) in idxd_device_drv_probe()
1471 void idxd_device_drv_remove(struct idxd_dev *idxd_dev) in idxd_device_drv_remove()
A Dregisters.h403 #define GRPWQCFG_OFFSET(idxd_dev, n, ofs) ((idxd_dev)->grpcfg_offset +\ argument
405 #define GRPENGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 32) argument
406 #define GRPFLGCFG_OFFSET(idxd_dev, n) ((idxd_dev)->grpcfg_offset + (n) * GRPCFG_SIZE + 40) argument

Completed in 15 milliseconds