Searched refs:nd_drv (Results 1 – 2 of 2) sorted by relevance
79 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe() local91 rc = nd_drv->probe(dev); in nvdimm_bus_probe()107 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove() local111 if (nd_drv->remove) in nvdimm_bus_remove()112 nd_drv->remove(dev); in nvdimm_bus_remove()122 struct nd_device_driver *nd_drv = NULL; in nvdimm_bus_shutdown() local125 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown()127 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown()128 nd_drv->shutdown(dev); in nvdimm_bus_shutdown()138 struct nd_device_driver *nd_drv; in nd_device_notify() local[all …]
200 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,