Home
last modified time | relevance | path

Searched refs:vdd (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpdouble.c207 vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, in vfp_propagate_nan() argument
239 *vdd = *nan; in vfp_propagate_nan()
270 struct vfp_double vdm, vdd; in vfp_double_fsqrt() local
276 struct vfp_double *vdp = &vdd; in vfp_double_fsqrt()
316 vdd.sign = 0; in vfp_double_fsqrt()
317 vdd.exponent = ((vdm.exponent - 1023) >> 1) + 1023; in vfp_double_fsqrt()
318 vdd.significand = (u64)vfp_estimate_sqrt_significand(vdm.exponent, vdm.significand >> 32) << 31; in vfp_double_fsqrt()
320 vfp_double_dump("sqrt estimate1", &vdd); in vfp_double_fsqrt()
323 vdd.significand += 2 + vfp_estimate_div128to64(vdm.significand, 0, vdd.significand); in vfp_double_fsqrt()
325 vfp_double_dump("sqrt estimate2", &vdd); in vfp_double_fsqrt()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsm8150-mtp.dts58 vdd-s1-supply = <&vph_pwr>;
59 vdd-s2-supply = <&vph_pwr>;
60 vdd-s3-supply = <&vph_pwr>;
61 vdd-s4-supply = <&vph_pwr>;
62 vdd-s5-supply = <&vph_pwr>;
63 vdd-s6-supply = <&vph_pwr>;
64 vdd-s7-supply = <&vph_pwr>;
65 vdd-s8-supply = <&vph_pwr>;
66 vdd-s9-supply = <&vph_pwr>;
67 vdd-s10-supply = <&vph_pwr>;
[all …]
H A Dsm8250-mtp.dts68 vdd-s1-supply = <&vph_pwr>;
69 vdd-s2-supply = <&vph_pwr>;
70 vdd-s3-supply = <&vph_pwr>;
71 vdd-s4-supply = <&vph_pwr>;
72 vdd-s5-supply = <&vph_pwr>;
73 vdd-s6-supply = <&vph_pwr>;
74 vdd-s7-supply = <&vph_pwr>;
75 vdd-s8-supply = <&vph_pwr>;
76 vdd-s9-supply = <&vph_pwr>;
77 vdd-s10-supply = <&vph_pwr>;
[all …]
H A Dsdm845-mtp.dts61 vdd-s1-supply = <&vph_pwr>;
62 vdd-s2-supply = <&vph_pwr>;
63 vdd-s3-supply = <&vph_pwr>;
64 vdd-s4-supply = <&vph_pwr>;
65 vdd-s5-supply = <&vph_pwr>;
66 vdd-s6-supply = <&vph_pwr>;
67 vdd-s7-supply = <&vph_pwr>;
68 vdd-s8-supply = <&vph_pwr>;
69 vdd-s9-supply = <&vph_pwr>;
70 vdd-s10-supply = <&vph_pwr>;
[all …]
H A Dqrb5165-rb5.dts120 vdd-s1-supply = <&vph_pwr>;
121 vdd-s2-supply = <&vph_pwr>;
122 vdd-l2-supply = <&vreg_s8c_1p3>;
123 vdd-l5-l6-supply = <&vreg_bob>;
124 vdd-l7-supply = <&vreg_s4a_1p8>;
166 vdd-s1-supply = <&vph_pwr>;
167 vdd-s2-supply = <&vph_pwr>;
168 vdd-s3-supply = <&vph_pwr>;
169 vdd-s4-supply = <&vph_pwr>;
170 vdd-s5-supply = <&vph_pwr>;
[all …]
H A Dsdm845-db845c.dts254 vdd-s1-supply = <&vph_pwr>;
255 vdd-s2-supply = <&vph_pwr>;
256 vdd-s3-supply = <&vph_pwr>;
257 vdd-s4-supply = <&vph_pwr>;
258 vdd-s5-supply = <&vph_pwr>;
259 vdd-s6-supply = <&vph_pwr>;
260 vdd-s7-supply = <&vph_pwr>;
261 vdd-s8-supply = <&vph_pwr>;
262 vdd-s9-supply = <&vph_pwr>;
263 vdd-s10-supply = <&vph_pwr>;
[all …]
H A Dsdm845-cheza.dtsi215 vdd-s1-supply = <&src_vph_pwr>;
216 vdd-s2-supply = <&src_vph_pwr>;
217 vdd-s3-supply = <&src_vph_pwr>;
218 vdd-s4-supply = <&src_vph_pwr>;
219 vdd-s5-supply = <&src_vph_pwr>;
220 vdd-s6-supply = <&src_vph_pwr>;
221 vdd-s7-supply = <&src_vph_pwr>;
222 vdd-s8-supply = <&src_vph_pwr>;
223 vdd-s9-supply = <&src_vph_pwr>;
224 vdd-s10-supply = <&src_vph_pwr>;
[all …]
H A Dsdm850-lenovo-yoga-c630.dts36 vdd-l2-l8-l17-supply = <&vreg_s3a_1p35>;
37 vdd-l7-l12-l14-l15-supply = <&vreg_s5a_2p04>;
535 vdd-supply = <&vdda_usb1_ss_core>;
563 vdd-supply = <&vdda_usb2_ss_core>;
584 vdd-buck-supply = <&vreg_s4a_1p8>;
585 vdd-buck-sido-supply = <&vreg_s4a_1p8>;
586 vdd-tx-supply = <&vreg_s4a_1p8>;
587 vdd-rx-supply = <&vreg_s4a_1p8>;
588 vdd-io-supply = <&vreg_s4a_1p8>;
614 vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpmh-regulator.txt57 - vdd-s1-supply
58 - vdd-s2-supply
59 - vdd-s3-supply
60 - vdd-s4-supply
66 - vdd-s5-supply
67 - vdd-s6-supply
68 - vdd-s7-supply
69 - vdd-s8-supply
70 - vdd-s9-supply
71 - vdd-s10-supply
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dsoc.c355 int vdd; in get_core_volt_from_fuse() local
370 vdd = -EINVAL; in get_core_volt_from_fuse()
374 vdd = 900; in get_core_volt_from_fuse()
377 vdd = 1000; in get_core_volt_from_fuse()
380 vdd = -EINVAL; in get_core_volt_from_fuse()
384 debug("%s: The required minimum volt of CORE is %dmV\n", __func__, vdd); in get_core_volt_from_fuse()
386 return vdd; in get_core_volt_from_fuse()
389 __weak int board_switch_core_volt(u32 vdd) in board_switch_core_volt() argument
394 static int setup_core_volt(u32 vdd) in setup_core_volt() argument
396 return board_setup_core_volt(vdd); in setup_core_volt()
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dvid.c184 static int wait_for_new_voltage(int vdd, int i2caddress) in wait_for_new_voltage() argument
199 abs(vdd - vdd_current) > (IR_VDD_STEP_UP + IR_VDD_STEP_DOWN) && in wait_for_new_voltage()
216 int timeout, vdd_current, vdd; in wait_for_voltage_stable() local
218 vdd = read_voltage(i2caddress); in wait_for_voltage_stable()
227 abs(vdd - vdd_current) > ADC_MIN_ACCURACY && in wait_for_voltage_stable()
229 vdd = vdd_current; in wait_for_voltage_stable()
240 static int set_voltage_to_IR(int i2caddress, int vdd) in set_voltage_to_IR() argument
249 vdd += board_vdd_drop_compensation(); in set_voltage_to_IR()
251 vid = DIV_ROUND_UP(vdd - 265, 5); in set_voltage_to_IR()
253 vid = DIV_ROUND_UP(vdd - 245, 5); in set_voltage_to_IR()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,wcd9335.txt58 - vdd-buck-supply:
63 - vdd-buck-sido-supply:
68 - vdd-rx-supply:
73 - vdd-tx-supply:
78 - vdd-vbat-supply:
83 - vdd-micbias-supply:
88 - vdd-io-supply:
117 vdd-buck-supply = <&pm8994_s4>;
118 vdd-rx-supply = <&pm8994_s4>;
119 vdd-buck-sido-supply = <&pm8994_s4>;
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dmcp3021.c49 u32 vdd; /* supply and reference voltage in millivolt */ member
82 return DIV_ROUND_CLOSEST(data->vdd * val, 1 << data->output_res); in volts_from_reg()
123 &data->vdd)) in mcp3021_probe()
124 data->vdd /= 1000; in mcp3021_probe()
126 data->vdd = MCP3021_VDD_REF_DEFAULT; in mcp3021_probe()
131 data->vdd = *pdata; in mcp3021_probe()
133 data->vdd = MCP3021_VDD_REF_DEFAULT; in mcp3021_probe()
150 if (data->vdd > MCP3021_VDD_REF_MAX || data->vdd < MCP3021_VDD_REF_MIN) in mcp3021_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dsimple-bridge.c33 struct regulator *vdd; member
142 if (sbridge->vdd) { in simple_bridge_enable()
143 ret = regulator_enable(sbridge->vdd); in simple_bridge_enable()
157 if (sbridge->vdd) in simple_bridge_disable()
158 regulator_disable(sbridge->vdd); in simple_bridge_disable()
193 sbridge->vdd = devm_regulator_get_optional(&pdev->dev, "vdd"); in simple_bridge_probe()
194 if (IS_ERR(sbridge->vdd)) { in simple_bridge_probe()
195 int ret = PTR_ERR(sbridge->vdd); in simple_bridge_probe()
198 sbridge->vdd = NULL; in simple_bridge_probe()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dcm3605.c46 struct regulator *vdd; member
213 cm3605->vdd = devm_regulator_get(dev, "vdd"); in cm3605_probe()
214 if (IS_ERR(cm3605->vdd)) { in cm3605_probe()
216 return PTR_ERR(cm3605->vdd); in cm3605_probe()
218 ret = regulator_enable(cm3605->vdd); in cm3605_probe()
262 regulator_disable(cm3605->vdd); in cm3605_probe()
275 regulator_disable(cm3605->vdd); in cm3605_remove()
286 regulator_disable(cm3605->vdd); in cm3605_pm_suspend()
297 ret = regulator_enable(cm3605->vdd); in cm3605_pm_resume()
H A Dgp2ap002.c143 struct regulator *vdd; member
524 gp2ap002->vdd = devm_regulator_get(dev, "vdd"); in gp2ap002_probe()
525 if (IS_ERR(gp2ap002->vdd)) { in gp2ap002_probe()
527 return PTR_ERR(gp2ap002->vdd); in gp2ap002_probe()
536 ret = regulator_set_voltage(gp2ap002->vdd, 2400000, 3600000); in gp2ap002_probe()
543 ret = regulator_get_voltage(gp2ap002->vdd); in gp2ap002_probe()
554 ret = regulator_enable(gp2ap002->vdd); in gp2ap002_probe()
623 regulator_disable(gp2ap002->vdd); in gp2ap002_probe()
638 regulator_disable(gp2ap002->vdd); in gp2ap002_remove()
663 regulator_disable(gp2ap002->vdd); in gp2ap002_runtime_suspend()
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmfx.c330 stmfx->vdd = devm_regulator_get_optional(&client->dev, "vdd"); in stmfx_chip_init()
331 ret = PTR_ERR_OR_ZERO(stmfx->vdd); in stmfx_chip_init()
334 stmfx->vdd = NULL; in stmfx_chip_init()
339 if (stmfx->vdd) { in stmfx_chip_init()
340 ret = regulator_enable(stmfx->vdd); in stmfx_chip_init()
389 if (stmfx->vdd) in stmfx_chip_init()
390 return regulator_disable(stmfx->vdd); in stmfx_chip_init()
402 if (stmfx->vdd) in stmfx_chip_exit()
403 return regulator_disable(stmfx->vdd); in stmfx_chip_exit()
491 if (stmfx->vdd) in stmfx_suspend()
[all …]
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Ddebugfs.c61 seq_printf(s, "vdd:\t\t%u ", ios->vdd); in mmc_ios_show()
62 if ((1 << ios->vdd) & MMC_VDD_165_195) in mmc_ios_show()
64 else if (ios->vdd < (ARRAY_SIZE(vdd_str) - 1) in mmc_ios_show()
65 && vdd_str[ios->vdd] && vdd_str[ios->vdd + 1]) in mmc_ios_show()
66 seq_printf(s, "(%s ~ %s V)\n", vdd_str[ios->vdd], in mmc_ios_show()
67 vdd_str[ios->vdd + 1]); in mmc_ios_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c35 if (tdev->vdd) { in nvkm_device_tegra_power_up()
36 ret = regulator_enable(tdev->vdd); in nvkm_device_tegra_power_up()
78 if (tdev->vdd) in nvkm_device_tegra_power_up()
79 regulator_disable(tdev->vdd); in nvkm_device_tegra_power_up()
95 if (tdev->vdd) { in nvkm_device_tegra_power_down()
96 ret = regulator_disable(tdev->vdd); in nvkm_device_tegra_power_down()
292 tdev->vdd = devm_regulator_get(&pdev->dev, "vdd"); in nvkm_device_tegra_new()
293 if (IS_ERR(tdev->vdd)) { in nvkm_device_tegra_new()
294 ret = PTR_ERR(tdev->vdd); in nvkm_device_tegra_new()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dgk20a.c98 uv = regulator_get_voltage(volt->vdd); in gk20a_volt_vid_get()
114 return regulator_set_voltage(volt->vdd, volt->base.vid[vid].uv, 1200000); in gk20a_volt_vid_set()
122 int prev_uv = regulator_get_voltage(volt->vdd); in gk20a_volt_set_id()
156 uv = regulator_get_voltage(tdev->vdd); in gk20a_volt_ctor()
159 volt->vdd = tdev->vdd; in gk20a_volt_ctor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-sharp-ls037v7dw01.c28 struct regulator *vdd; member
56 regulator_disable(lcd->vdd); in ls037v7dw01_unprepare()
65 ret = regulator_enable(lcd->vdd); in ls037v7dw01_prepare()
148 lcd->vdd = devm_regulator_get(&pdev->dev, "envdd"); in ls037v7dw01_probe()
149 if (IS_ERR(lcd->vdd)) { in ls037v7dw01_probe()
151 return PTR_ERR(lcd->vdd); in ls037v7dw01_probe()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dmax1241.c25 struct regulator *vdd; member
119 err = regulator_disable(adc->vdd); in max1241_disable_vdd_action()
152 adc->vdd = devm_regulator_get(dev, "vdd"); in max1241_probe()
153 if (IS_ERR(adc->vdd)) { in max1241_probe()
155 return PTR_ERR(adc->vdd); in max1241_probe()
158 ret = regulator_enable(adc->vdd); in max1241_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_mdss.c19 struct regulator *vdd; member
193 regulator_disable(mdp5_mdss->vdd); in mdp5_mdss_destroy()
243 mdp5_mdss->vdd = devm_regulator_get(dev->dev, "vdd"); in mdp5_mdss_init()
244 if (IS_ERR(mdp5_mdss->vdd)) { in mdp5_mdss_init()
245 ret = PTR_ERR(mdp5_mdss->vdd); in mdp5_mdss_init()
249 ret = regulator_enable(mdp5_mdss->vdd); in mdp5_mdss_init()
276 regulator_disable(mdp5_mdss->vdd); in mdp5_mdss_init()
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-cpcap.c67 struct regulator *vdd; member
89 err = regulator_enable(led->vdd); in cpcap_led_set_power()
91 err = regulator_disable(led->vdd); in cpcap_led_set_power()
180 led->vdd = devm_regulator_get(&pdev->dev, "vdd"); in cpcap_led_probe()
181 if (IS_ERR(led->vdd)) { in cpcap_led_probe()
182 err = PTR_ERR(led->vdd); in cpcap_led_probe()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun5i-a13-pocketbook-touch-lux-3.dts66 regulator-name = "vdd-1v8-nor-ctp";
75 regulator-name = "vdd-nor";
86 regulator-name = "vdd-ctp";
96 regulator-name = "vdd-mmc0";
191 regulator-name = "vdd-cpu";
198 regulator-name = "vdd-int-pll";
202 regulator-name = "vdd-rtc";

12345678910>>...25