HomeSort by relevance Sort by last modified time
    Searched refs:suspend_apio (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
params_setup.c 26 static struct apio_info *suspend_apio; variable in typeref:struct:apio_info
47 return suspend_apio;
85 suspend_apio = &param_apio.apio;
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
pmu.c 895 static void suspend_apio(void) function
897 struct apio_info *suspend_apio; local
900 suspend_apio = plat_get_rockchip_suspend_apio();
902 if (!suspend_apio)
927 if (suspend_apio->apio1) {
947 if (suspend_apio->apio2) {
964 if (suspend_apio->apio3) {
981 if (suspend_apio->apio4) {
998 if (suspend_apio->apio5) {
1017 struct apio_info *suspend_apio; local
    [all...]

Completed in 106 milliseconds