Home
last modified time | relevance | path

Searched refs:idxd_device_driver (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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 struct idxd_device_driver *idxd_drv = in idxd_config_bus_match()
39 container_of(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.h60 struct idxd_device_driver { struct
68 extern struct idxd_device_driver dsa_drv;
69 extern struct idxd_device_driver idxd_drv;
70 extern struct idxd_device_driver idxd_dmaengine_drv;
71 extern struct idxd_device_driver idxd_user_drv;
648 int __must_check __idxd_driver_register(struct idxd_device_driver *idxd_drv,
653 void idxd_driver_unregister(struct idxd_device_driver *idxd_drv);
H A Dcompat.c95 struct idxd_device_driver dsa_drv = {
H A Ddma.c353 struct idxd_device_driver idxd_dmaengine_drv = {
H A Dcdev.c588 struct idxd_device_driver idxd_user_drv = {
H A Ddevice.c1601 struct idxd_device_driver idxd_drv = {
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Didxd.h31 struct idxd_device_driver { struct
H A Dsysfs.c337 static struct idxd_device_driver dsa_drv = {
346 static struct idxd_device_driver *idxd_drvs[] = {

Completed in 9 milliseconds