Home
last modified time | relevance | path

Searched refs:round (Results 1 – 25 of 122) sorted by relevance

12345

/SCP-firmware-master/product/rcar/module/rcar_pmic/src/
A Dmod_rcar_pmic_module.c44 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 Dmod_synquacer_memc.c39 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 Dmod_isys_rom.c35 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 Dmod_system_info.c65 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 Dmod_ut.c34 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 Dmod_sgm775_system.c94 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 Dmod_ddr_phy500.c94 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 Dmod_morello_mcp_system.c57 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 Dmod_n1sdp_mcp_system.c55 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 Dmod_n1sdp_rom.c84 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 Dmod_debugger_cli.c92 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 Dmod_n1sdp_remote_pd.c210 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 Dmod_msys_rom.c80 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 Dmod_synquacer_system.c77 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 Dfwk_module.c278 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 Dmod_tc0_system.c118 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 Dmod_tc1_system.c117 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 Dmod_tc2_system.c117 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 Dmod_morello_rom.c85 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 Dmod_rcar_pd_pmic_bd9571.c137 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 Dmod_juno_ddr_phy400.c224 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 Dmod_reset_domain.c149 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 Dmod_tc0_power_model.c61 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 Dmod_tc2_power_model.c61 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 Dmod_psu.c322 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()

Completed in 125 milliseconds

12345