Searched refs:w1_touch_bit (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/w1/ |
D | w1_io.c | 52 u8 w1_touch_bit(struct w1_master *dev, int bit) in w1_touch_bit() function 63 EXPORT_SYMBOL_GPL(w1_touch_bit); 146 w1_touch_bit(dev, (byte >> i) & 0x1); in w1_write_8() 198 u8 id_bit = w1_touch_bit(dev, 1); in w1_triplet() 199 u8 comp_bit = w1_touch_bit(dev, 1); in w1_triplet() 215 w1_touch_bit(dev, bdir); in w1_triplet() 238 res |= (w1_touch_bit(dev,1) << i); in w1_read_8() 281 tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j; in w1_touch_block()
|
/linux-5.19.10/include/linux/ |
D | w1.h | 295 u8 w1_touch_bit(struct w1_master *dev, int bit);
|
/linux-5.19.10/drivers/w1/slaves/ |
D | w1_ds28e17.c | 92 if (w1_touch_bit(sl->master, 1) == 0) in w1_f19_i2c_busy_wait() 108 if (w1_touch_bit(sl->master, 1) == 0) in w1_f19_i2c_busy_wait()
|
D | w1_therm.c | 1487 ret = w1_touch_bit(dev_master, 1); in read_powermode()
|