Home
last modified time | relevance | path

Searched refs:cpu_pwr_ctrl (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/plat/mediatek/drivers/cpu_pm/cpcv3_2/
Dmt_smp.h21 struct cpu_pwr_ctrl *pwr_ctrl);
22 void mt_smp_core_bootup_address_set(struct cpu_pwr_ctrl *pwr_ctrl, uintptr_t entry);
23 int mt_smp_power_core_on(unsigned int cpu_id, struct cpu_pwr_ctrl *pwr_ctrl);
24 int mt_smp_power_core_off(struct cpu_pwr_ctrl *pwr_ctrl);
Dmt_smp.c25 struct cpu_pwr_ctrl *pwr_ctrl) in mt_smp_core_init_arch()
38 void mt_smp_core_bootup_address_set(struct cpu_pwr_ctrl *pwr_ctrl, uintptr_t entry) in mt_smp_core_bootup_address_set()
46 int mt_smp_power_core_on(unsigned int cpu_id, struct cpu_pwr_ctrl *pwr_ctrl) in mt_smp_power_core_on()
81 int mt_smp_power_core_off(struct cpu_pwr_ctrl *pwr_ctrl) in mt_smp_power_core_off()
Dmt_cpu_pm.h93 struct cpu_pwr_ctrl { struct
Dmt_cpu_pm.c72 struct cpu_pwr_ctrl pwr_ctrl; in cpupm_cpu_pwr_on_prepare()
94 struct cpu_pwr_ctrl pwr_ctrl; in cpupm_cpu_suspend_smp()