Searched refs:comp_bit (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_io.c177 * bit 1 = comp_bit
182 * @param bdir the bit to write if both id_bit and comp_bit are 0
191 u8 comp_bit = w1_touch_bit(dev, 1); local
194 if (id_bit && comp_bit)
197 if (!id_bit && !comp_bit) {

Completed in 35 milliseconds