Searched refs:regulator_get_current_limit (Results 1 – 6 of 6) sorted by relevance
281 int regulator_get_current_limit(struct regulator *regulator);569 static inline int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function
439 current_uA = regulator_get_current_limit(vbus_supply); in get_vbus_power()
126 int regulator_get_current_limit(regulator);
265 curr = regulator_get_current_limit(rockchip->vpcie3v3); in rockchip_pcie_set_power_limit()
4579 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function4583 EXPORT_SYMBOL_GPL(regulator_get_current_limit);
4623 int curr = regulator_get_current_limit(mmc->supply.vmmc); in sdhci_setup_host()