Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/w1/masters/
Dds2482.c240 static int ds2482_set_channel(struct ds2482_data *pdev, u8 channel) in ds2482_set_channel() function
274 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_touch_bit()
306 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_triplet()
335 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_write_byte()
360 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_read_byte()
398 ds2482_set_channel(pdev, pchan->channel); in ds2482_w1_reset_bus()
485 if (ds2482_set_channel(data, 7) == 0) in ds2482_probe()