Searched refs:regulator_get_current_limit (Results 1 – 6 of 6) sorted by relevance
257 int regulator_get_current_limit(struct regulator *regulator);487 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()
119 int regulator_get_current_limit(regulator);
274 curr = regulator_get_current_limit(rockchip->vpcie3v3); in rockchip_pcie_set_power_limit()
3500 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function3504 EXPORT_SYMBOL_GPL(regulator_get_current_limit);
3849 int curr = regulator_get_current_limit(mmc->supply.vmmc); in sdhci_setup_host()