Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvdimm/
Dbus.c95 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe() local
107 rc = nd_drv->probe(dev); in nvdimm_bus_probe()
124 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove() local
129 if (nd_drv->remove) in nvdimm_bus_remove()
130 rc = nd_drv->remove(dev); in nvdimm_bus_remove()
142 struct nd_device_driver *nd_drv = NULL; in nvdimm_bus_shutdown() local
145 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown()
147 if (nd_drv && nd_drv->shutdown) { in nvdimm_bus_shutdown()
148 nd_drv->shutdown(dev); in nvdimm_bus_shutdown()
158 struct nd_device_driver *nd_drv; in nd_device_notify() local
[all …]
/Linux-v4.19/include/linux/
Dnd.h181 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,