Home
last modified time | relevance | path

Searched refs:lp_state (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.h13 void stm32mp_pmic_apply_lp_config(const char *lp_state);
25 static inline void stm32mp_pmic_apply_lp_config(const char *lp_state __unused) in stm32mp_pmic_apply_lp_config()
H A Dstm32mp1_pmic.c151 int regu_node, const char *lp_state) in dt_get_regu_low_power_config() argument
153 unsigned int state_idx = regu_lp_state2idx(lp_state); in dt_get_regu_low_power_config()
183 regu_state_node = fdt_subnode_offset(fdt, regu_node, lp_state); in dt_get_regu_low_power_config()
218 void stm32mp_pmic_apply_lp_config(const char *lp_state) in stm32mp_pmic_apply_lp_config() argument
220 unsigned int state_idx = regu_lp_state2idx(lp_state); in stm32mp_pmic_apply_lp_config()