Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dax/
Dbus.c42 #define to_dax_drv(__drv) container_of_const(__drv, struct dax_device_driver, drv) macro
95 struct dax_device_driver *dax_drv = to_dax_drv(drv); in do_id_store()
202 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_probe()
234 struct dax_device_driver *dax_drv = to_dax_drv(dev->driver); in dax_bus_remove()
252 const struct dax_device_driver *dax_drv = to_dax_drv(drv); in dax_bus_match()
1352 to_dax_drv(dev->driver)->type == DAXDRV_KMEM_TYPE) { in memmap_on_memory_store()