Searched refs:regulator_name (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator.c | 52 FMSG("%s", regulator_name(regulator)); in regulator_refcnt_enable() 66 regulator_name(regulator), res); in regulator_refcnt_enable() 84 FMSG("%s refcount: %u", regulator_name(regulator), regulator->refcount); in regulator_refcnt_enable() 94 FMSG("%s", regulator_name(regulator)); in regulator_enable() 104 FMSG("%s", regulator_name(regulator)); in regulator_refcnt_disable() 113 regulator_name(regulator), res); in regulator_refcnt_disable() 120 EMSG("Unbalanced %s", regulator_name(regulator)); in regulator_refcnt_disable() 126 FMSG("%s refcount: %u", regulator_name(regulator), regulator->refcount); in regulator_refcnt_disable() 132 EMSG("Can't disable %s", regulator_name(regulator->supply)); in regulator_refcnt_disable() 142 FMSG("%s", regulator_name(regulator)); in regulator_disable() [all …]
|
| H A D | stm32mp13_regulator_iod.c | 85 FMSG("%s: set state %u", regulator_name(regu), enable); in iod_set_state() 133 FMSG("%s: set voltage level to %duV", regulator_name(regu), level_uv); in iod_set_voltage() 156 regulator_name(regu), res); in iod_set_voltage() 198 FMSG("%s: suspend", regulator_name(regu)); in iod_pm() 210 FMSG("%s: resume", regulator_name(regu)); in iod_pm() 240 FMSG("IOD regulator %s intiialized", regulator_name(regu)); in iod_supplied_init()
|
| H A D | regulator_dt.c | 161 regulator_name(regulator), res); in regulator_register_provider() 172 FMSG("Regulator: finalize %s registering", regulator_name(regulator)); in register_final() 199 regulator_name(pending->regulator)); in print_pending_regulators() 307 regulator_name(regulator), regulator->max_uv, in parse_dt() 322 regulator_name(regulator), in parse_dt() 330 regulator_name(regulator), in parse_dt() 422 regulator_name(pending->regulator)); in release_regulator_pending_lists()
|
| /optee_os/core/include/drivers/ |
| H A D | regulator.h | 269 static inline const char *regulator_name(struct regulator *regulator) in regulator_name() function
|