Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dax/
Dbus.c128 static int dax_bus_match(struct device *dev, struct device_driver *drv);
209 .match = dax_bus_match,
215 static int dax_bus_match(struct device *dev, struct device_driver *drv) in dax_bus_match() function