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

/linux-4.1.27/drivers/w1/
H A Dw1_io.c65 * w1_touch_bit() - Generates a write-0 or write-1 cycle and samples the level.
69 static u8 w1_touch_bit(struct w1_master *dev, int bit) w1_touch_bit() function
162 w1_touch_bit(dev, (byte >> i) & 0x1); w1_write_8()
213 u8 id_bit = w1_touch_bit(dev, 1); w1_triplet()
214 u8 comp_bit = w1_touch_bit(dev, 1); w1_triplet()
230 w1_touch_bit(dev, bdir); w1_triplet()
252 res |= (w1_touch_bit(dev,1) << i); w1_read_8()
295 tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j; w1_touch_block()

Completed in 78 milliseconds