w1_touch_bit
if (w1_touch_bit(sl->master, 1) == 0)
if (w1_touch_bit(sl->master, 1) == 0)
ret = w1_touch_bit(dev_master, 1);
w1_touch_bit(dev, (byte >> i) & 0x1);
u8 id_bit = w1_touch_bit(dev, 1);
u8 comp_bit = w1_touch_bit(dev, 1);
w1_touch_bit(dev, bdir);
res |= (w1_touch_bit(dev,1) << i);
tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j;
EXPORT_SYMBOL_GPL(w1_touch_bit);
u8 w1_touch_bit(struct w1_master *dev, int bit);