Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/w1/masters/
Dds2482.c243 static int ds2482_set_channel(struct ds2482_data *pdev, u8 channel) in ds2482_set_channel() function
277 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_touch_bit()
309 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_triplet()
338 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_write_byte()
363 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_read_byte()
401 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_reset_bus()
488 if (ds2482_set_channel(data, 7) == 0) in ds2482_probe()