Searched refs:w1_touch_bit (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/w1/ |
D | w1_io.c | 61 u8 w1_touch_bit(struct w1_master *dev, int bit) in w1_touch_bit() function 72 EXPORT_SYMBOL_GPL(w1_touch_bit); 155 w1_touch_bit(dev, (byte >> i) & 0x1); in w1_write_8() 207 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet() 208 u8 comp_bit = w1_touch_bit(dev, 1); in w1_triplet() 224 w1_touch_bit(dev, bdir); in w1_triplet() 247 res |= (w1_touch_bit(dev,1) << i); in w1_read_8() 290 tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j; in w1_touch_block()
|
/Linux-v4.19/include/linux/ |
D | w1.h | 298 u8 w1_touch_bit(struct w1_master *dev, int bit);
|
/Linux-v4.19/drivers/w1/slaves/ |
D | w1_ds28e17.c | 94 if (w1_touch_bit(sl->master, 1) == 0) in w1_f19_i2c_busy_wait() 110 if (w1_touch_bit(sl->master, 1) == 0) in w1_f19_i2c_busy_wait()
|