Home
last modified time | relevance | path

Searched refs:bl_aux_gpio_info (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/common/
H A Dparams_setup.c25 static struct bl_aux_gpio_info rst_gpio = { .index = UINT_MAX } ;
26 static struct bl_aux_gpio_info poweroff_gpio = { .index = UINT_MAX };
27 static struct bl_aux_gpio_info suspend_gpio[10];
177 struct bl_aux_gpio_info *plat_get_rockchip_gpio_reset(void) in plat_get_rockchip_gpio_reset()
185 struct bl_aux_gpio_info *plat_get_rockchip_gpio_poweroff(void) in plat_get_rockchip_gpio_poweroff()
193 struct bl_aux_gpio_info *plat_get_rockchip_suspend_gpio(uint32_t *count) in plat_get_rockchip_suspend_gpio()
/rk3399_ARM-atf/plat/mediatek/common/
H A Dparams_setup.c12 static struct bl_aux_gpio_info rst_gpio;
14 struct bl_aux_gpio_info *plat_get_mtk_gpio_reset(void) in plat_get_mtk_gpio_reset()
H A Dplat_params.h14 struct bl_aux_gpio_info *plat_get_mtk_gpio_reset(void);
/rk3399_ARM-atf/include/export/lib/bl_aux_params/
H A Dbl_aux_params_exp.h76 struct bl_aux_gpio_info { struct
86 struct bl_aux_gpio_info gpio; argument
/rk3399_ARM-atf/plat/rockchip/common/include/
H A Dplat_private.h106 struct bl_aux_gpio_info *plat_get_rockchip_gpio_reset(void);
107 struct bl_aux_gpio_info *plat_get_rockchip_gpio_poweroff(void);
108 struct bl_aux_gpio_info *plat_get_rockchip_suspend_gpio(uint32_t *count);
/rk3399_ARM-atf/plat/mediatek/lib/system_reset/
H A Dreset_cros.c26 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in mtk_system_reset_cros()
/rk3399_ARM-atf/plat/mediatek/mt8195/
H A Dplat_pm.c349 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()
/rk3399_ARM-atf/plat/mediatek/mt8192/
H A Dplat_pm.c356 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()
/rk3399_ARM-atf/plat/mediatek/mt8186/
H A Dplat_pm.c346 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c1060 struct bl_aux_gpio_info *suspend_gpio; in suspend_gpio()
1075 struct bl_aux_gpio_info *suspend_gpio; in resume_gpio()
1523 struct bl_aux_gpio_info *rst_gpio; in rockchip_soc_soft_reset()
1540 struct bl_aux_gpio_info *poweroff_gpio; in rockchip_soc_system_off()
/rk3399_ARM-atf/plat/mediatek/mt8183/
H A Dplat_pm.c533 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()