Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dax/
H A Dbus.c67 if (dax_drv->type == type) in dax_match_type()
71 if (dax_drv->type == DAXDRV_DEVICE_TYPE && in dax_match_type()
101 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()
145 ATTRIBUTE_GROUPS(dax_drv);
201 rc = dax_drv->probe(dev_dax); in dax_bus_probe()
221 if (dax_drv->remove) in dax_bus_remove()
222 dax_drv->remove(dev_dax); in dax_bus_remove()
238 if (dax_match_id(dax_drv, dev)) in dax_bus_match()
240 return dax_match_type(dax_drv, dev); in dax_bus_match()
1451 if (!dax_drv->probe) in __dax_driver_register()
[all …]
H A Dbus.h43 int __dax_driver_register(struct dax_device_driver *dax_drv,
47 void dax_driver_unregister(struct dax_device_driver *dax_drv);