Lines Matching defs:dev

61 static int w1_master_probe(struct device *dev)  in w1_master_probe()
66 static void w1_master_release(struct device *dev) in w1_master_release()
75 static void w1_slave_release(struct device *dev) in w1_slave_release()
85 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
93 static ssize_t id_show(struct device *dev, in id_show()
204 static ssize_t w1_master_attribute_show_name(struct device *dev, struct device_attribute *attr, cha… in w1_master_attribute_show_name()
216 static ssize_t w1_master_attribute_store_search(struct device * dev, in w1_master_attribute_store_search()
238 static ssize_t w1_master_attribute_show_search(struct device *dev, in w1_master_attribute_show_search()
252 static ssize_t w1_master_attribute_store_pullup(struct device *dev, in w1_master_attribute_store_pullup()
271 static ssize_t w1_master_attribute_show_pullup(struct device *dev, in w1_master_attribute_show_pullup()
285 static ssize_t w1_master_attribute_show_pointer(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_pointer()
296 static ssize_t w1_master_attribute_show_timeout(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_timeout()
301 static ssize_t w1_master_attribute_show_timeout_us(struct device *dev, in w1_master_attribute_show_timeout_us()
307 static ssize_t w1_master_attribute_store_max_slave_count(struct device *dev, in w1_master_attribute_store_max_slave_count()
325 static ssize_t w1_master_attribute_show_max_slave_count(struct device *dev, struct device_attribute… in w1_master_attribute_show_max_slave_count()
336 static ssize_t w1_master_attribute_show_attempts(struct device *dev, struct device_attribute *attr,… in w1_master_attribute_show_attempts()
347 static ssize_t w1_master_attribute_show_slave_count(struct device *dev, struct device_attribute *at… in w1_master_attribute_show_slave_count()
358 static ssize_t w1_master_attribute_show_slaves(struct device *dev, in w1_master_attribute_show_slaves()
381 static ssize_t w1_master_attribute_show_add(struct device *dev, in w1_master_attribute_show_add()
390 static int w1_atoreg_num(struct device *dev, const char *buf, size_t count, in w1_atoreg_num()
432 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
449 static ssize_t w1_master_attribute_store_add(struct device *dev, in w1_master_attribute_store_add()
478 static ssize_t w1_master_attribute_show_remove(struct device *dev, in w1_master_attribute_show_remove()
487 static ssize_t w1_master_attribute_store_remove(struct device *dev, in w1_master_attribute_store_remove()
570 static int w1_uevent(const struct device *dev, struct kobj_uevent_env *env) in w1_uevent()
711 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device()
779 struct w1_master *dev = sl->master; in w1_unref_slave() local
824 struct w1_master *dev = NULL, *iter; in w1_search_master_id() local
841 struct w1_master *dev; in w1_search_slave() local
870 struct w1_master *dev; in w1_reconnect_slaves() local
907 static int w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) in w1_addr_crc_is_valid()
941 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found()
978 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search()
1086 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb()
1114 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process()
1127 int w1_process_callbacks(struct w1_master *dev) in w1_process_callbacks()
1149 struct w1_master *dev = (struct w1_master *) data; in w1_process() local
1255 struct w1_master *dev, *n; in w1_fini() local