Home
last modified time | relevance | path

Searched refs:w1_ch (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/w1/masters/
Dds2482.c114 struct ds2482_w1_chan w1_ch[8]; member
493 data->w1_ch[idx].pdev = data; in ds2482_probe()
494 data->w1_ch[idx].channel = idx; in ds2482_probe()
497 data->w1_ch[idx].w1_bm.data = &data->w1_ch[idx]; in ds2482_probe()
498 data->w1_ch[idx].w1_bm.read_byte = ds2482_w1_read_byte; in ds2482_probe()
499 data->w1_ch[idx].w1_bm.write_byte = ds2482_w1_write_byte; in ds2482_probe()
500 data->w1_ch[idx].w1_bm.touch_bit = ds2482_w1_touch_bit; in ds2482_probe()
501 data->w1_ch[idx].w1_bm.triplet = ds2482_w1_triplet; in ds2482_probe()
502 data->w1_ch[idx].w1_bm.reset_bus = ds2482_w1_reset_bus; in ds2482_probe()
503 data->w1_ch[idx].w1_bm.set_pullup = ds2482_w1_set_pullup; in ds2482_probe()
[all …]