Searched refs:nd_drv (Results 1 – 2 of 2) sorted by relevance
94 rc = nd_drv->probe(dev); in nvdimm_bus_probe()114 if (nd_drv->remove) in nvdimm_bus_remove()115 nd_drv->remove(dev); in nvdimm_bus_remove()125 struct nd_device_driver *nd_drv = NULL; in nvdimm_bus_shutdown() local130 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown()131 nd_drv->shutdown(dev); in nvdimm_bus_shutdown()141 struct nd_device_driver *nd_drv; in nd_device_notify() local144 if (nd_drv->notify) in nd_device_notify()145 nd_drv->notify(dev, event); in nd_device_notify()607 if (!nd_drv->type) { in __nd_driver_register()[all …]
196 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,