Lines Matching defs:dev

33 static int dax_bus_uevent(const struct device *dev, struct kobj_uevent_env *env)  in dax_bus_uevent()
57 static int dax_match_id(const struct dax_device_driver *dax_drv, struct device *dev) in dax_match_id()
68 static int dax_match_type(const struct dax_device_driver *dax_drv, struct device *dev) in dax_match_type()
200 static int dax_bus_probe(struct device *dev) in dax_bus_probe()
232 static void dax_bus_remove(struct device *dev) in dax_bus_remove()
250 static int dax_bus_match(struct device *dev, const struct device_driver *drv) in dax_bus_match()
264 static ssize_t id_show(struct device *dev, in id_show()
273 static ssize_t region_size_show(struct device *dev, in region_size_show()
284 static ssize_t region_align_show(struct device *dev, in region_align_show()
309 static ssize_t available_size_show(struct device *dev, in available_size_show()
326 static ssize_t seed_show(struct device *dev, in seed_show()
347 static ssize_t create_show(struct device *dev, in create_show()
369 static ssize_t create_store(struct device *dev, struct device_attribute *attr, in create_store()
465 static void unregister_dev_dax(void *dev) in unregister_dev_dax()
535 static ssize_t delete_store(struct device *dev, struct device_attribute *attr, in delete_store()
590 struct device *dev = container_of(kobj, struct device, kobj); in dax_region_visible() local
681 static void dax_mapping_release(struct device *dev) in dax_mapping_release()
694 struct device *dev = data; in unregister_dax_mapping() local
706 static struct dev_dax_range *get_dax_range(struct device *dev) in get_dax_range()
728 static ssize_t start_show(struct device *dev, in start_show()
744 static ssize_t end_show(struct device *dev, in end_show()
760 static ssize_t pgoff_show(struct device *dev, in pgoff_show()
801 struct device *dev; in devm_register_dax_mapping() local
844 struct device *dev = &dev_dax->dev; in alloc_dev_dax_range() local
906 struct device *dev = &dev_dax->dev; in adjust_dev_dax_range() local
930 static ssize_t size_show(struct device *dev, in size_show()
959 struct device *dev = &dev_dax->dev; in dev_dax_shrink() local
1027 struct device *dev = &dev_dax->dev; in dev_dax_resize() local
1094 static ssize_t size_store(struct device *dev, struct device_attribute *attr, in size_store()
1165 static ssize_t mapping_store(struct device *dev, struct device_attribute *attr, in mapping_store()
1201 static ssize_t align_show(struct device *dev, in align_show()
1211 struct device *dev = &dev_dax->dev; in dev_dax_validate_align() local
1227 static ssize_t align_store(struct device *dev, struct device_attribute *attr, in align_store()
1279 static ssize_t target_node_show(struct device *dev, in target_node_show()
1288 static ssize_t resource_show(struct device *dev, in resource_show()
1304 static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, in modalias_show()
1315 static ssize_t numa_node_show(struct device *dev, in numa_node_show()
1322 static ssize_t memmap_on_memory_show(struct device *dev, in memmap_on_memory_show()
1330 static ssize_t memmap_on_memory_store(struct device *dev, in memmap_on_memory_store()
1366 struct device *dev = container_of(kobj, struct device, kobj); in dev_dax_visible() local
1404 static void dev_dax_release(struct device *dev) in dev_dax_release()
1427 struct device *dev; in __devm_create_dev_dax() local