Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/
H A Dmt_spm.c339 int mt_spm_common_sodi_get_spm_pcm_flag(uint32_t *lp, uint32_t idx) in mt_spm_common_sodi_get_spm_pcm_flag() argument
348 if (!lp || idx > 1) in mt_spm_common_sodi_get_spm_pcm_flag()
353 *lp = pwrctrl->pcm_flags; in mt_spm_common_sodi_get_spm_pcm_flag()
356 *lp = pwrctrl->pcm_flags; in mt_spm_common_sodi_get_spm_pcm_flag()
386 int mt_spm_common_sodi_get_spm_lp(struct spm_lp_scen **lp) in mt_spm_common_sodi_get_spm_lp() argument
388 if (!lp) in mt_spm_common_sodi_get_spm_lp()
391 *lp = &__spm_common_sodi; in mt_spm_common_sodi_get_spm_lp()
H A Dmt_spm.h80 int mt_spm_common_sodi_get_spm_pcm_flag(uint32_t *lp, uint32_t idx);
82 int mt_spm_common_sodi_get_spm_lp(struct spm_lp_scen **lp);
H A Dmt_spm_suspend.h29 int mt_spm_suspend_get_spm_lp(struct spm_lp_scen **lp);
H A Dmt_spm_idle.h25 int mt_spm_idle_generic_get_spm_lp(struct spm_lp_scen **lp);
H A Dmt_spm_idle.c600 int mt_spm_idle_generic_get_spm_lp(struct spm_lp_scen **lp) in mt_spm_idle_generic_get_spm_lp() argument
602 if (!lp) in mt_spm_idle_generic_get_spm_lp()
605 *lp = &idle_spm_lp; in mt_spm_idle_generic_get_spm_lp()
H A Dmt_spm_suspend.c704 int mt_spm_suspend_get_spm_lp(struct spm_lp_scen **lp) in mt_spm_suspend_get_spm_lp() argument
706 if (!lp) in mt_spm_suspend_get_spm_lp()
709 *lp = &__spm_suspend; in mt_spm_suspend_get_spm_lp()
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_suspend.h29 int mt_spm_suspend_get_spm_lp(struct spm_lp_scen **lp);
H A Dmt_spm_idle.h25 int mt_spm_idle_generic_get_spm_lp(struct spm_lp_scen **lp);
H A Dmt_spm_idle.c420 int mt_spm_idle_generic_get_spm_lp(struct spm_lp_scen **lp) in mt_spm_idle_generic_get_spm_lp() argument
422 if (!lp) in mt_spm_idle_generic_get_spm_lp()
425 *lp = &idle_spm_lp; in mt_spm_idle_generic_get_spm_lp()
H A Dmt_spm_suspend.c508 int mt_spm_suspend_get_spm_lp(struct spm_lp_scen **lp) in mt_spm_suspend_get_spm_lp() argument
510 if (!lp) in mt_spm_suspend_get_spm_lp()
513 *lp = &__spm_suspend; in mt_spm_suspend_get_spm_lp()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_logical_sp.c245 struct spmd_lp_desc *lp = &lp_array[index]; in spmd_fill_lp_info_array() local
247 if (uuid_is_null || uuid_match(uuid, lp->uuid)) { in spmd_fill_lp_info_array()
252 (*partitions)[array_index].ep_id = lp->sp_id; in spmd_fill_lp_info_array()
254 (*partitions)[array_index].properties = lp->properties; in spmd_fill_lp_info_array()
260 &lp->uuid, sizeof(lp->uuid)); in spmd_fill_lp_info_array()