Searched refs:regulator_get_current_limit (Results 1 – 6 of 6) sorted by relevance
277 int regulator_get_current_limit(struct regulator *regulator);551 static inline int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function
437 current_uA = regulator_get_current_limit(vbus_supply); in get_vbus_power()
126 int regulator_get_current_limit(regulator);
268 curr = regulator_get_current_limit(rockchip->vpcie3v3); in rockchip_pcie_set_power_limit()
4495 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function4499 EXPORT_SYMBOL_GPL(regulator_get_current_limit);
4640 int curr = regulator_get_current_limit(mmc->supply.vmmc); in sdhci_setup_host()