Home
last modified time | relevance | path

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

/drivers/regulator/
Dinternal.h40 int uA_load; member
Dcore.c858 uA += regulator->uA_load; in regulator_total_uA_show()
1034 current_uA += sibling->uA_load; in drms_uA_update()
1758 &regulator->uA_load); in create_regulator()
2687 if (regulator->uA_load && regulator->enable_count == 1) { in _regulator_handle_consumer_enable()
2717 if (regulator->uA_load && regulator->enable_count == 0) in _regulator_handle_consumer_disable()
2972 if (regulator->uA_load) { in regulator_force_disable()
2973 regulator->uA_load = 0; in regulator_force_disable()
4544 int regulator_set_load(struct regulator *regulator, int uA_load) in regulator_set_load() argument
4551 old_uA_load = regulator->uA_load; in regulator_set_load()
4552 regulator->uA_load = uA_load; in regulator_set_load()
[all …]
/drivers/scsi/ufs/
Dufshcd.c8517 int min_uV, uA_load; in ufshcd_config_vreg() local
8525 uA_load = on ? vreg->max_uA : 0; in ufshcd_config_vreg()
8526 ret = ufshcd_config_vreg_load(dev, vreg, uA_load); in ufshcd_config_vreg()