Home
last modified time | relevance | path

Searched refs:FCONF_REGISTER_POPULATOR (Results 1 – 13 of 13) sorted by relevance

/tf-a-ffa_el3_spmc/plat/arm/board/fvp/fconf/
A Dfconf_hw_config_getter.c293 FCONF_REGISTER_POPULATOR(HW_CONFIG, gicv3_config, fconf_populate_gicv3_config);
294 FCONF_REGISTER_POPULATOR(HW_CONFIG, topology, fconf_populate_topology);
295 FCONF_REGISTER_POPULATOR(HW_CONFIG, uart_config, fconf_populate_uart_config);
296 FCONF_REGISTER_POPULATOR(HW_CONFIG, cpu_timer, fconf_populate_cpu_timer);
A Dfconf_nt_config_getter.c63 FCONF_REGISTER_POPULATOR(NT_CONFIG, event_log_config,
/tf-a-ffa_el3_spmc/include/lib/fconf/
A Dfconf.h21 #define FCONF_REGISTER_POPULATOR(config, name, callback) \ macro
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/
A Dfconf_nv_cntr_getter.c62 FCONF_REGISTER_POPULATOR(TB_FW, nv_cntrs, fconf_populate_nv_cntrs);
A Dfconf_ethosn_getter.c108 FCONF_REGISTER_POPULATOR(HW_CONFIG, ethosn_config, fconf_populate_ethosn_config);
A Dfconf_sdei_getter.c103 FCONF_REGISTER_POPULATOR(HW_CONFIG, sdei, fconf_populate_sdei_dyn_config);
A Dfconf_sec_intr_config.c131 FCONF_REGISTER_POPULATOR(HW_CONFIG, sec_intr_prop, fconf_populate_sec_intr_config);
A Darm_fconf_sp.c151 FCONF_REGISTER_POPULATOR(TB_FW, arm_sp, fconf_populate_arm_sp);
A Darm_fconf_io.c351 FCONF_REGISTER_POPULATOR(TB_FW, arm_io, fconf_populate_arm_io_policies);
/tf-a-ffa_el3_spmc/lib/fconf/
A Dfconf_tbbr_getter.c97 FCONF_REGISTER_POPULATOR(TB_FW, tbbr, fconf_populate_tbbr_dyn_config);
A Dfconf_dyn_cfg_getter.c130 FCONF_REGISTER_POPULATOR(FW_CONFIG, dyn_cfg, fconf_populate_dtb_registry);
A Dfconf_cot_getter.c496 FCONF_REGISTER_POPULATOR(TB_FW, cot_desc, fconf_populate_cot_descs);
/tf-a-ffa_el3_spmc/docs/components/fconf/
A Dindex.rst60 with the ``FCONF_REGISTER_POPULATOR()`` macro. This ensures that the function
71 FCONF_REGISTER_POPULATOR(HW_CONFIG, topology, fconf_populate_topology);
106 registered with ``FCONF_REGISTER_POPULATOR()`` as described above.

Completed in 14 milliseconds