Searched refs:vf610_conv_modes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | vf610_dac.c | 89 static const char * const vf610_conv_modes[] = { "high-power", "low-power" }; variable 92 .items = vf610_conv_modes, 93 .num_items = ARRAY_SIZE(vf610_conv_modes),
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | vf610_dac.c | 90 static const char * const vf610_conv_modes[] = { "high-power", "low-power" }; variable 93 .items = vf610_conv_modes, 94 .num_items = ARRAY_SIZE(vf610_conv_modes),
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | vf610_adc.c | 488 static const char * const vf610_conv_modes[] = { "normal", "high-speed", variable 492 .items = vf610_conv_modes, 493 .num_items = ARRAY_SIZE(vf610_conv_modes),
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | vf610_adc.c | 491 static const char * const vf610_conv_modes[] = { "normal", "high-speed", variable 495 .items = vf610_conv_modes, 496 .num_items = ARRAY_SIZE(vf610_conv_modes),
|
Completed in 4 milliseconds