Searched refs:W1_SLAVE_ACTIVE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/ |
H A D | w1_internal.h | 14 #define W1_SLAVE_ACTIVE 0 macro
|
H A D | w1.c | 736 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_attach_slave_device() 928 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_slave_found() 1069 clear_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_search_process_cb() 1076 if (!test_bit(W1_SLAVE_ACTIVE, &sl->flags) && !--sl->ttl) { in w1_search_process_cb() 1081 else if (test_bit(W1_SLAVE_ACTIVE, &sl->flags)) in w1_search_process_cb()
|
/kernel/linux/linux-6.6/drivers/w1/ |
H A D | w1_internal.h | 14 #define W1_SLAVE_ACTIVE 0 macro
|
H A D | w1.c | 729 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_attach_slave_device() 952 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_slave_found() 1093 clear_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_search_process_cb() 1100 if (!test_bit(W1_SLAVE_ACTIVE, &sl->flags) && !--sl->ttl) { in w1_search_process_cb() 1105 else if (test_bit(W1_SLAVE_ACTIVE, &sl->flags)) in w1_search_process_cb()
|
Completed in 4 milliseconds