Lines Matching refs:w1_slave
97 struct w1_slave *sl = dev_to_w1_slave(dev); in w1_slave_release()
107 struct w1_slave *sl = dev_to_w1_slave(dev); in name_show()
116 struct w1_slave *sl = dev_to_w1_slave(dev); in id_show()
129 ATTRIBUTE_GROUPS(w1_slave);
137 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_write()
156 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_read()
389 struct w1_slave *sl = NULL; in w1_master_attribute_show_slaves()
394 sl = list_entry(ent, struct w1_slave, w1_slave_entry); in w1_master_attribute_show_slaves()
457 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
460 struct w1_slave *sl; in w1_slave_search_device()
480 struct w1_slave *sl; in w1_master_attribute_store_add()
518 struct w1_slave *sl; in w1_master_attribute_store_remove()
598 struct w1_slave *sl = NULL; in w1_uevent()
607 sl = container_of(dev, struct w1_slave, dev); in w1_uevent()
631 static int w1_family_notify(unsigned long action, struct w1_slave *sl) in w1_family_notify()
674 static int __w1_attach_slave_device(struct w1_slave *sl) in __w1_attach_slave_device()
719 struct w1_slave *sl; in w1_attach_slave_device()
724 sl = kzalloc(sizeof(struct w1_slave), GFP_KERNEL); in w1_attach_slave_device()
780 int w1_unref_slave(struct w1_slave *sl) in w1_unref_slave()
811 int w1_slave_detach(struct w1_slave *sl) in w1_slave_detach()
843 struct w1_slave *w1_search_slave(struct w1_reg_num *id) in w1_search_slave()
846 struct w1_slave *sl = NULL; in w1_search_slave()
874 struct w1_slave *sl, *sln; in w1_reconnect_slaves()
914 struct w1_slave *sl; in w1_slave_found()
1061 struct w1_slave *sl, *sln; in w1_search_process_cb()