| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/ |
| A D | sdhci_voltage.c | 19 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 D | sdhci_misc.h | 60 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 D | sdhci_host.h | 182 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 D | hal_pwr.c | 127 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 D | apm32e10x_pmu.c | 167 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 D | apm32f10x_pmu.c | 167 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 D | apm32s10x_pmu.c | 166 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 D | apm32f0xx_pmu.c | 236 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 D | apm32f4xx_pmu.c | 227 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 D | disp_sys_intf.c | 489 struct regulator_dev regulator; in disp_sys_power_enable() local 497 hal_regulator_get(REGULATOR_GET(tmp->power_type, tmp->power_id), ®ulator); in disp_sys_power_enable() 498 ret = hal_regulator_set_voltage(®ulator, tmp->power_vol); in disp_sys_power_enable() 502 ret = hal_regulator_enable(®ulator); 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), ®ulator); in disp_sys_power_disable() 527 ret = hal_regulator_disable(®ulator); in disp_sys_power_disable()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/regulator/ |
| A D | Kconfig | 4 bool "enable regulator driver"
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_pmu.h | 107 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_pmu.h | 110 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_pmu.h | 109 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_pmu.h | 127 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOP_ENTRY_T entry);
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_pmu.h | 159 void PMU_EnterSTOPMode(PMU_REGULATOR_T regulator, PMU_STOPENTRY_T entry);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ |
| A D | Makefile | 3 obj-$(CONFIG_DRIVERS_REGULATOR) += regulator/
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_pwr.h | 139 void PWR_EnterSTOPMode(emPWR_Reg_Stop_mode_Typedef regulator, emPWR_STOP_ModeEn_Typedef stop_entry);
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_twi.h | 99 struct regulator_dev regulator; member
|
| /bsp/stm32/stm32h743-st-nucleo/ |
| A D | README.md | 32 - 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 D | README.md | 34 - 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 D | sunxi-hci.h | 405 struct regulator *regulator_io_hdle; 415 struct regulator *supply;
|
| /bsp/stm32/stm32l412-st-nucleo/ |
| A D | README.md | 14 …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 D | README.md | 14 …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 D | README.md | 14 …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…
|