Searched refs:touch_bit (Results 1 – 7 of 7) sorted by relevance
63 if (dev->bus_master->touch_bit) in w1_touch_bit()64 return dev->bus_master->touch_bit(dev->bus_master->data, bit); in w1_touch_bit()223 if (dev->bus_master->touch_bit) in w1_triplet()
110 if (!(master->touch_bit && master->reset_bus) && in w1_add_master_device()
144 u8 (*touch_bit)(void *, u8); member
146 mdev->bus_master.touch_bit = mxc_w1_ds2_touch_bit; in mxc_w1_probe()
500 data->w1_ch[idx].w1_bm.touch_bit = ds2482_w1_touch_bit; in ds2482_probe()
960 dev->master.touch_bit = &ds9490r_touch_bit; in ds_w1_init()
71 sample a bit (touch_bit) and reset the bus (reset_bus).