Home
last modified time | relevance | path

Searched defs:voltage (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/drivers/power/
Dpalmas.c26 int lp873x_mmc1_poweron_ldo(uint voltage) in lp873x_mmc1_poweron_ldo()
44 int palmas_mmc1_poweron_ldo(uint ldo_volt, uint ldo_ctrl, uint voltage) in palmas_mmc1_poweron_ldo()
Dtps6586x.c136 static int calculate_next_voltage(int voltage, int target, int step) in calculate_next_voltage()
/external/u-boot/board/freescale/common/
Dzm7300.c171 int zm_write_voltage(int voltage) in zm_write_voltage()
195 int voltage; in zm_read_voltage() local
Dvid.c456 unsigned voltage; in adjust_vdd() member
628 unsigned voltage; in adjust_vdd() member
/external/u-boot/arch/arm/mach-omap2/omap4/
Dhwinit.c177 void vmmc_pbias_config(uint voltage) in vmmc_pbias_config()
/external/u-boot/arch/arm/mach-omap2/omap5/
Dhwinit.c482 __weak void board_mmc_poweron_ldo(uint voltage) in board_mmc_poweron_ldo()
487 void vmmc_pbias_config(uint voltage) in vmmc_pbias_config()
/external/autotest/server/cros/servo/
Dplankton.py115 def charge(self, voltage): argument
Dpd_device.py86 def vbus_request(self, voltage): argument
/external/u-boot/board/freescale/b4860qds/
Db4860qds.c139 int existing_voltage, temp_voltage, voltage; /* all in 1/10 mV */ in adjust_vdd() local
174 unsigned voltage; in adjust_vdd() member
/external/u-boot/test/dm/
Dregulator.c237 int voltage; member
/external/autotest/client/profilers/powertop/src/
Dpowertop.c501 double voltage = 0.0; in print_battery_proc_acpi() local
668 double voltage = 0.0; in print_battery_sysfs() local
/external/u-boot/board/ti/dra7xx/
Devm.c854 void board_mmc_poweron_ldo(uint voltage) in board_mmc_poweron_ldo()
/external/u-boot/board/freescale/t4qds/
Dt4240qds.c246 unsigned voltage; in adjust_vdd() member
/external/u-boot/drivers/power/regulator/
Dpfuze100.c39 unsigned int voltage; member
/external/u-boot/include/
Dspd.h23 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
Dsmbios.h155 u8 voltage; member
Dddr_spd.h22 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
85 unsigned char voltage; /* 8 Voltage intf std of this assembly */ member
/external/u-boot/arch/x86/include/asm/arch-braswell/
Dgpio.h97 enum voltage { enum
/external/u-boot/drivers/video/rockchip/
Drk_edp.c463 uint voltage, tries = 0; in rk_edp_link_train_cr() local
/external/u-boot/drivers/mmc/
Dmmc.c1537 int mmc_voltage_to_mv(enum mmc_voltage voltage) in mmc_voltage_to_mv()