Lines Matching defs:dev
16 static void nd_btt_release(struct device *dev) in nd_btt_release()
28 struct nd_btt *to_nd_btt(struct device *dev) in to_nd_btt()
40 static ssize_t sector_size_show(struct device *dev, in sector_size_show()
48 static ssize_t sector_size_store(struct device *dev, in sector_size_store()
67 static ssize_t uuid_show(struct device *dev, in uuid_show()
77 static ssize_t uuid_store(struct device *dev, in uuid_store()
93 static ssize_t namespace_show(struct device *dev, in namespace_show()
106 static ssize_t namespace_store(struct device *dev, in namespace_store()
124 static ssize_t size_show(struct device *dev, in size_show()
143 static ssize_t log_zero_flags_show(struct device *dev, in log_zero_flags_show()
176 bool is_nd_btt(struct device *dev) in is_nd_btt()
187 struct device *dev; in __nd_btt_create() local
227 struct device *dev = __nd_btt_create(nd_region, 0, NULL, NULL); in nd_btt_create() local
331 int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns) in nd_btt_probe()