Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dax/
Dbus.h36 struct dax_device_driver { struct
44 int __dax_driver_register(struct dax_device_driver *dax_drv, argument
48 void dax_driver_unregister(struct dax_device_driver *dax_drv);
Dbus.c42 #define to_dax_drv(__drv) container_of_const(__drv, struct dax_device_driver, drv)
44 static struct dax_id *__dax_match_id(const struct dax_device_driver *dax_drv, in __dax_match_id()
57 static int dax_match_id(const struct dax_device_driver *dax_drv, struct device *dev) in dax_match_id()
68 static int dax_match_type(const struct dax_device_driver *dax_drv, struct device *dev) in dax_match_type()
95 struct dax_device_driver *dax_drv = to_dax_drv(drv); in do_id_store()
202 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_probe()
234 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_remove()
252 const struct dax_device_driver *dax_drv = to_dax_drv(drv); in dax_bus_match()
1548 int __dax_driver_register(struct dax_device_driver *dax_drv, in __dax_driver_register()
1570 void dax_driver_unregister(struct dax_device_driver *dax_drv) in dax_driver_unregister()
Dkmem.c266 static struct dax_device_driver device_dax_kmem_driver = {
Ddevice.c469 static struct dax_device_driver device_dax_driver = {