Searched refs:activator (Results 1 – 4 of 4) sorted by relevance
71 flags |= ((comp->activator == NULL ? 0ULL : 1ULL) in get_fw_activation_flags()76 if (comp->activator != NULL) { in get_fw_activation_flags()77 flags |= ((comp->activator->may_reset_cpu ? 1ULL : 0ULL) in get_fw_activation_flags()79 flags |= ((comp->activator->cpu_rendezvous_required ? 0ULL : 1ULL) in get_fw_activation_flags()115 struct lfa_component_ops *activator; in lfa_activate() local129 if (lfa_components[component_id].activator == NULL) { in lfa_activate()138 activator = lfa_components[component_id].activator; in lfa_activate()139 if (activator->activate != NULL) { in lfa_activate()145 if (!activator->cpu_rendezvous_required) { in lfa_activate()159 ret = activator->activate(¤t_activation, ep_address, in lfa_activate()[all …]
37 fvp_lfa_components[LFA_BL31_COMPONENT].activator = get_bl31_activator(); in plat_lfa_get_components()39 fvp_lfa_components[LFA_RMM_COMPONENT].activator = get_rmm_activator(); in plat_lfa_get_components()
16 struct lfa_component_ops *activator; member
378 …- add placeholder activator implementation for LFA ([f647f56](https://review.trustedfirmware.org/p…396 …- add placeholder activator callbacks for LFA ([d837ccd](https://review.trustedfirmware.org/plugin…