Searched refs:w1_attach_slave_device (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/ |
H A D | w1_internal.h | 57 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn);
|
H A D | w1.c | 479 w1_attach_slave_device(md, &rn); in w1_master_attribute_store_add() 718 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device() function 904 w1_attach_slave_device(dev, &rn); in w1_reconnect_slaves() 931 w1_attach_slave_device(dev, tmp); in w1_slave_found()
|
H A D | w1_netlink.c | 331 err = w1_attach_slave_device(dev, id); in w1_process_command_addremove()
|
/kernel/linux/linux-6.6/drivers/w1/ |
H A D | w1_internal.h | 57 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn);
|
H A D | w1.c | 471 w1_attach_slave_device(md, &rn); in w1_master_attribute_store_add() 711 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device() function 895 w1_attach_slave_device(dev, &rn); in w1_reconnect_slaves() 955 w1_attach_slave_device(dev, tmp); in w1_slave_found()
|
H A D | w1_netlink.c | 333 err = w1_attach_slave_device(dev, id); in w1_process_command_addremove()
|
Completed in 7 milliseconds