Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/dac/
H A Dad5758.c107 * @dc_dc_mode: variable which stores the mode of operation
118 unsigned int dc_dc_mode; member
349 st->dc_dc_mode = mode; in ad5758_set_dc_dc_conv_mode()
719 &st->dc_dc_mode); in ad5758_parse_dt()
725 if (!ad5758_is_valid_mode(st->dc_dc_mode)) in ad5758_parse_dt()
728 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE) { in ad5758_parse_dt()
813 ret = ad5758_set_dc_dc_conv_mode(st, st->dc_dc_mode); in ad5758_init()
866 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE) in ad5758_probe()
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad5758.c106 * @dc_dc_mode: variable which stores the mode of operation
117 unsigned int dc_dc_mode; member
348 st->dc_dc_mode = mode; in ad5758_set_dc_dc_conv_mode()
718 &st->dc_dc_mode); in ad5758_parse_dt()
724 if (!ad5758_is_valid_mode(st->dc_dc_mode)) in ad5758_parse_dt()
727 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE) { in ad5758_parse_dt()
812 ret = ad5758_set_dc_dc_conv_mode(st, st->dc_dc_mode); in ad5758_init()
865 if (st->dc_dc_mode == AD5758_DCDC_MODE_DPC_VOLTAGE) in ad5758_probe()

Completed in 4 milliseconds