Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dax/
Dbus.h28 struct dax_device_driver { struct
36 int __dax_driver_register(struct dax_device_driver *dax_drv, argument
40 void dax_driver_unregister(struct dax_device_driver *dax_drv);
Dbus.c30 static struct dax_device_driver *to_dax_drv(struct device_driver *drv) in to_dax_drv()
32 return container_of(drv, struct dax_device_driver, drv); in to_dax_drv()
35 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv, in __dax_match_id()
48 static int dax_match_id(struct dax_device_driver *dax_drv, struct device *dev) in dax_match_id()
67 struct dax_device_driver *dax_drv = to_dax_drv(drv); in do_id_store()
174 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_probe()
199 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_remove()
217 struct dax_device_driver *dax_drv = to_dax_drv(drv); in dax_bus_match()
1418 int __dax_driver_register(struct dax_device_driver *dax_drv, in __dax_driver_register()
1460 void dax_driver_unregister(struct dax_device_driver *dax_drv) in dax_driver_unregister()
Dkmem.c239 static struct dax_device_driver device_dax_kmem_driver = {
Ddevice.c476 static struct dax_device_driver device_dax_driver = {