Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/common/
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()
/external/arm-trusted-firmware/plat/mediatek/common/
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()
Dplat_params.h14 struct bl_aux_gpio_info *plat_get_mtk_gpio_reset(void);
/external/arm-trusted-firmware/plat/rockchip/common/include/
Dplat_private.h112 struct bl_aux_gpio_info *plat_get_rockchip_gpio_reset(void);
113 struct bl_aux_gpio_info *plat_get_rockchip_gpio_poweroff(void);
114 struct bl_aux_gpio_info *plat_get_rockchip_suspend_gpio(uint32_t *count);
/external/arm-trusted-firmware/include/export/lib/bl_aux_params/
Dbl_aux_params_exp.h76 struct bl_aux_gpio_info { struct
86 struct bl_aux_gpio_info gpio; argument
/external/arm-trusted-firmware/plat/mediatek/mt8192/
Dplat_pm.c355 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu.c1060 struct bl_aux_gpio_info *suspend_gpio; in suspend_gpio()
1075 struct bl_aux_gpio_info *suspend_gpio; in resume_gpio()
1522 struct bl_aux_gpio_info *rst_gpio; in rockchip_soc_soft_reset()
1539 struct bl_aux_gpio_info *poweroff_gpio; in rockchip_soc_system_off()
/external/arm-trusted-firmware/plat/mediatek/mt8183/
Dplat_pm.c533 struct bl_aux_gpio_info *gpio_reset = plat_get_mtk_gpio_reset(); in plat_mtk_system_reset()