Home
last modified time | relevance | path

Searched refs:regulator_get_current_limit (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dconsumer.h255 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
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dda8xx.c437 current_uA = regulator_get_current_limit(vbus_supply); in get_vbus_power()
/OK3568_Linux_fs/kernel/Documentation/power/regulator/
H A Dconsumer.rst126 int regulator_get_current_limit(regulator);
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rockchip-host.c308 curr = regulator_get_current_limit(rockchip->vpcie3v3); in rockchip_pcie_set_power_limit()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_rockchip2138 regulator_get_current_limit
H A Dabi_gki_aarch64_galaxy3321 regulator_get_current_limit
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c4313 int regulator_get_current_limit(struct regulator *regulator) in regulator_get_current_limit() function
4317 EXPORT_SYMBOL_GPL(regulator_get_current_limit);
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c4514 int curr = regulator_get_current_limit(mmc->supply.vmmc); in sdhci_setup_host()