Home
last modified time | relevance | path

Searched refs:W1_SLAVE_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/w1/
A Dw1_internal.h14 #define W1_SLAVE_ACTIVE 0 macro
A Dw1.c738 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_attach_slave_device()
963 set_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_slave_found()
1104 clear_bit(W1_SLAVE_ACTIVE, &sl->flags); in w1_search_process_cb()
1111 if (!test_bit(W1_SLAVE_ACTIVE, &sl->flags) && !--sl->ttl) { in w1_search_process_cb()
1116 else if (test_bit(W1_SLAVE_ACTIVE, &sl->flags)) in w1_search_process_cb()

Completed in 5 milliseconds