Lines Matching defs:dev

59 static int w1_master_match(struct device *dev, struct device_driver *drv)  in w1_master_match()
64 static int w1_master_probe(struct device *dev) in w1_master_probe()
69 static void w1_master_release(struct device *dev) in w1_master_release()
78 static void w1_slave_release(struct device *dev) in w1_slave_release()
88 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
96 static ssize_t id_show(struct device *dev, in id_show()
208 static ssize_t w1_master_attribute_show_name(struct device *dev, struct device_attribute *attr, cha… in w1_master_attribute_show_name()
220 static ssize_t w1_master_attribute_store_search(struct device * dev, in w1_master_attribute_store_search()
242 static ssize_t w1_master_attribute_show_search(struct device *dev, in w1_master_attribute_show_search()
256 static ssize_t w1_master_attribute_store_pullup(struct device *dev, in w1_master_attribute_store_pullup()
275 static ssize_t w1_master_attribute_show_pullup(struct device *dev, in w1_master_attribute_show_pullup()
289 static ssize_t w1_master_attribute_show_pointer(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_pointer()
300 static ssize_t w1_master_attribute_show_timeout(struct device *dev, struct device_attribute *attr, … in w1_master_attribute_show_timeout()
307 static ssize_t w1_master_attribute_show_timeout_us(struct device *dev, in w1_master_attribute_show_timeout_us()
315 static ssize_t w1_master_attribute_store_max_slave_count(struct device *dev, in w1_master_attribute_store_max_slave_count()
333 static ssize_t w1_master_attribute_show_max_slave_count(struct device *dev, struct device_attribute… in w1_master_attribute_show_max_slave_count()
344 static ssize_t w1_master_attribute_show_attempts(struct device *dev, struct device_attribute *attr,… in w1_master_attribute_show_attempts()
355 static ssize_t w1_master_attribute_show_slave_count(struct device *dev, struct device_attribute *at… in w1_master_attribute_show_slave_count()
366 static ssize_t w1_master_attribute_show_slaves(struct device *dev, in w1_master_attribute_show_slaves()
389 static ssize_t w1_master_attribute_show_add(struct device *dev, in w1_master_attribute_show_add()
398 static int w1_atoreg_num(struct device *dev, const char *buf, size_t count, in w1_atoreg_num()
440 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
457 static ssize_t w1_master_attribute_store_add(struct device *dev, in w1_master_attribute_store_add()
486 static ssize_t w1_master_attribute_show_remove(struct device *dev, in w1_master_attribute_show_remove()
495 static ssize_t w1_master_attribute_store_remove(struct device *dev, in w1_master_attribute_store_remove()
578 static int w1_uevent(struct device *dev, struct kobj_uevent_env *env) in w1_uevent()
718 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device()
786 struct w1_master *dev = sl->master; in w1_unref_slave() local
831 struct w1_master *dev; in w1_search_master_id() local
849 struct w1_master *dev; in w1_search_slave() local
879 struct w1_master *dev; in w1_reconnect_slaves() local
916 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found()
954 void w1_search(struct w1_master *dev, u8 search_type, w1_slave_found_callback cb) in w1_search()
1062 void w1_search_process_cb(struct w1_master *dev, u8 search_type, in w1_search_process_cb()
1090 static void w1_search_process(struct w1_master *dev, u8 search_type) in w1_search_process()
1103 int w1_process_callbacks(struct w1_master *dev) in w1_process_callbacks()
1125 struct w1_master *dev = (struct w1_master *) data; in w1_process() local
1227 struct w1_master *dev; in w1_fini() local