Lines Matching refs:w1_slave
80 struct w1_slave *sl = dev_to_w1_slave(dev); in w1_slave_release()
90 struct w1_slave *sl = dev_to_w1_slave(dev); in name_show()
99 struct w1_slave *sl = dev_to_w1_slave(dev); in id_show()
112 ATTRIBUTE_GROUPS(w1_slave);
120 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_write()
139 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_read()
372 struct w1_slave *sl = NULL; in w1_master_attribute_show_slaves()
377 sl = list_entry(ent, struct w1_slave, w1_slave_entry); in w1_master_attribute_show_slaves()
440 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
443 struct w1_slave *sl; in w1_slave_search_device()
463 struct w1_slave *sl; in w1_master_attribute_store_add()
501 struct w1_slave *sl; in w1_master_attribute_store_remove()
581 struct w1_slave *sl = NULL; in w1_uevent()
590 sl = container_of(dev, struct w1_slave, dev); in w1_uevent()
614 static int w1_family_notify(unsigned long action, struct w1_slave *sl) in w1_family_notify()
672 static int __w1_attach_slave_device(struct w1_slave *sl) in __w1_attach_slave_device()
720 struct w1_slave *sl; in w1_attach_slave_device()
725 sl = kzalloc(sizeof(struct w1_slave), GFP_KERNEL); in w1_attach_slave_device()
784 int w1_unref_slave(struct w1_slave *sl) in w1_unref_slave()
815 int w1_slave_detach(struct w1_slave *sl) in w1_slave_detach()
847 struct w1_slave *w1_search_slave(struct w1_reg_num *id) in w1_search_slave()
850 struct w1_slave *sl = NULL; in w1_search_slave()
878 struct w1_slave *sl, *sln; in w1_reconnect_slaves()
918 struct w1_slave *sl; in w1_slave_found()
1065 struct w1_slave *sl, *sln; in w1_search_process_cb()