Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/
H A Dw1_io.c52 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()
/openbmc/linux/include/linux/
H A Dw1.h295 u8 w1_touch_bit(struct w1_master *dev, int bit);
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds28e17.c92 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()
H A Dw1_therm.c1484 ret = w1_touch_bit(dev_master, 1); in read_powermode()