w1_touch_bit 92 drivers/w1/slaves/w1_ds28e17.c if (w1_touch_bit(sl->master, 1) == 0) w1_touch_bit 108 drivers/w1/slaves/w1_ds28e17.c if (w1_touch_bit(sl->master, 1) == 0) w1_touch_bit 63 drivers/w1/w1_io.c EXPORT_SYMBOL_GPL(w1_touch_bit); w1_touch_bit 146 drivers/w1/w1_io.c w1_touch_bit(dev, (byte >> i) & 0x1); w1_touch_bit 198 drivers/w1/w1_io.c u8 id_bit = w1_touch_bit(dev, 1); w1_touch_bit 199 drivers/w1/w1_io.c u8 comp_bit = w1_touch_bit(dev, 1); w1_touch_bit 215 drivers/w1/w1_io.c w1_touch_bit(dev, bdir); w1_touch_bit 238 drivers/w1/w1_io.c res |= (w1_touch_bit(dev,1) << i); w1_touch_bit 281 drivers/w1/w1_io.c tmp |= w1_touch_bit(dev, (buf[i] >> j) & 0x1) << j; w1_touch_bit 294 include/linux/w1.h u8 w1_touch_bit(struct w1_master *dev, int bit);