Searched refs:idxd_device_driver (Results 1 – 7 of 7) sorted by relevance
| /drivers/dma/idxd/ |
| A D | bus.c | 10 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 const struct idxd_device_driver *idxd_drv = in idxd_config_bus_match() 39 container_of_const(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 D | idxd.h | 68 struct idxd_device_driver { struct 80 extern struct idxd_device_driver dsa_drv; argument 81 extern struct idxd_device_driver idxd_drv; 82 extern struct idxd_device_driver idxd_dmaengine_drv; 83 extern struct idxd_device_driver idxd_user_drv; 449 static inline struct idxd_device_driver *wq_to_idxd_drv(struct idxd_wq *wq) in wq_to_idxd_drv() 452 struct idxd_device_driver *idxd_drv = in wq_to_idxd_drv() 453 container_of(dev->driver, struct idxd_device_driver, drv); in wq_to_idxd_drv() 709 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv, 714 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv); [all …]
|
| A D | compat.c | 94 struct idxd_device_driver dsa_drv = {
|
| A D | dma.c | 359 struct idxd_device_driver idxd_dmaengine_drv = {
|
| A D | cdev.c | 679 struct idxd_device_driver idxd_user_drv = {
|
| A D | device.c | 1608 struct idxd_device_driver idxd_drv = {
|
| /drivers/crypto/intel/iaa/ |
| A D | iaa_crypto_main.c | 1859 static struct idxd_device_driver iaa_crypto_driver = {
|
Completed in 43 milliseconds