Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dax/
H A Ddevice.c391 int dev_dax_probe(struct dev_dax *dev_dax) in dev_dax_probe() function
453 EXPORT_SYMBOL_GPL(dev_dax_probe);
462 .probe = dev_dax_probe,
H A Dbus.h53 int dev_dax_probe(struct dev_dax *dev_dax);
/OK3568_Linux_fs/kernel/drivers/dax/pmem/
H A Dcompat.c25 rc = dev_dax_probe(dev_dax); in dax_pmem_compat_probe()