Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 124) sorted by relevance

12345

/trusted-firmware-a/bl31/
A Dinterrupt_mgmt.c48 static int32_t validate_interrupt_type(uint32_t type) in validate_interrupt_type()
60 static int32_t validate_routing_model(uint32_t type, uint32_t flags) in validate_routing_model()
98 static void set_scr_el3_from_rm(uint32_t type, in set_scr_el3_from_rm()
123 int32_t set_routing_model(uint32_t type, uint32_t flags) in set_routing_model()
149 int disable_intr_rm_local(uint32_t type, uint32_t security_state) in disable_intr_rm_local()
167 int enable_intr_rm_local(uint32_t type, uint32_t security_state) in enable_intr_rm_local()
187 int32_t register_interrupt_type_handler(uint32_t type, in register_interrupt_type_handler()
220 interrupt_type_handler_t get_interrupt_type_handler(uint32_t type) in get_interrupt_type_handler()
/trusted-firmware-a/include/plat/arm/common/
A Dplat_arm.h132 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
135 #define arm_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
142 #define arm_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
147 #define arm_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/trusted-firmware-a/plat/qti/common/src/
A Dqti_pm.c28 #define qti_make_pwrstate_lvl0(lvl0_state, type) \ argument
32 #define qti_make_pwrstate_lvl1(lvl1_state, lvl0_state, type) \ argument
37 #define qti_make_pwrstate_lvl2(lvl2_state, lvl1_state, lvl0_state, type) \ argument
42 #define qti_make_pwrstate_lvl3(lvl3_state, lvl2_state, lvl1_state, lvl0_state, type) \ argument
/trusted-firmware-a/plat/qemu/common/
A Dqemu_pm.c29 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
33 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
40 #define qemu_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/trusted-firmware-a/plat/qemu/qemu_sbsa/
A Dsbsa_pm.c36 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
40 #define qemu_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
47 #define qemu_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/trusted-firmware-a/plat/common/
A Dplat_gicv2.c102 unsigned int type; in plat_ic_get_interrupt_type() local
133 uint32_t plat_interrupt_type_to_line(uint32_t type, in plat_interrupt_type_to_line()
193 int plat_ic_has_interrupt_type(unsigned int type) in plat_ic_has_interrupt_type()
214 void plat_ic_set_interrupt_type(unsigned int id, unsigned int type) in plat_ic_set_interrupt_type()
A Dplat_gicv3.c79 uint32_t type; in plat_ic_get_pending_interrupt_type() local
142 uint32_t plat_interrupt_type_to_line(uint32_t type, in plat_interrupt_type_to_line()
224 int plat_ic_has_interrupt_type(unsigned int type) in plat_ic_has_interrupt_type()
231 void plat_ic_set_interrupt_type(unsigned int id, unsigned int type) in plat_ic_set_interrupt_type()
A Dubsan.c27 struct type_descriptor *type; member
34 struct type_descriptor *type; member
55 struct type_descriptor *type; member
60 struct type_descriptor *type; member
/trusted-firmware-a/plat/mediatek/mt8173/include/
A Dmt8173_def.h118 #define mtk_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
121 #define mtk_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
129 #define mtk_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
135 lvl2_state, lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/trusted-firmware-a/plat/rpi/common/
A Drpi3_pm.c27 #define rpi3_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
33 #define rpi3_make_pwrstate_lvl0(lvl0_state, pwr_lvl, type) \ argument
40 #define rpi3_make_pwrstate_lvl1(lvl1_state, lvl0_state, pwr_lvl, type) \ argument
/trusted-firmware-a/plat/mediatek/mt8195/drivers/spm/notifier/
A Dmt_spm_notifier.h17 static inline int mt_spm_sspm_notify_u32(int type, unsigned int lp_mode) in mt_spm_sspm_notify_u32()
A Dmt_spm_sspm_notifier.c22 int mt_spm_sspm_notify(int type, unsigned int lp_mode) in mt_spm_sspm_notify()
/trusted-firmware-a/plat/mediatek/mt8192/drivers/spm/notifier/
A Dmt_spm_notifier.h17 static inline int mt_spm_sspm_notify_u32(int type, unsigned int lp_mode) in mt_spm_sspm_notify_u32()
A Dmt_spm_sspm_notifier.c27 int mt_spm_sspm_notify(int type, unsigned int lp_mode) in mt_spm_sspm_notify()
/trusted-firmware-a/include/lib/
A Dcoreboot.h13 uint32_t type; /* always 2 (memory-mapped) on ARM */ member
27 uint32_t type; member
/trusted-firmware-a/plat/rockchip/rk3399/drivers/dp/
A Dcdn_dp.c32 uint64_t dp_hdcp_ctrl(uint64_t type) in dp_hdcp_ctrl()
/trusted-firmware-a/bl32/tsp/
A Dtsp_interrupt.c30 void tsp_update_sync_sel1_intr_stats(uint32_t type, uint64_t elr_el3) in tsp_update_sync_sel1_intr_stats()
/trusted-firmware-a/include/lib/libc/
A Dstdarg.h18 #define va_arg(to, type) __builtin_va_arg(to, type) argument
/trusted-firmware-a/plat/socionext/uniphier/
A Duniphier_soc_info.c45 uint32_t type = uniphier_get_soc_type(); in uniphier_get_soc_id() local
/trusted-firmware-a/plat/mediatek/mt8195/
A Dbl31_plat_setup.c37 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/mediatek/mt8192/
A Dbl31_plat_setup.c38 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/lib/fconf/
A Dfconf_cot_getter.c123 img_type_t type = auth_img_descs[img_id].img_type; in get_auth_param_type_desc() local
223 unsigned int img_id, img_type_t type, in populate_and_set_auth_methods()
321 static int set_desc_data(const void *dtb, int node, img_type_t type) in set_desc_data()
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_api_ioctl.c154 static enum pm_ret_status pm_ioctl_set_tapdelay_bypass(unsigned int type, in pm_ioctl_set_tapdelay_bypass()
232 unsigned int type) in pm_ioctl_sd_dll_reset()
280 enum tap_delay_type type, in pm_ioctl_sd_set_tapdelay()
/trusted-firmware-a/plat/mediatek/mt8183/
A Dbl31_plat_setup.c91 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()
/trusted-firmware-a/plat/rockchip/common/
A Dbl31_plat_setup.c30 entry_point_info_t *bl31_plat_get_next_image_ep_info(uint32_t type) in bl31_plat_get_next_image_ep_info()

Completed in 21 milliseconds

12345