Home
last modified time | relevance | path

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

/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 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()
H 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;
454 static inline struct idxd_device_driver *wq_to_idxd_drv(struct idxd_wq *wq) in wq_to_idxd_drv()
457 struct idxd_device_driver *idxd_drv = in wq_to_idxd_drv()
458 container_of(dev->driver, struct idxd_device_driver, drv); in wq_to_idxd_drv()
728 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
733 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
[all …]
H A Dcompat.c109 struct idxd_device_driver dsa_drv = {
H A Ddma.c377 struct idxd_device_driver idxd_dmaengine_drv = {
H A Dcdev.c679 struct idxd_device_driver idxd_user_drv = {
H A Ddevice.c1645 struct idxd_device_driver idxd_drv = {
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1850 static struct idxd_device_driver iaa_crypto_driver = {