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

/linux-master/drivers/dax/
H A Dbus.h36 struct dax_device_driver { struct
44 int __dax_driver_register(struct dax_device_driver *dax_drv,
48 void dax_driver_unregister(struct dax_device_driver *dax_drv);
H A Dbus.c42 static struct dax_device_driver *to_dax_drv(struct device_driver *drv)
44 return container_of(drv, struct dax_device_driver, drv);
47 static struct dax_id *__dax_match_id(struct dax_device_driver *dax_drv,
60 static int dax_match_id(struct dax_device_driver *dax_drv, struct device *dev)
71 static int dax_match_type(struct dax_device_driver *dax_drv, struct device *dev)
98 struct dax_device_driver *dax_drv = to_dax_drv(drv);
205 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver);
237 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver);
255 struct dax_device_driver *dax_drv = to_dax_drv(drv);
1582 int __dax_driver_register(struct dax_device_driver *dax_dr
[all...]
H A Dkmem.c288 static struct dax_device_driver device_dax_kmem_driver = {
H A Ddevice.c469 static struct dax_device_driver device_dax_driver = {

Completed in 106 milliseconds