Searched refs:triplet_ret (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/w1/
H A Dw1.c942 u8 triplet_ret = 0; w1_search() local
994 triplet_ret = w1_triplet(dev, search_bit); w1_search()
997 if ( (triplet_ret & 0x03) == 0x03 ) w1_search()
1001 if (triplet_ret == 0) w1_search()
1005 tmp64 = (triplet_ret >> 2); w1_search()
1016 if ( (triplet_ret & 0x03) != 0x03 ) { w1_search()

Completed in 47 milliseconds