Home
last modified time | relevance | path

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

/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 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 Didxd.h68 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 Dcompat.c94 struct idxd_device_driver dsa_drv = {
A Ddma.c359 struct idxd_device_driver idxd_dmaengine_drv = {
A Dcdev.c679 struct idxd_device_driver idxd_user_drv = {
A Ddevice.c1608 struct idxd_device_driver idxd_drv = {
/drivers/crypto/intel/iaa/
A Diaa_crypto_main.c1859 static struct idxd_device_driver iaa_crypto_driver = {

Completed in 43 milliseconds