Searched refs:regulator_get_by_devname (Results 1 – 9 of 9) sorted by relevance
| /u-boot/board/eets/pdu001/ |
| A D | board.c | 148 if (!regulator_get_by_devname(VDD_MPU_REGULATOR, &dev)) { in set_mpu_and_core_voltage() 156 if (!regulator_get_by_devname(VDD_CORE_REGULATOR, &dev)) { in set_mpu_and_core_voltage()
|
| /u-boot/include/power/ |
| A D | regulator.h | 523 int regulator_get_by_devname(const char *devname, struct udevice **devp); 650 static inline int regulator_get_by_devname(const char *devname, struct udevice **devp) in regulator_get_by_devname() function
|
| /u-boot/test/dm/ |
| A D | button.c | 110 ut_assertok(regulator_get_by_devname(SANDBOX_BUCK2_DEVNAME, &supply)); in dm_test_button_keys_adc()
|
| A D | adc.c | 66 ut_assertok(regulator_get_by_devname(SANDBOX_BUCK2_DEVNAME, &supply)); in dm_test_adc_supply()
|
| A D | regulator.c | 72 ut_assertok(regulator_get_by_devname(devname, &dev_by_devname)); in dm_test_power_regulator_get()
|
| /u-boot/board/purism/librem5/ |
| A D | librem5.c | 377 if (!regulator_get_by_devname("regulator-hub", &dev)) { in board_init()
|
| /u-boot/board/ge/bx50v3/ |
| A D | bx50v3.c | 475 ret = regulator_get_by_devname(bucks[i], ®); in pmic_init()
|
| /u-boot/board/dhelectronics/dh_stm32mp1/ |
| A D | board.c | 606 ret = regulator_get_by_devname("buck3", &rdev); in board_init_regulator_av96()
|
| /u-boot/drivers/power/regulator/ |
| A D | regulator-uclass.c | 271 int regulator_get_by_devname(const char *devname, struct udevice **devp) in regulator_get_by_devname() function
|
Completed in 22 milliseconds