Home
last modified time | relevance | path

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

/drivers/dax/
Dbus.c155 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe()
180 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove()
396 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax()
481 dev_dax = to_dev_dax(victim); in delete_store()
612 struct dev_dax *dev_dax = to_dev_dax(parent); in dax_mapping_release()
623 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in unregister_dax_mapping()
640 struct dev_dax *dev_dax = to_dev_dax(dev->parent); in get_dax_range()
655 struct dev_dax *dev_dax = to_dev_dax(mapping->dev.parent); in put_dax_range()
875 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show()
1038 struct dev_dax *dev_dax = to_dev_dax(dev); in size_store()
[all …]
Ddax-private.h81 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() function
/drivers/dax/pmem/
Dcompat.c38 devres_release_group(dev, to_dev_dax(dev)); in dax_pmem_compat_release()