Home
last modified time | relevance | path

Searched refs:idxd_device_driver (Results 1 – 6 of 6) sorted by relevance

/drivers/dma/idxd/
Dbus.c10 int __idxd_driver_register(struct idxd_device_driver *idxd_drv, struct module *owner, in __idxd_driver_register()
29 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv) in idxd_driver_unregister()
38 struct idxd_device_driver *idxd_drv = in idxd_config_bus_match()
39 container_of(drv, struct idxd_device_driver, drv); in idxd_config_bus_match()
54 struct idxd_device_driver *idxd_drv = in idxd_config_bus_probe()
55 container_of(dev->driver, struct idxd_device_driver, drv); in idxd_config_bus_probe()
63 struct idxd_device_driver *idxd_drv = in idxd_config_bus_remove()
64 container_of(dev->driver, struct idxd_device_driver, drv); in idxd_config_bus_remove()
Didxd.h54 struct idxd_device_driver { struct
62 extern struct idxd_device_driver dsa_drv; argument
63 extern struct idxd_device_driver idxd_drv;
64 extern struct idxd_device_driver idxd_dmaengine_drv;
65 extern struct idxd_device_driver idxd_user_drv;
506 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
511 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
Dcompat.c95 struct idxd_device_driver dsa_drv = {
Ddma.c366 struct idxd_device_driver idxd_dmaengine_drv = {
Dcdev.c355 struct idxd_device_driver idxd_user_drv = {
Ddevice.c1362 struct idxd_device_driver idxd_drv = {