Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/dac/
Dad5592r-base.c202 switch (st->channel_modes[i]) { in ad5592r_set_channel_modes()
291 for (i = 0; i < ARRAY_SIZE(st->channel_modes); i++) in ad5592r_reset_channel_modes()
292 st->channel_modes[i] = CH_MODE_UNUSED; in ad5592r_reset_channel_modes()
518 if (ret || reg >= ARRAY_SIZE(st->channel_modes)) in ad5592r_alloc_channels()
523 st->channel_modes[reg] = tmp; in ad5592r_alloc_channels()
537 switch (st->channel_modes[i]) { in ad5592r_alloc_channels()
Dad5592r-base.h63 u8 channel_modes[8]; member