Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstpmic1.h214 struct stpmic1_lp_cfg { struct
235 int stpmic1_lp_cfg(const char *name, struct stpmic1_lp_cfg *cfg); argument
236 int stpmic1_lp_load_unpg(struct stpmic1_lp_cfg *cfg);
237 int stpmic1_lp_on_off_unpg(struct stpmic1_lp_cfg *cfg, int enable);
238 int stpmic1_lp_mode_unpg(struct stpmic1_lp_cfg *cfg,
241 struct stpmic1_lp_cfg *cfg);
242 int stpmic1_lp_voltage_unpg(struct stpmic1_lp_cfg *cfg);
/optee_os/core/drivers/
H A Dstpmic1.c854 int stpmic1_lp_cfg(const char *name, struct stpmic1_lp_cfg *cfg) in stpmic1_lp_cfg() function
867 int stpmic1_lp_load_unpg(struct stpmic1_lp_cfg *cfg) in stpmic1_lp_load_unpg()
892 int stpmic1_lp_on_off_unpg(struct stpmic1_lp_cfg *cfg, int enable) in stpmic1_lp_on_off_unpg()
911 int stpmic1_lp_mode_unpg(struct stpmic1_lp_cfg *cfg, unsigned int mode) in stpmic1_lp_mode_unpg()
937 struct stpmic1_lp_cfg *cfg) in stpmic1_lp_voltage_cfg()
956 int stpmic1_lp_voltage_unpg(struct stpmic1_lp_cfg *cfg) in stpmic1_lp_voltage_unpg()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c103 struct stpmic1_lp_cfg cfg;
170 if (stpmic1_lp_cfg(regu_name, &regu_cfg->cfg)) { in dt_get_regu_low_power_config()
228 struct stpmic1_lp_cfg *cfg = &state->cfg[i].cfg; in stm32mp_pmic_apply_lp_config()