Home
last modified time | relevance | path

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

/drivers/iio/adc/
Dad7768-1.c557 int crt_ch = 0; in ad7768_set_channel_label() local
561 if (fwnode_property_read_u32(child, "reg", &crt_ch)) in ad7768_set_channel_label()
564 if (crt_ch >= num_channels) in ad7768_set_channel_label()
570 st->labels[crt_ch] = label; in ad7768_set_channel_label()