Home
last modified time | relevance | path

Searched refs:dax_device_driver (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/dax/
Dbus.h37 struct dax_device_driver { struct
45 int __dax_driver_register(struct dax_device_driver *dax_drv, argument
49 void dax_driver_unregister(struct dax_device_driver *dax_drv);
Dbus.c32 static struct dax_device_driver *to_dax_drv(struct device_driver *drv) in to_dax_drv()
34 return container_of(drv, struct dax_device_driver, drv); in to_dax_drv()
37 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id()
50 static int dax_match_id(struct dax_device_driver *dax_drv, struct device *dev) in dax_match_id()
69 struct dax_device_driver *dax_drv = to_dax_drv(drv); in do_id_store()
154 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_probe()
179 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_remove()
196 struct dax_device_driver *dax_drv = to_dax_drv(drv); in dax_bus_match()
1406 int __dax_driver_register(struct dax_device_driver *dax_drv, in __dax_driver_register()
1433 void dax_driver_unregister(struct dax_device_driver *dax_drv) in dax_driver_unregister()
Dkmem.c197 static struct dax_device_driver device_dax_kmem_driver = {
Ddevice.c461 static struct dax_device_driver device_dax_driver = {