Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dmcp47feb02.c712 int vref_uV, int vref1_uV) in mcp47feb02_init_scales_avail() argument
730 tmp_vref = vref1_uV; in mcp47feb02_init_scales_avail()
1077 int vref_uV, int vref1_uV) in mcp47feb02_init_ch_scales() argument
1085 ret = mcp47feb02_init_scales_avail(data, vdd_uV, vref_uV, vref1_uV); in mcp47feb02_init_ch_scales()
1099 int vref1_uV, vref_uV, vdd_uV, ret; in mcp47feb02_probe() local
1154 vref1_uV = devm_regulator_get_enable_read_voltage(dev, "vref1"); in mcp47feb02_probe()
1155 if (vref1_uV < 0) in mcp47feb02_probe()
1156 return vref1_uV; in mcp47feb02_probe()
1158 if (vref1_uV == 0) in mcp47feb02_probe()
1163 vref1_uV = 0; in mcp47feb02_probe()
[all …]