Home
last modified time | relevance | path

Searched refs:w1_slave_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/w1/
Dw1.c386 sl = list_entry(ent, struct w1_slave, w1_slave_entry); in w1_master_attribute_show_slaves()
454 list_for_each_entry(sl, &dev->slist, w1_slave_entry) { in w1_slave_search_device()
721 list_add_tail(&sl->w1_slave_entry, &sl->master->slist); in __w1_attach_slave_device()
805 list_del(&sl->w1_slave_entry); in w1_unref_slave()
865 list_for_each_entry(sl, &dev->slist, w1_slave_entry) { in w1_search_slave()
896 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_reconnect_slaves()
1077 list_for_each_entry(sl, &dev->slist, w1_slave_entry) in w1_search_process_cb()
1084 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in w1_search_process_cb()
Dw1_int.c197 list_for_each_entry_safe(sl, sln, &dev->slist, w1_slave_entry) { in __w1_remove_master_device()
Dw1_netlink.c284 list_for_each_entry(sl, &dev->slist, w1_slave_entry) { in w1_get_slaves()
/Linux-v4.19/include/linux/
Dw1.h77 struct list_head w1_slave_entry; member