Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/w1/
Dw1.c995 u8 triplet_ret = 0; in w1_search() local
1047 triplet_ret = w1_triplet(dev, search_bit); in w1_search()
1050 if ( (triplet_ret & 0x03) == 0x03 ) in w1_search()
1054 if (triplet_ret == 0) in w1_search()
1058 tmp64 = (triplet_ret >> 2); in w1_search()
1069 if ( (triplet_ret & 0x03) != 0x03 ) { in w1_search()