Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
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()
A 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;
504 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
509 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
A Dcompat.c95 struct idxd_device_driver dsa_drv = {
A Ddma.c343 struct idxd_device_driver idxd_dmaengine_drv = {
A Dcdev.c355 struct idxd_device_driver idxd_user_drv = {
A Ddevice.c1337 struct idxd_device_driver idxd_drv = {

Completed in 13 milliseconds