Home
last modified time | relevance | path

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

/drivers/nvdimm/
Dbus.c82 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe() local
95 rc = nd_drv->probe(dev); in nvdimm_bus_probe()
113 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove() local
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
134 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown()
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
[all …]