Lines Matching refs:w1_slave

82 	struct w1_slave *sl = dev_to_w1_slave(dev);  in w1_slave_release()
92 struct w1_slave *sl = dev_to_w1_slave(dev); in name_show()
101 struct w1_slave *sl = dev_to_w1_slave(dev); in id_show()
114 ATTRIBUTE_GROUPS(w1_slave);
122 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_write()
141 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_read()
374 struct w1_slave *sl = NULL; in w1_master_attribute_show_slaves()
379 sl = list_entry(ent, struct w1_slave, w1_slave_entry); in w1_master_attribute_show_slaves()
442 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
445 struct w1_slave *sl; in w1_slave_search_device()
465 struct w1_slave *sl; in w1_master_attribute_store_add()
503 struct w1_slave *sl; in w1_master_attribute_store_remove()
583 struct w1_slave *sl = NULL; in w1_uevent()
592 sl = container_of(dev, struct w1_slave, dev); in w1_uevent()
616 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()
722 struct w1_slave *sl; in w1_attach_slave_device()
727 sl = kzalloc(sizeof(struct w1_slave), GFP_KERNEL); in w1_attach_slave_device()
786 int w1_unref_slave(struct w1_slave *sl) in w1_unref_slave()
817 int w1_slave_detach(struct w1_slave *sl) in w1_slave_detach()
849 struct w1_slave *w1_search_slave(struct w1_reg_num *id) in w1_search_slave()
852 struct w1_slave *sl = NULL; in w1_search_slave()
880 struct w1_slave *sl, *sln; in w1_reconnect_slaves()
954 struct w1_slave *sl; in w1_slave_found()
1100 struct w1_slave *sl, *sln; in w1_search_process_cb()