Home
last modified time | relevance | path

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

/drivers/w1/
Dw1_io.c69 static u8 w1_touch_bit(struct w1_master *dev, int bit) in w1_touch_bit() function
162 w1_touch_bit(dev, (byte >> i) & 0x1); in w1_write_8()
213 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet()
214 u8 comp_bit = w1_touch_bit(dev, 1); in w1_triplet()
230 w1_touch_bit(dev, bdir); in w1_triplet()
252 res |= (w1_touch_bit(dev,1) << i); in w1_read_8()
295 tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j; in w1_touch_block()