Searched refs:w1_gpio_read_bit (Results 1 – 1 of 1) sorted by relevance
32 static bool w1_gpio_read_bit(struct udevice *dev) in w1_gpio_read_bit() function57 ret |= (w1_gpio_read_bit(dev) ? 1 : 0) << i; in w1_gpio_read_byte()125 u8 id_bit = w1_gpio_read_bit(dev); in w1_gpio_triplet()126 u8 comp_bit = w1_gpio_read_bit(dev); in w1_gpio_triplet()