Searched refs:k3_plat_psci_ops (Results 1 – 1 of 1) sorted by relevance
301 static plat_psci_ops_t k3_plat_psci_ops = { variable333 k3_plat_psci_ops.pwr_domain_suspend = NULL; in plat_setup_psci_ops()334 k3_plat_psci_ops.pwr_domain_suspend_finish = NULL; in plat_setup_psci_ops()335 k3_plat_psci_ops.get_sys_suspend_power_state = NULL; in plat_setup_psci_ops()337 k3_plat_psci_ops.pwr_domain_suspend = k3_pwr_domain_suspend_dm_managed; in plat_setup_psci_ops()340 *psci_ops = &k3_plat_psci_ops; in plat_setup_psci_ops()