Searched refs:nd_drv (Results 1 – 2 of 2) sorted by relevance
82 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe() local 94 rc = nd_drv->probe(dev); in nvdimm_bus_probe() 110 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove() local 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() local 128 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown() 130 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown() 131 nd_drv in nvdimm_bus_shutdown() 141 struct nd_device_driver *nd_drv; nd_device_notify() local 473 const struct nd_device_driver *nd_drv = to_nd_device_driver(drv); nvdimm_bus_match() local 602 __nd_driver_register(struct nd_device_driver * nd_drv,struct module * owner,const char * mod_name) __nd_driver_register() argument [all...]
196 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,