Symbol: idxd_device_driver
drivers/crypto/intel/iaa/iaa_crypto_main.c
1850
static struct idxd_device_driver iaa_crypto_driver = {
drivers/dma/idxd/bus.c
10
int __idxd_driver_register(struct idxd_device_driver *idxd_drv, struct module *owner,
drivers/dma/idxd/bus.c
29
void idxd_driver_unregister(struct idxd_device_driver *idxd_drv)
drivers/dma/idxd/bus.c
38
const struct idxd_device_driver *idxd_drv =
drivers/dma/idxd/bus.c
39
container_of_const(drv, struct idxd_device_driver, drv);
drivers/dma/idxd/bus.c
54
struct idxd_device_driver *idxd_drv =
drivers/dma/idxd/bus.c
55
container_of(dev->driver, struct idxd_device_driver, drv);
drivers/dma/idxd/bus.c
63
struct idxd_device_driver *idxd_drv =
drivers/dma/idxd/bus.c
64
container_of(dev->driver, struct idxd_device_driver, drv);
drivers/dma/idxd/cdev.c
679
struct idxd_device_driver idxd_user_drv = {
drivers/dma/idxd/compat.c
109
struct idxd_device_driver dsa_drv = {
drivers/dma/idxd/device.c
1645
struct idxd_device_driver idxd_drv = {
drivers/dma/idxd/dma.c
377
struct idxd_device_driver idxd_dmaengine_drv = {
drivers/dma/idxd/idxd.h
454
static inline struct idxd_device_driver *wq_to_idxd_drv(struct idxd_wq *wq)
drivers/dma/idxd/idxd.h
457
struct idxd_device_driver *idxd_drv =
drivers/dma/idxd/idxd.h
458
container_of(dev->driver, struct idxd_device_driver, drv);
drivers/dma/idxd/idxd.h
728
int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
drivers/dma/idxd/idxd.h
733
void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
drivers/dma/idxd/idxd.h
747
struct idxd_device_driver *drv;
drivers/dma/idxd/idxd.h
80
extern struct idxd_device_driver dsa_drv;
drivers/dma/idxd/idxd.h
81
extern struct idxd_device_driver idxd_drv;
drivers/dma/idxd/idxd.h
82
extern struct idxd_device_driver idxd_dmaengine_drv;
drivers/dma/idxd/idxd.h
83
extern struct idxd_device_driver idxd_user_drv;