Home
last modified time | relevance | path

Searched refs:plat_psci_ops (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-a-3.7.0/plat/aspeed/ast2700/
Dplat_pm.c51 static const plat_psci_ops_t plat_psci_ops = { variable
60 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/socionext/uniphier/
Duniphier_psci.c112 static const struct plat_psci_ops uniphier_psci_ops = {
122 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/xilinx/versal/
Dplat_psci.c231 static const struct plat_psci_ops versal_nopmc_psci_ops = {
247 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/xilinx/zynqmp/
Dplat_psci.c207 static const struct plat_psci_ops zynqmp_psci_ops = {
224 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/xilinx/versal_net/
Dplat_psci_pm.c235 static const struct plat_psci_ops versal_net_nopmc_psci_ops = {
251 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
Dplat_psci.c136 static const struct plat_psci_ops versal_net_nopmc_psci_ops = {
154 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8192/
Dplat_pm.c367 static const plat_psci_ops_t plat_psci_ops = { variable
383 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8195/
Dplat_pm.c372 static const plat_psci_ops_t plat_psci_ops = { variable
388 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/socionext/synquacer/
Dsq_psci.c198 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/mediatek/mt8186/
Dplat_pm.c369 static const plat_psci_ops_t plat_psci_ops = { variable
385 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/intel/soc/common/
Dsocfpga_psci.c280 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/plat/brcm/board/stingray/src/
Dbrcm_pm_ops.c399 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/trusted-firmware-a-3.7.0/include/lib/psci/
Dpsci.h317 typedef struct plat_psci_ops { struct
/trusted-firmware-a-3.7.0/include/plat/common/
Dplatform.h332 const struct plat_psci_ops **psci_ops);
/trusted-firmware-a-3.7.0/docs/
Dporting-guide.rst2509 correctly. This information is populated in the ``plat_psci_ops`` structure. The
2510 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
2630 Argument : uintptr_t, const plat_psci_ops **
2641 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
2652 plat_psci_ops.cpu_standby()
2665 plat_psci_ops.pwr_domain_on()
2672 plat_psci_ops.pwr_domain_off_early() [optional]
2688 plat_psci_ops.pwr_domain_off()
2705 plat_psci_ops.pwr_domain_validate_suspend() [optional]
2716 plat_psci_ops.pwr_domain_suspend_pwrdown_early() [optional]
[all …]
Dchange-log.md8166 - New optional platform hook, `pwr_domain_pwr_down_wfi()`, in `plat_psci_ops`