Home
last modified time | relevance | path

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

/drivers/nvdimm/
Dbus.c92 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe() local
101 rc = nd_drv->probe(dev); in nvdimm_bus_probe()
118 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove() local
123 if (nd_drv->remove) in nvdimm_bus_remove()
124 rc = nd_drv->remove(dev); in nvdimm_bus_remove()
136 struct nd_device_driver *nd_drv = NULL; in nvdimm_bus_shutdown() local
139 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown()
141 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown()
142 nd_drv->shutdown(dev); in nvdimm_bus_shutdown()
152 struct nd_device_driver *nd_drv; in nd_device_notify() local
[all …]