idxd_device_driver
static struct idxd_device_driver iaa_crypto_driver = {
int __idxd_driver_register(struct idxd_device_driver *idxd_drv, struct module *owner,
void idxd_driver_unregister(struct idxd_device_driver *idxd_drv)
const struct idxd_device_driver *idxd_drv =
container_of_const(drv, struct idxd_device_driver, drv);
struct idxd_device_driver *idxd_drv =
container_of(dev->driver, struct idxd_device_driver, drv);
struct idxd_device_driver *idxd_drv =
container_of(dev->driver, struct idxd_device_driver, drv);
struct idxd_device_driver idxd_user_drv = {
struct idxd_device_driver dsa_drv = {
struct idxd_device_driver idxd_drv = {
struct idxd_device_driver idxd_dmaengine_drv = {
static inline struct idxd_device_driver *wq_to_idxd_drv(struct idxd_wq *wq)
struct idxd_device_driver *idxd_drv =
container_of(dev->driver, struct idxd_device_driver, drv);
int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
struct idxd_device_driver *drv;
extern struct idxd_device_driver dsa_drv;
extern struct idxd_device_driver idxd_drv;
extern struct idxd_device_driver idxd_dmaengine_drv;
extern struct idxd_device_driver idxd_user_drv;