Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/w1/masters/
Dds2482.c238 static int ds2482_set_channel(struct ds2482_data *pdev, u8 channel) in ds2482_set_channel() function
272 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_touch_bit()
304 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_triplet()
333 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_write_byte()
358 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_read_byte()
396 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_reset_bus()
482 if (ds2482_set_channel(data, 7) == 0) in ds2482_probe()