Home
last modified time | relevance | path

Searched refs:regulator (Results 1 – 25 of 31) sorted by relevance

12

/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/
A Dsdhci_voltage.c19 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() argument
24 int regulator_is_supported_voltage(struct regulator *regulator, in regulator_is_supported_voltage() argument
31 int regulator_enable(struct regulator *regulator) in regulator_enable() argument
35 void regulator_disable(struct regulator *regulator) in regulator_disable() argument
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_misc.h60 int regulator_is_supported_voltage(struct regulator *regulator,
62 int regulator_enable(struct regulator *regulator);
65 struct regulator struct
70 int regulator_get_current_limit(struct regulator *regulator); argument
72 int regulator_enable(struct regulator *regulator);
74 void regulator_disable(struct regulator *regulator);
A Dsdhci_host.h182 struct regulator;
187 struct regulator *vmmc; /* Card power supply */
188 struct regulator *vqmmc; /* Optional Vccq supply */
352 struct regulator *supply, in mmc_regulator_set_ocr()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_pwr.c127 void PWR_EnterSTOPMode(emPWR_Reg_Stop_mode_Typedef regulator, emPWR_STOP_ModeEn_Typedef stop_entry) in PWR_EnterSTOPMode() argument
130 MODIFY_REG(PWR->CR, PWR_CR_LDPS, regulator); in PWR_EnterSTOPMode()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_pmu.c167 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry) in PMU_EnterSTOPMode() argument
173 PMU->CTRL_B.LPDSCFG = regulator; in PMU_EnterSTOPMode()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_pmu.c167 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry) in PMU_EnterSTOPMode() argument
173 PMU->CTRL_B.LPDSCFG = regulator; in PMU_EnterSTOPMode()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_pmu.c166 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry) in PMU_EnterSTOPMode() argument
172 PMU->CTRL_B.LPDSCFG = regulator; in PMU_EnterSTOPMode()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_pmu.c236 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOPENTRY_T entry) in PMU_EnterSTOPMode() argument
240 PMU->CTRL_B.LPDSCFG = regulator; in PMU_EnterSTOPMode()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_pmu.c227 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry) in PMU_EnterSTOPMode() argument
233 PMU->CTRL_B.LPDSCFG = regulator; in PMU_EnterSTOPMode()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/
A Ddisp_sys_intf.c489 struct regulator_dev regulator; in disp_sys_power_enable() local
497 hal_regulator_get(REGULATOR_GET(tmp->power_type, tmp->power_id), &regulator); in disp_sys_power_enable()
498 ret = hal_regulator_set_voltage(&regulator, tmp->power_vol); in disp_sys_power_enable()
502 ret = hal_regulator_enable(&regulator); in disp_sys_power_enable()
516 struct regulator_dev regulator; in disp_sys_power_disable() local
523 ret = hal_regulator_get(REGULATOR_GET(tmp->power_type, tmp->power_id), &regulator); in disp_sys_power_disable()
527 ret = hal_regulator_disable(&regulator); in disp_sys_power_disable()
/bsp/allwinner/libraries/sunxi-hal/hal/source/regulator/
A DKconfig4 bool "enable regulator driver"
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_pmu.h107 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_pmu.h110 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_pmu.h109 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_pmu.h127 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_pmu.h159 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOPENTRY_T entry);
/bsp/allwinner/libraries/sunxi-hal/hal/source/
A DMakefile3 obj-$(CONFIG_DRIVERS_REGULATOR) += regulator/
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_pwr.h139 void PWR_EnterSTOPMode(emPWR_Reg_Stop_mode_Typedef regulator, emPWR_STOP_ModeEn_Typedef stop_entry);
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_twi.h99 struct regulator_dev regulator; member
/bsp/stm32/stm32h743-st-nucleo/
A DREADME.md32 - Dedicated USB power embedding a 3.3 V internal regulator to supply the internal PHYs
33 - Embedded regulator (LDO) with configurable scalable output to supply the digital circuitry
35 - Backup regulator (~0.9 V)
/bsp/stm32/stm32l552-st-nucleo/
A DREADME.md34 - Dedicated USB power embedding a 3.3 V internal regulator to supply the internal PHYs
35 - Embedded regulator (LDO) with configurable scalable output to supply the digital circuitry
37 - Backup regulator (~0.9 V)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dsunxi-hci.h405 struct regulator *regulator_io_hdle;
415 struct regulator *supply;
/bsp/stm32/stm32l412-st-nucleo/
A DREADME.md14 …re ranges from a 1.71 to 3.6 V VDD power supply when using internal LDO regulator and a 1.00 to 1.…
15 …. Dedicated VDD12 power supplies can be used to bypass the internal LDO regulator when connected t…
/bsp/stm32/stm32l433-st-nucleo/
A DREADME.md14 …re ranges from a 1.71 to 3.6 V VDD power supply when using internal LDO regulator and a 1.05 to 1.…
15 …. Dedicated VDD12 power supplies can be used to bypass the internal LDO regulator when connected t…
/bsp/stm32/stm32l476-st-nucleo/
A DREADME.md14 …re ranges from a 1.71 to 3.6 V VDD power supply when using internal LDO regulator and a 1.05 to 1.…
15 …. Dedicated VDD12 power supplies can be used to bypass the internal LDO regulator when connected t…

Completed in 51 milliseconds

12