Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvdimm/
H A Dbus.c94 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() local
130 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() local
144 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 …]
/linux-6.15/include/linux/
H A Dnd.h196 int __must_check __nd_driver_register(struct nd_device_driver *nd_drv,