HomeSort by: relevance | last modified time | path
    Searched defs:vdd (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp157a-microgea-stm32mp1.dtsi 75 vdd: regulator-vdd { label
77 regulator-name = "vdd";
146 vdda-supply = <&vdd>;
stm32mp157a-stinger96.dtsi 142 vdd: buck3 { label in label:pmic
143 regulator-name = "vdd";
249 vdd-supply = <&vdd>;
stm32mp15xx-dhcor-som.dtsi 78 vdd: buck3 { label in label:pmic
79 regulator-name = "vdd";
188 vdd-supply = <&vdd>;
stm32mp157a-icore-stm32mp1.dtsi 66 vdd: regulator-vdd { label
68 regulator-name = "vdd";
74 vdd_usb: regulator-vdd-usb {
90 vdd_ddr: regulator-vdd-ddr {
104 vin-supply = <&vdd>;
113 vin-supply = <&vdd>;
116 vdd_sd: regulator-vdd-sd {
194 vdda-supply = <&vdd>;
exynos5250-smdk5250.dts 32 vdd: fixed-regulator-vdd { label
34 regulator-name = "vdd-supply";
303 AVDD2-supply = <&vdd>;
304 CPVDD-supply = <&vdd>;
r8a7790-stout.dts 359 vdd: regulator@70 { label
stm32mp157c-ed1.dts 106 vdd-supply = <&vdd>;
206 vdd: buck3 { label in label:pmic
207 regulator-name = "vdd";
324 vdd-supply = <&vdd>;
367 vqmmc-supply = <&vdd>;
stm32mp157c-odyssey-som.dtsi 131 vdd: buck3 { label in label:pmic
132 regulator-name = "vdd";
269 vqmmc-supply = <&vdd>;
stm32mp15xx-osd32.dtsi 102 vdd: buck3 { label in label:pmic
103 regulator-name = "vdd";
exynos5420-smdk5420.dts 36 vdd: regulator-0 { label
38 regulator-name = "vdd-supply";
stm32mp15xx-dhcom-som.dtsi 74 vin-supply = <&vdd>;
79 vdd-supply = <&vdd>;
295 vdd: buck3 { label in label:pmic
296 regulator-name = "vdd";
427 vdd-supply = <&vdd>;
stm32mp15xx-dkx.dtsi 96 vdd-supply = <&vdd>;
97 vdda-supply = <&vdd>;
257 vdd-supply = <&vin>;
316 vdd: buck3 { label in label:pmic
317 regulator-name = "vdd";
481 vdd-supply = <&vdd>;
706 vdda-supply = <&vdd>;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 39 struct regulator *vdd; member in struct:gk20a_volt
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
tegra.h 20 struct regulator *vdd; member in struct:nvkm_device_tegra
49 * Whether the chip requires the VDD regulator
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu_v11_0.c 1261 uint32_t vdd = 0, val_vid = 0; local in function:smu_v11_0_get_gfx_vdd
1269 vdd = (uint32_t)convert_to_vddc((uint8_t)val_vid);
1271 *value = vdd;
  /src/sys/dev/sdmmc/
sdhc.c 103 uint8_t vdd; /* last vdd setting */ member in struct:sdhc_host
812 hp->vdd = 0;
927 uint8_t vdd; local in function:sdhc_bus_power
939 hp->vdd = 0;
955 vdd = SDHC_VOLTAGE_1_8V;
957 vdd = SDHC_VOLTAGE_3_0V;
959 vdd = SDHC_VOLTAGE_3_3V;
969 if (vdd == hp->vdd)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c 813 * Otherwise even VDD force bit won't work.
904 * Even vdd force doesn't work until we've made
994 /* didn't find one? pick one where vdd is on */
1365 bool vdd; local in function:intel_dp_aux_xfer
1378 * We will be called with VDD already enabled for dpcd/edid/oui reads.
1379 * In such cases we want to leave VDD enabled and it's up to upper layers
1383 vdd = edp_panel_vdd_on(intel_dp);
1519 if (vdd)
2658 /* When we disable the VDD override bit last we have to do the manual
2726 DRM_DEBUG_KMS("Turning [ENCODER:%d:%s] VDD on\n"
2766 bool vdd; local in function:intel_edp_panel_vdd_on
    [all...]

Completed in 24 milliseconds