Home
last modified time | relevance | path

Searched refs:nd_drv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/nvdimm/
A Dbus.c95 rc = nd_drv->probe(dev); in nvdimm_bus_probe()
117 if (nd_drv->remove) { in nvdimm_bus_remove()
119 nd_drv->remove(dev); in nvdimm_bus_remove()
131 struct nd_device_driver *nd_drv = NULL; in nvdimm_bus_shutdown() local
136 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown()
137 nd_drv->shutdown(dev); in nvdimm_bus_shutdown()
147 struct nd_device_driver *nd_drv; in nd_device_notify() local
150 if (nd_drv->notify) in nd_device_notify()
151 nd_drv->notify(dev, event); in nd_device_notify()
603 if (!nd_drv->type) { in __nd_driver_register()
[all …]
/linux/include/linux/
A Dnd.h174 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,

Completed in 5 milliseconds