Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/w1/
Dw1.c984 u8 triplet_ret = 0; in w1_search() local
1036 triplet_ret = w1_triplet(dev, search_bit); in w1_search()
1039 if ( (triplet_ret & 0x03) == 0x03 ) in w1_search()
1043 if (triplet_ret == 0) in w1_search()
1047 tmp64 = (triplet_ret >> 2); in w1_search()
1058 if ( (triplet_ret & 0x03) != 0x03 ) { in w1_search()