Searched refs:dax_drv (Results 1 – 2 of 2) sorted by relevance
76 if (dax_drv->type == type) in dax_match_type()80 if (dax_drv->type == DAXDRV_DEVICE_TYPE && in dax_match_type()110 dax_id = __dax_match_id(dax_drv, buf); in do_id_store()154 ATTRIBUTE_GROUPS(dax_drv);217 rc = dax_drv->probe(dev_dax); in dax_bus_probe()237 if (dax_drv->remove) in dax_bus_remove()238 dax_drv->remove(dev_dax); in dax_bus_remove()254 if (dax_match_id(dax_drv, dev)) in dax_bus_match()256 return dax_match_type(dax_drv, dev); in dax_bus_match()1557 if (!dax_drv->probe) in __dax_driver_register()[all …]
44 int __dax_driver_register(struct dax_device_driver *dax_drv,48 void dax_driver_unregister(struct dax_device_driver *dax_drv);
Completed in 23 milliseconds