Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/aspeed/ast2700/
H A Dplat_pm.c51 static const plat_psci_ops_t plat_psci_ops = { variable
60 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/socionext/uniphier/
H A 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()
/rk3399_ARM-atf/plat/xilinx/zynqmp/
H A Dplat_psci.c246 static const struct plat_psci_ops zynqmp_psci_ops = {
264 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/xilinx/versal_net/
H A Dplat_psci.c132 static const struct plat_psci_ops versal_net_nopmc_psci_ops = {
150 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
H A Dplat_psci_pm.c348 static const struct plat_psci_ops versal_net_nopmc_psci_ops = {
366 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/amd/versal2/
H A Dplat_psci.c135 static const struct plat_psci_ops _nopmc_psci_ops = {
150 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
H A Dplat_psci_pm.c356 static const struct plat_psci_ops versal2_nopmc_psci_ops = {
370 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/xilinx/versal/
H A Dplat_psci.c311 static const struct plat_psci_ops versal_nopmc_psci_ops = {
328 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/mediatek/mt8195/
H A Dplat_pm.c372 static const plat_psci_ops_t plat_psci_ops = { variable
388 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/mediatek/mt8192/
H A Dplat_pm.c367 static const plat_psci_ops_t plat_psci_ops = { variable
383 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/mediatek/mt8186/
H A Dplat_pm.c369 static const plat_psci_ops_t plat_psci_ops = { variable
385 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/socionext/synquacer/
H A Dsq_psci.c198 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_psci.c318 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Dbrcm_pm_ops.c399 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h317 typedef struct plat_psci_ops { struct
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h382 const struct plat_psci_ops **psci_ops);
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst2901 correctly. This information is populated in the ``plat_psci_ops`` structure. The
2902 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
3022 Argument : uintptr_t, const plat_psci_ops **
3033 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
3044 plat_psci_ops.cpu_standby()
3057 plat_psci_ops.pwr_domain_on()
3064 plat_psci_ops.pwr_domain_off_early() [optional]
3080 plat_psci_ops.pwr_domain_off()
3097 plat_psci_ops.pwr_domain_validate_suspend() [optional]
3108 plat_psci_ops.pwr_domain_suspend_pwrdown_early() [optional]
[all …]
H A Dchange-log.md12517 - New optional platform hook, `pwr_domain_pwr_down_wfi()`, in `plat_psci_ops`