Home
last modified time | relevance | path

Searched refs:uA_load (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dinternal.h40 int uA_load; member
H A Dcore.c791 uA += regulator->uA_load; in regulator_total_uA_show()
967 current_uA += sibling->uA_load; in drms_uA_update()
1684 &regulator->uA_load); in create_regulator()
2611 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2641 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
2892 if (regulator->uA_load) { in regulator_force_disable()
2893 regulator->uA_load = 0; in regulator_force_disable()
4464 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4471 old_uA_load = regulator->uA_load; in regulator_set_load()
4472 regulator->uA_load = uA_load; in regulator_set_load()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c8091 int min_uV, uA_load; in ufshcd_config_vreg() local
8099 uA_load = on ? vreg->max_uA : 0; in ufshcd_config_vreg()
8100 ret = ufshcd_config_vreg_load(dev, vreg, uA_load); in ufshcd_config_vreg()