Lines Matching refs:w1_slave
77 struct w1_slave *sl = dev_to_w1_slave(dev); in w1_slave_release()
87 struct w1_slave *sl = dev_to_w1_slave(dev); in name_show()
96 struct w1_slave *sl = dev_to_w1_slave(dev); in id_show()
109 ATTRIBUTE_GROUPS(w1_slave);
117 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_write()
136 struct w1_slave *sl = kobj_to_w1_slave(kobj); in rw_read()
364 struct w1_slave *sl = NULL; in w1_master_attribute_show_slaves()
369 sl = list_entry(ent, struct w1_slave, w1_slave_entry); in w1_master_attribute_show_slaves()
432 struct w1_slave *w1_slave_search_device(struct w1_master *dev, in w1_slave_search_device()
435 struct w1_slave *sl; in w1_slave_search_device()
455 struct w1_slave *sl; in w1_master_attribute_store_add()
493 struct w1_slave *sl; in w1_master_attribute_store_remove()
573 const struct w1_slave *sl = NULL; in w1_uevent()
582 sl = container_of(dev, struct w1_slave, dev); in w1_uevent()
606 static int w1_family_notify(unsigned long action, struct w1_slave *sl) in w1_family_notify()
664 static int __w1_attach_slave_device(struct w1_slave *sl) in __w1_attach_slave_device()
713 struct w1_slave *sl; in w1_attach_slave_device()
718 sl = kzalloc(sizeof(struct w1_slave), GFP_KERNEL); in w1_attach_slave_device()
777 int w1_unref_slave(struct w1_slave *sl) in w1_unref_slave()
808 int w1_slave_detach(struct w1_slave *sl) in w1_slave_detach()
839 struct w1_slave *w1_search_slave(struct w1_reg_num *id) in w1_search_slave()
842 struct w1_slave *sl = NULL, *iter; in w1_search_slave()
869 struct w1_slave *sl, *sln; in w1_reconnect_slaves()
943 struct w1_slave *sl; in w1_slave_found()
1089 struct w1_slave *sl, *sln; in w1_search_process_cb()