Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvdimm/
H A Dbus.c91 rc = nd_drv->probe(dev); in nvdimm_bus_probe()
111 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() local
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
141 if (nd_drv->notify) in nd_device_notify()
142 nd_drv->notify(dev, event); in nd_device_notify()
604 if (!nd_drv->type) { in __nd_driver_register()
[all …]
/openbmc/linux/include/linux/
H A Dnd.h200 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,