Searched refs:dc_dc_mode (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/dac/
H A Dad5758.c106 * @dc_dc_mode: variable which stores the mode of operation
117 unsigned int dc_dc_mode; member in struct:ad5758_state
348 st->dc_dc_mode = mode;
718 &st->dc_dc_mode);
724 if (!ad5758_is_valid_mode(st->dc_dc_mode))
727 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE) {
812 ret = ad5758_set_dc_dc_conv_mode(st, st->dc_dc_mode);
865 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE)

Completed in 123 milliseconds