Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dax/
A 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);
A 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()
59 static int dax_match_type(struct dax_device_driver *dax_drv, struct device *dev) in dax_match_type()
86 struct dax_device_driver *dax_drv = to_dax_drv(drv); in do_id_store()
193 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_probe()
218 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_remove()
236 struct dax_device_driver *dax_drv = to_dax_drv(drv); in dax_bus_match()
1430 int __dax_driver_register(struct dax_device_driver *dax_drv, in __dax_driver_register()
[all …]
A Dkmem.c239 static struct dax_device_driver device_dax_kmem_driver = {
A Ddevice.c476 static struct dax_device_driver device_dax_driver = {

Completed in 8 milliseconds