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.c548 int crt_ch = 0; in ad7768_set_channel_label() local
551 if (fwnode_property_read_u32(child, "reg", &crt_ch)) in ad7768_set_channel_label()
554 if (crt_ch >= num_channels) in ad7768_set_channel_label()
560 st->labels[crt_ch] = label; in ad7768_set_channel_label()