Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dad7768-1.c1473 int crt_ch = 0; in ad7768_set_channel_label() local
1476 if (fwnode_property_read_u32(child, "reg", &crt_ch)) in ad7768_set_channel_label()
1479 if (crt_ch >= num_channels) in ad7768_set_channel_label()
1485 st->labels[crt_ch] = label; in ad7768_set_channel_label()