Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A 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()
H A Didxd.h60 struct idxd_device_driver { struct
68 extern struct idxd_device_driver dsa_drv; argument
69 extern struct idxd_device_driver idxd_drv;
70 extern struct idxd_device_driver idxd_dmaengine_drv;
71 extern struct idxd_device_driver idxd_user_drv;
651 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
656 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
H A Dcompat.c95 struct idxd_device_driver dsa_drv = {
H A Ddma.c353 struct idxd_device_driver idxd_dmaengine_drv = {
H A Dcdev.c663 struct idxd_device_driver idxd_user_drv = {
H A Ddevice.c1601 struct idxd_device_driver idxd_drv = {