Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/dts/
H A Dstm32mp157c-ed1.dts113 vdd-supply = <&vdd>;
114 vdda-supply = <&vdda>;
115 vref-supply = <&vdda>;
142 vref-supply = <&vdda>;
203 buck1-supply = <&vin>;
204 buck2-supply = <&vin>;
205 buck3-supply = <&vin>;
206 buck4-supply = <&vin>;
207 ldo1-supply = <&v3v3>;
208 ldo2-supply = <&v3v3>;
[all …]
H A Dstm32mp15xx-dkx.dtsi103 vdd-supply = <&vdd>;
104 vdda-supply = <&vdd>;
105 vref-supply = <&vrefbuf>;
182 iovcc-supply = <&v3v3_hdmi>;
183 cvcc12-supply = <&v1v2_hdmi>;
214 VL-supply = <&v3v3>;
215 VD-supply = <&v1v8_audio>;
216 VA-supply = <&v1v8_audio>;
217 VAHP-supply = <&v1v8_audio>;
265 vdd-supply = <&vin>;
[all …]
H A Dstm32mp15xx-dhcor-avenger96.dtsi112 vdd-supply = <&vdd>;
113 vdda-supply = <&vdda>;
114 vref-supply = <&vdda>;
230 avdd-supply = <&v3v3>;
231 dvdd-supply = <&v3v3>;
232 pvdd-supply = <&v3v3>;
233 dvdd-3v-supply = <&v3v3>;
234 bgvdd-supply = <&v3v3>;
326 vmmc-supply = <&vdd_sd>;
327 vqmmc-supply = <&sd_switch>;
[all …]
H A Dstm32mp15xx-dhcom-som.dtsi75 vin-supply = <&vdd>;
80 vdd-supply = <&vdd>;
81 vdda-supply = <&vdda>;
82 vref-supply = <&vdda>;
105 vref-supply = <&vdda>;
285 ldo1-supply = <&v3v3>;
286 ldo2-supply = <&v3v3>;
287 ldo3-supply = <&vdd_ddr>;
288 ldo5-supply = <&v3v3>;
289 ldo6-supply = <&v3v3>;
[all …]
H A Dstm32mp135f-dk.dts75 cpu-supply = <&vddcpu>;
160 buck1-supply = <&vin>;
161 buck2-supply = <&vin>;
162 buck3-supply = <&vin>;
163 buck4-supply = <&vin>;
164 ldo1-supply = <&vin>;
165 ldo4-supply = <&vin>;
166 ldo5-supply = <&vin>;
167 ldo6-supply = <&vin>;
168 vref_ddr-supply = <&vin>;
[all …]
H A Dstm32mp15xx-dhcor-som.dtsi112 ldo1-supply = <&v3v3>;
113 ldo2-supply = <&v3v3>;
114 ldo3-supply = <&vdd_ddr>;
115 ldo5-supply = <&v3v3>;
116 ldo6-supply = <&v3v3>;
117 pwr_sw1-supply = <&bst_out>;
118 pwr_sw2-supply = <&bst_out>;
263 vdd-supply = <&vdd>;
264 vdd_3v3_usbfs-supply = <&vdd_usb>;
H A Dstm32mp15xx-dhcom-pdk2.dtsi30 power-supply = <&reg_panel_bl>;
108 power-supply = <&reg_panel_bl>;
122 vin-supply = <&reg_panel_supply>;
125 reg_panel_supply: regulator-panel-supply {
175 VDDA-supply = <&v3v3>;
176 VDDIO-supply = <&vdd>;
308 vbus-supply = <&vbus_otg>;
317 phy-supply = <&vdd_usb>;
321 phy-supply = <&vdd_usb>;
H A Dstm32mp15xx-dhcor-io1v8.dtsi17 vin-supply = <&vdd>;
22 vdd-supply = <&vdd_io>;
H A Dstm32mp157c-ev1.dts97 phy-dsi-supply = <&reg18>;
121 power-supply = <&v3v3>;
182 DOVDD-supply = <&v2v8>;
205 vdd-supply = <&v3v3>;
286 vmmc-supply = <&v3v3>;
H A Dstm32mp157c-dk2.dts44 phy-dsi-supply = <&reg18>;
66 power-supply = <&v3v3>;
H A Dfsl-lx2160a-rdb.dts108 vcc-supply = <&sb_3v3>;
114 vcc-supply = <&sb_3v3>;
H A Dat91-sama7g54_ek.dts120 vddana-supply = <&vddout25>;
121 vref-supply = <&vddout25>;
140 cpu-supply = <&vddcpu>;
849 vmmc-supply = <&vdd_3v3>;
850 vqmmc-supply = <&vldo1>;
861 vmmc-supply = <&vdd_3v3>;
862 vqmmc-supply = <&vdd_3v3>;
956 vin-supply = <&vdd_3v3>;
H A Dat91-sama5d27_som1_ek.dts220 vddana-supply = <&vddana>;
221 vref-supply = <&advref>;
512 vin-supply = <&vddin_3v3>;
524 vin-supply = <&vddana>;
H A Dat91-sama5d27_wlsom1_ek.dts53 vddana-supply = <&vdd_3v3>;
54 vref-supply = <&vdd_3v3>;
H A Dfsl-lx2160a-qds.dts270 vcc-supply = <&sb_3v3>;
276 vcc-supply = <&sb_3v3>;
H A Dat91-sama5d2_xplained.dts77 vqmmc-supply = <&vdd_3v3_reg>;
78 vmmc-supply = <&vdd_3v3_reg>;
415 vddana-supply = <&vdd_3v3_lp_reg>;
416 vref-supply = <&vdd_3v3_lp_reg>;
H A Dstm32mp151.dtsi374 vdda1v1-supply = <&reg11>;
375 vdda1v8-supply = <&reg18>;
1653 usb33d-supply = <&usb33>;
/optee_os/core/drivers/regulator/
H A Dregulator.c54 if (regulator->supply) { in regulator_refcnt_enable()
55 res = regulator_enable(regulator->supply); in regulator_refcnt_enable()
70 if (regulator->supply && in regulator_refcnt_enable()
71 regulator_disable(regulator->supply)) in regulator_refcnt_enable()
130 if (regulator->supply && regulator_disable(regulator->supply)) { in regulator_refcnt_disable()
132 EMSG("Can't disable %s", regulator_name(regulator->supply)); in regulator_refcnt_disable()
364 while (regulator && regulator->supply != parent) in find_next_regulator()
373 return !find_next_regulator(regulator->supply, regulator); in regulator_is_supply_last_supplied()
385 r = r->supply; in indent_with_empty_string()
497 parent = regulator->supply; in print_tree()
H A Dstm32mp13_regulator_iod.c122 *level_uv = regulator_get_voltage(regu->supply); in iod_get_voltage()
153 res = regulator_set_voltage(regu->supply, level_uv); in iod_set_voltage()
159 level_uv = regulator_get_voltage(regu->supply); in iod_set_voltage()
181 return regulator_supported_voltages(regu->supply, desc, levels); in iod_list_voltages()
H A Dregulator_dt.c219 pending->regulator->supply = dt_driver_provider_priv_data(p); in process_pending_list()
/optee_os/core/include/drivers/
H A Dregulator.h104 struct regulator *supply; member
250 const char *supply __unused, in regulator_dt_get_supply()
/optee_os/lib/libutils/isoc/
H A Dbget.doc127 release storage as before. You can supply an initial buffer pool with