Searched refs:w1_touch_bit (Results 1 – 3 of 3) sorted by relevance
52 u8 w1_touch_bit(struct w1_master *dev, int bit) in w1_touch_bit() function63 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()
296 u8 w1_touch_bit(struct w1_master *dev, int bit);
1473 ret = w1_touch_bit(dev_master, 1); in read_powermode()