Home
last modified time | relevance | path

Searched refs:vsys (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3066a-marsboard.dts40 vsys: vsys-regulator { label
42 regulator-name = "vsys";
67 vcc1-supply = <&vsys>;
68 vcc2-supply = <&vsys>;
69 vcc3-supply = <&vsys>;
70 vcc4-supply = <&vsys>;
73 vcc7-supply = <&vsys>;
74 vccio-supply = <&vsys>;
H A Drk3188-radxarock.dts115 vsys: vsys-regulator { label
117 regulator-name = "vsys";
184 vp1-supply = <&vsys>;
185 vp2-supply = <&vsys>;
186 vp3-supply = <&vsys>;
187 vp4-supply = <&vsys>;
189 inl2-supply = <&vsys>;
190 inl3-supply = <&vsys>;
H A Drk3066a-rayeager.dts108 vsys: vsys-regulator { label
110 regulator-name = "vsys";
132 vin-supply = <&vsys>;
291 vcc1-supply = <&vsys>;
292 vcc2-supply = <&vsys>;
293 vcc3-supply = <&vsys>;
294 vcc4-supply = <&vsys>;
297 vcc7-supply = <&vsys>;
298 vccio-supply = <&vsys>;
H A Drk3188-bqedison2qc.dts23 power-supply = <&vsys>;
147 vin-supply = <&vsys>;
194 vsys: vsys-regulator { label
196 regulator-name = "vsys";
302 vp1-supply = <&vsys>;
303 vp2-supply = <&vsys>;
304 vp3-supply = <&vsys>;
305 vp4-supply = <&vsys>;
307 inl2-supply = <&vsys>;
308 inl3-supply = <&vsys>;
H A Drv1108-evb.dts59 vcc_sys: vsys-regulator {
61 regulator-name = "vsys";
H A Drv1108-minievb-v10.dts59 vcc_sys: vsys-regulator {
61 regulator-name = "vsys";
H A Drv1108-elgin-r1.dts24 vcc_sys: vsys-regulator {
26 regulator-name = "vsys";
H A Drk3188-px3-evb.dts37 vcc_sys: vsys-regulator {
39 regulator-name = "vsys";
H A Dmt6323.dtsi37 regulator-name = "vsys";
H A Drk3288-rock2-som.dtsi35 vcc_sys: vsys-regulator {
H A Dexynos5250-snow-common.dtsi117 vsys-l1-supply = <&vbat>;
118 vsys-l2-supply = <&vbat>;
H A Drk3288-miqi.dts73 vcc_sys: vsys-regulator {
H A Drk3288-firefly-reload.dts102 vcc_5v: vcc_sys: vsys-regulator {
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3188-radxarock.dts125 vsys: vsys-regulator { label
127 regulator-name = "vsys";
189 vp1-supply = <&vsys>;
190 vp2-supply = <&vsys>;
191 vp3-supply = <&vsys>;
192 vp4-supply = <&vsys>;
194 inl2-supply = <&vsys>;
195 inl3-supply = <&vsys>;
H A D.rk3188-radxarock.dtb.pre.tmp
H A D.rk3188-radxarock.dtb.dts.tmp
H A Drk3288-rock2-som.dtsi65 vcc_sys: vsys-regulator {
H A Drk3288-evb-rk1608.dtsi34 vcc_sys: vsys-regulator {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dtps65090.txt12 - vsys[1-3]-supply: The input supply for DCDC[1-3] respectively.
14 - vsys-l[1-2]-supply: The input supply for LDO[1-2] respectively.
48 vsys-l1-supply = <&some_reg>;
49 vsys-l2-supply = <&some_reg>;
H A Dmt6323-regulator.txt33 regulator-name = "vsys";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-khadas-edge.dtsi85 vsys: vsys { label
87 regulator-name = "vsys";
92 vsys_3v3: vsys-3v3 {
99 vin-supply = <&vsys>;
102 vsys_5v0: vsys-5v0 {
109 vin-supply = <&vsys>;
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/
H A Dtps65090.txt12 - vsys[1-3]-supply: The input supply for DCDC[1-3] respectively.
14 - vsys-l[1-2]-supply: The input supply for LDO[1-2] respectively.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power_supply/
H A Drk817-battery.txt14 - power_off_thresd: vsys voltage threshold of power off
H A Drk816-battery.txt17 - power_off_thresd: vsys voltage threshold of power off
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk817_battery.c2487 int voltage_avg, current_avg, vsys; in rk817_bat_calc_zero_linek() local
2502 vsys = voltage_avg + (current_avg * DEF_PWRPATH_RES) / 1000; in rk817_bat_calc_zero_linek()
2504 powerpatch_res = (voltage_avg - vsys) * 1000 / current_avg; in rk817_bat_calc_zero_linek()
2508 battery->zero_vsys = vsys; in rk817_bat_calc_zero_linek()
2510 DBG("Zero: voltage_avg = %d, Vsys = %d\n", voltage_avg, vsys); in rk817_bat_calc_zero_linek()

123