/SCP-firmware-master/product/rcar/module/rcar_pmic/src/ |
A D | mod_rcar_pmic_module.c | 44 static int rcar_pmic_bind_element(fwk_id_t device_id, unsigned int round) in rcar_pmic_bind_element() argument 50 if (round > 0) in rcar_pmic_bind_element() 72 static int rcar_pmic_bind(fwk_id_t id, unsigned int round) in rcar_pmic_bind() argument 76 return rcar_pmic_bind_element(id, round); in rcar_pmic_bind()
|
/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/ |
A D | mod_synquacer_memc.c | 39 static int mod_synquacer_memc_bind(fwk_id_t id, unsigned int round) in mod_synquacer_memc_bind() argument 44 if (round == 1) in mod_synquacer_memc_bind()
|
/SCP-firmware-master/module/isys_rom/src/ |
A D | mod_isys_rom.c | 35 static int mod_isys_rom_bind(fwk_id_t id, unsigned int round) in mod_isys_rom_bind() argument 39 if (round > 0) in mod_isys_rom_bind()
|
/SCP-firmware-master/module/system_info/src/ |
A D | mod_system_info.c | 65 static int system_info_bind(fwk_id_t id, unsigned int round) in system_info_bind() argument 69 if (round == 1) { in system_info_bind()
|
/SCP-firmware-master/module/ut/src/ |
A D | mod_ut.c | 34 static int ut_bind(fwk_id_t id, unsigned int round) in ut_bind() argument
|
/SCP-firmware-master/product/sgm775/module/sgm775_system/src/ |
A D | mod_sgm775_system.c | 94 static int sgm775_system_bind(fwk_id_t id, unsigned int round) in sgm775_system_bind() argument 96 if (round > 0) { in sgm775_system_bind()
|
/SCP-firmware-master/module/ddr_phy500/src/ |
A D | mod_ddr_phy500.c | 94 static int ddr_phy500_bind(fwk_id_t id, unsigned int round) in ddr_phy500_bind() argument 97 if (round == 1) in ddr_phy500_bind()
|
/SCP-firmware-master/product/morello/module/morello_mcp_system/src/ |
A D | mod_morello_mcp_system.c | 57 static int morello_mcp_system_bind(fwk_id_t id, unsigned int round) in morello_mcp_system_bind() argument 61 if (round == 0) { in morello_mcp_system_bind()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_mcp_system/src/ |
A D | mod_n1sdp_mcp_system.c | 55 static int n1sdp_mcp_system_bind(fwk_id_t id, unsigned int round) in n1sdp_mcp_system_bind() argument 59 if (round == 0) { in n1sdp_mcp_system_bind()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/ |
A D | mod_n1sdp_rom.c | 84 static int n1sdp_rom_bind(fwk_id_t id, unsigned int round) in n1sdp_rom_bind() argument 89 if (round == 1) { in n1sdp_rom_bind()
|
/SCP-firmware-master/module/debugger_cli/src/ |
A D | mod_debugger_cli.c | 92 static int debugger_cli_bind(fwk_id_t id, unsigned int round) in debugger_cli_bind() argument 97 if (round > 0) in debugger_cli_bind()
|
/SCP-firmware-master/product/n1sdp/module/n1sdp_remote_pd/src/ |
A D | mod_n1sdp_remote_pd.c | 210 static int remote_pd_bind(fwk_id_t id, unsigned int round) in remote_pd_bind() argument 219 if ((round == 0) && fwk_id_is_type(id, FWK_ID_TYPE_MODULE)) { in remote_pd_bind() 229 if ((round == 1) && fwk_id_is_type(id, FWK_ID_TYPE_ELEMENT)) { in remote_pd_bind()
|
/SCP-firmware-master/module/msys_rom/src/ |
A D | mod_msys_rom.c | 80 static int msys_rom_bind(fwk_id_t id, unsigned int round) in msys_rom_bind() argument 85 if (round == 1) { in msys_rom_bind()
|
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/ |
A D | mod_synquacer_system.c | 77 static int synquacer_system_bind(fwk_id_t id, unsigned int round) in synquacer_system_bind() argument 81 if (round == 0) { in synquacer_system_bind()
|
/SCP-firmware-master/framework/src/ |
A D | fwk_module.c | 278 unsigned int round) in fwk_module_bind_elements() argument 290 status = module->bind(fwk_module_ctx.bind_id, round); in fwk_module_bind_elements() 296 if (round == FWK_MODULE_BIND_ROUND_MAX) { in fwk_module_bind_elements() 307 unsigned int round) in fwk_module_bind_module() argument 319 status = module->bind(fwk_mod_ctx->id, round); in fwk_module_bind_module() 325 if (round == FWK_MODULE_BIND_ROUND_MAX) { in fwk_module_bind_module() 329 return fwk_module_bind_elements(fwk_mod_ctx, round); in fwk_module_bind_module() 332 static int fwk_module_bind_modules(unsigned int round) in fwk_module_bind_modules() argument 340 status = fwk_module_bind_module(fwk_mod_ctx, round); in fwk_module_bind_modules()
|
/SCP-firmware-master/product/tc0/module/tc0_system/src/ |
A D | mod_tc0_system.c | 118 static int tc0_system_bind(fwk_id_t id, unsigned int round) in tc0_system_bind() argument 122 if (round > 0) { in tc0_system_bind()
|
/SCP-firmware-master/product/tc1/module/tc1_system/src/ |
A D | mod_tc1_system.c | 117 static int tc1_system_bind(fwk_id_t id, unsigned int round) in tc1_system_bind() argument 121 if (round > 0) { in tc1_system_bind()
|
/SCP-firmware-master/product/tc2/module/tc2_system/src/ |
A D | mod_tc2_system.c | 117 static int tc2_system_bind(fwk_id_t id, unsigned int round) in tc2_system_bind() argument 121 if (round > 0) { in tc2_system_bind()
|
/SCP-firmware-master/product/morello/module/morello_rom/src/ |
A D | mod_morello_rom.c | 85 static int morello_rom_bind(fwk_id_t id, unsigned int round) in morello_rom_bind() argument 90 if (round == 1) { in morello_rom_bind()
|
/SCP-firmware-master/product/rcar/module/rcar_pd_pmic_bd9571/src/ |
A D | mod_rcar_pd_pmic_bd9571.c | 137 static int rcar_pmic_bind(fwk_id_t id, unsigned int round) in rcar_pmic_bind() argument 143 if ((round == 0) || fwk_id_is_type(id, FWK_ID_TYPE_MODULE)) in rcar_pmic_bind()
|
/SCP-firmware-master/product/juno/module/juno_ddr_phy400/src/ |
A D | mod_juno_ddr_phy400.c | 224 static int juno_ddr_phy400_bind(fwk_id_t id, unsigned int round) in juno_ddr_phy400_bind() argument 230 if (round == 1) { in juno_ddr_phy400_bind()
|
/SCP-firmware-master/module/reset_domain/src/ |
A D | mod_reset_domain.c | 149 static int rd_bind(fwk_id_t id, unsigned int round) in rd_bind() argument 154 if (round != 0) in rd_bind()
|
/SCP-firmware-master/product/tc0/module/tc0_power_model/src/ |
A D | mod_tc0_power_model.c | 61 static int tc0_power_model_bind(fwk_id_t id, unsigned int round) in tc0_power_model_bind() argument
|
/SCP-firmware-master/product/tc2/module/tc2_power_model/src/ |
A D | mod_tc2_power_model.c | 61 static int tc2_power_model_bind(fwk_id_t id, unsigned int round) in tc2_power_model_bind() argument
|
/SCP-firmware-master/module/psu/src/ |
A D | mod_psu.c | 322 static int mod_psu_bind_element(fwk_id_t element_id, unsigned int round) in mod_psu_bind_element() argument 329 if (round > 0) { in mod_psu_bind_element() 352 static int mod_psu_bind(fwk_id_t id, unsigned int round) in mod_psu_bind() argument 355 return mod_psu_bind_element(id, round); in mod_psu_bind()
|