Searched refs:w1_bm (Results 1 – 1 of 1) sorted by relevance
116 struct w1_bus_master w1_bm; member503 data->w1_ch[idx].w1_bm.data = &data->w1_ch[idx]; in ds2482_probe()504 data->w1_ch[idx].w1_bm.read_byte = ds2482_w1_read_byte; in ds2482_probe()505 data->w1_ch[idx].w1_bm.write_byte = ds2482_w1_write_byte; in ds2482_probe()506 data->w1_ch[idx].w1_bm.touch_bit = ds2482_w1_touch_bit; in ds2482_probe()507 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()508 data->w1_ch[idx].w1_bm.reset_bus = ds2482_w1_reset_bus; in ds2482_probe()509 data->w1_ch[idx].w1_bm.set_pullup = ds2482_w1_set_pullup; in ds2482_probe()511 err = w1_add_master_device(&data->w1_ch[idx].w1_bm); in ds2482_probe()523 w1_remove_master_device(&data->w1_ch[idx].w1_bm); in ds2482_probe()[all …]