Lines Matching defs:dev
72 static int w1_master_match(struct device *dev, struct device_driver *drv) in w1_master_match()
77 static int w1_master_probe(struct device *dev) in w1_master_probe()
82 static void w1_master_release(struct device *dev) in w1_master_release()
91 static void w1_slave_release(struct device *dev) in w1_slave_release()
101 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
109 static ssize_t id_show(struct device *dev, in id_show()
221 static ssize_t w1_master_attribute_show_name(struct device *dev, struct device_attribute *attr, cha… in w1_master_attribute_show_name()
233 static ssize_t w1_master_attribute_store_search(struct device * dev, in w1_master_attribute_store_search()
255 static ssize_t w1_master_attribute_show_search(struct device *dev, in w1_master_attribute_show_search()
269 static ssize_t w1_master_attribute_store_pullup(struct device *dev, in w1_master_attribute_store_pullup()
288 static ssize_t w1_master_attribute_show_pullup(struct device *dev, in w1_master_attribute_show_pullup()
302 static ssize_t w1_master_attribute_show_pointer(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_pointer()
313 static ssize_t w1_master_attribute_show_timeout(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_timeout()
320 static ssize_t w1_master_attribute_store_max_slave_count(struct device *dev, in w1_master_attribute_store_max_slave_count()
338 static ssize_t w1_master_attribute_show_max_slave_count(struct device *dev, struct device_attribute… in w1_master_attribute_show_max_slave_count()
349 static ssize_t w1_master_attribute_show_attempts(struct device *dev, struct device_attribute *attr,… in w1_master_attribute_show_attempts()
360 static ssize_t w1_master_attribute_show_slave_count(struct device *dev, struct device_attribute *at… in w1_master_attribute_show_slave_count()
371 static ssize_t w1_master_attribute_show_slaves(struct device *dev, in w1_master_attribute_show_slaves()
394 static ssize_t w1_master_attribute_show_add(struct device *dev, in w1_master_attribute_show_add()
403 static int w1_atoreg_num(struct device *dev, const char *buf, size_t count, in w1_atoreg_num()
445 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
462 static ssize_t w1_master_attribute_store_add(struct device *dev, in w1_master_attribute_store_add()
491 static ssize_t w1_master_attribute_show_remove(struct device *dev, in w1_master_attribute_show_remove()
500 static ssize_t w1_master_attribute_store_remove(struct device *dev, in w1_master_attribute_store_remove()
581 static int w1_uevent(struct device *dev, struct kobj_uevent_env *env) in w1_uevent()
703 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device()
768 struct w1_master *dev = sl->master; in w1_unref_slave() local
813 struct w1_master *dev; in w1_search_master_id() local
831 struct w1_master *dev; in w1_search_slave() local
861 struct w1_master *dev; in w1_reconnect_slaves() local
898 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found()
936 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search()
1044 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb()
1072 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process()
1085 int w1_process_callbacks(struct w1_master *dev) in w1_process_callbacks()
1107 struct w1_master *dev = (struct w1_master *) data; in w1_process() local
1209 struct w1_master *dev; in w1_fini() local