Searched refs:regulator_get_current_limit (Results 1 – 8 of 8) sorted by relevance
255 int regulator_get_current_limit(struct regulator *regulator);517 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);
308 curr = regulator_get_current_limit(rockchip->vpcie3v3); in rockchip_pcie_set_power_limit()
2138 regulator_get_current_limit
3321 regulator_get_current_limit
4313 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function4317 EXPORT_SYMBOL_GPL(regulator_get_current_limit);
4514 int curr = regulator_get_current_limit(mmc->supply.vmmc); in sdhci_setup_host()