Searched +full:vref0 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lars-Peter Clausen <lars@metafoo.de>11 - Jonathan Cameron <jic23@kernel.org>16 - adi,ad536017 - adi,ad536118 - adi,ad536319 - adi,ad537020 - adi,ad5371[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * multi-channel Digital to Analog Converters driver50 * struct ad5360_chip_info - chip specific information65 * struct ad5360_state - driver instance specific data68 * @vref_reg: vref supply regulators115 .shift = 16 - (bits), \177 i = channel / st->chip_info->channels_per_group; in ad5360_get_channel_vref_index()178 if (i >= st->chip_info->num_vrefs) in ad5360_get_channel_vref_index()179 i = st->chip_info->num_vrefs - 1; in ad5360_get_channel_vref_index()189 return regulator_get_voltage(st->vref_reg[i].consumer); in ad5360_get_channel_vref()[all …]