Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/nvdimm/
Dbus.c79 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_probe()
107 struct nd_device_driver *nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_remove()
125 nd_drv = to_nd_device_driver(dev->driver); in nvdimm_bus_shutdown()
140 nd_drv = to_nd_device_driver(dev->driver); in nd_device_notify()
470 struct nd_device_driver *nd_drv = to_nd_device_driver(drv); in nvdimm_bus_match()
/linux-5.19.10/include/linux/
Dnd.h87 static inline struct nd_device_driver *to_nd_device_driver( in to_nd_device_driver() function