Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 251) sorted by relevance

1234567891011

/SCP-firmware-master/product/n1sdp/module/n1sdp_c2c/src/
A Dmod_n1sdp_c2c_i2c.c157 int status; in n1sdp_c2c_primary_tx_command() local
180 int status; in n1sdp_c2c_primary_rx_response() local
199 int status; in n1sdp_c2c_check_remote() local
235 int status; in n1sdp_c2c_multichip_run_command() local
518 int status; in n1sdp_c2c_multichip_init() local
606 int status; in n1sdp_c2c_wait_for_next_command() local
622 int status; in n1sdp_c2c_process_command() local
951 int status; in n1sdp_c2c_pd_set_state() local
993 int status; in n1sdp_c2c_pd_get_state() local
1082 int status; in n1sdp_c2c_bind() local
[all …]
/SCP-firmware-master/product/juno/module/juno_rom/src/
A Djuno_debug_rom.c100 int status; in juno_debug_cdbg_pwr_up_req_isr() local
120 status = in juno_debug_cdbg_pwr_up_req_isr()
148 int status; in juno_debug_csys_pwr_up_req_isr() local
202 int status; in juno_debug_rom_init() local
218 return status; in juno_debug_rom_init()
223 return status; in juno_debug_rom_init()
228 return status; in juno_debug_rom_init()
234 return status; in juno_debug_rom_init()
240 return status; in juno_debug_rom_init()
246 return status; in juno_debug_rom_init()
[all …]
/SCP-firmware-master/product/synquacer/src/
A Ddevice_nor_s25.c47 int status; in s25_is_write_enable() local
68 int status; in s25_read_status_reg() local
72 return status; in s25_read_status_reg()
83 int status; in s25_read_config_reg() local
98 int status; in s25_write_config_reg() local
121 int status; in s25_read_bank_reg() local
136 int status; in s25_write_bank_reg() local
157 int status; in s25_nor_set_io_protocol() local
196 int status; in s25_nor_set_4byte_addr_mode() local
230 int status; in s25_nor_get_program_result() local
[all …]
A Ddevice_nor_mt25.c47 int status; in mt25_is_write_enable() local
68 int status; in mt25_read_nv_config_reg() local
72 return status; in mt25_read_nv_config_reg()
83 int status; in mt25_write_nv_config_reg() local
87 return status; in mt25_write_nv_config_reg()
98 int status; in mt25_read_flag_status_reg() local
102 return status; in mt25_read_flag_status_reg()
119 int status; in mt25_nor_set_io_protocol() local
129 return status; in mt25_nor_set_io_protocol()
158 int status; in mt25_nor_get_program_result() local
[all …]
A Ddevice_nor_mx25.c50 int status; in mx25_read_status_reg() local
54 return status; in mx25_read_status_reg()
65 int status; in mx25_write_status_reg() local
69 return status; in mx25_write_status_reg()
80 int status; in mx25_read_security_reg() local
84 return status; in mx25_read_security_reg()
101 int status; in mx25_nor_set_io_protocol() local
111 return status; in mx25_nor_set_io_protocol()
127 return status; in mx25_nor_set_io_protocol()
157 int status; in mx25_nor_get_program_result() local
[all …]
/SCP-firmware-master/module/mhu3/test/
A Dmod_mhu3_unit_test.c53 int status; in test_mhu3_raise_interrupt_wrong_channel_type() local
86 int status; in test_mhu3_raise_interrupt_valid_case() local
104 int status; in test_mhu3_bind_round_0_success() local
118 int status; in test_mhu3_bind_round_1_success() local
143 int status; in test_mhu3_bind_fail() local
171 int status; in test_mhu3_process_bind_request_fail_invalid_api_id() local
194 int status; in test_mhu3_process_bind_request_success() local
216 int status; in test_mhu3_process_bind_request_fail_non_sub_element() local
232 int status; in test_mhu3_start_id_module_success() local
382 status = in test_mhu3_fch_register_callback_valid()
[all …]
/SCP-firmware-master/product/juno/module/juno_ppu/src/
A Dmod_juno_ppu.c108 int status; in clear_pending_wakeup_irq() local
120 int status; in enable_wakeup_irq() local
132 int status; in disable_wakeup_irq() local
182 int status; in ppu_set_state_and_wait() local
240 int status; in juno_ppu_alarm_callback() local
267 int status; in pd_set_state() local
316 int status; in pd_reset() local
361 int status; in dbgsys_set_state() local
400 int status; in css_set_state() local
495 int status; in cluster_set_state() local
[all …]
/SCP-firmware-master/framework/src/
A Dfwk_arch.c37 int status; in fwk_arch_interrupt_init() local
44 status = interrupt_init_handler(&driver); in fwk_arch_interrupt_init()
45 if (status != FWK_SUCCESS) { in fwk_arch_interrupt_init()
50 status = fwk_interrupt_init(driver); in fwk_arch_interrupt_init()
51 if (status != FWK_SUCCESS) { in fwk_arch_interrupt_init()
60 int status; in fwk_arch_init() local
72 status = fwk_io_init(); in fwk_arch_init()
77 status = fwk_log_init(); in fwk_arch_init()
88 status = fwk_module_start(); in fwk_arch_init()
110 int status; in fwk_arch_deinit() local
[all …]
/SCP-firmware-master/module/psu/src/
A Dmod_psu.c77 int status; in mod_psu_get_enabled() local
115 return status; in mod_psu_get_enabled()
120 int status; in mod_psu_set_enabled() local
158 return status; in mod_psu_set_enabled()
163 int status; in mod_psu_get_voltage() local
201 return status; in mod_psu_get_voltage()
206 int status; in mod_psu_set_voltage() local
244 return status; in mod_psu_set_voltage()
258 int status; in mod_psu_respond() local
349 return status; in mod_psu_bind_element()
[all …]
/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c92 int status; in ext_ppus_set_state() local
108 int status; in ext_ppus_shutdown() local
128 int status; in set_system_power_state() local
156 int status; in shutdown_system_power_ppus() local
198 return status; in disable_all_irqs()
205 int status; in shutdown() local
232 int status; in system_power_set_state() local
340 int status; in system_power_shutdown() local
352 int status; in soc_wakeup_handler() local
457 int status; in system_power_bind() local
[all …]
/SCP-firmware-master/product/rdn2/module/platform_system/src/
A Dmod_platform_system.c206 int status; in update_isolated_mpid_list_in_sds() local
229 return status; in update_isolated_mpid_list_in_sds()
327 int status; in platform_system_mod_init() local
397 int status; in platform_system_bind() local
457 int status; in platform_system_start() local
550 return status; in platform_system_start()
557 int status; in power_off_all_cores() local
624 int status; in boot_primary_core() local
678 status = in boot_primary_core()
688 int status; in platform_system_process_event() local
[all …]
/SCP-firmware-master/product/juno/module/juno_dmc400/src/
A Dmod_juno_dmc400.c184 int status; in ddr_phy_init() local
227 int status; in ddr_clk_init() local
396 int status; in ddr_training() local
656 int status; in ddr_retraining() local
698 int status; in ddr_wake() local
761 int status; in ddr_resume() local
815 int status; in ddr_suspend() local
870 int status; in ddr_phy_irq_handler() local
922 int status; in juno_dmc400_bind() local
956 int status; in juno_dmc400_start() local
[all …]
/SCP-firmware-master/product/juno/module/juno_system/src/
A Dmod_juno_system.c112 return status; in process_gpu_power_state()
142 return status; in juno_system_shutdown()
157 int status; in juno_system_module_init() local
171 int status; in juno_system_bind() local
212 int status; in juno_system_start() local
223 return status; in juno_system_start()
231 return status; in juno_system_start()
303 pd_resp_params->status = status; in juno_system_process_notification()
334 return status; in juno_system_process_notification()
345 int status; in juno_system_process_event() local
[all …]
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Ddimm_spd.c46 int status; in spd_read() local
183 int status; in get_dimm_rank_bits() local
228 int status; in get_dimm_col_bits() local
254 int status; in get_dimm_row_bits() local
296 int status; in get_dimm_bank_addr_grp_bits() local
353 int status; in get_dimm_memory_device_width_next_bits() local
385 int status; in get_dimm_cid_bits() local
451 int status; in get_dimm_memory_type_nxt() local
471 int status; in get_dimm_memory_width() local
495 int status; in get_dimm_bank_grp_bits() local
[all …]
/SCP-firmware-master/product/juno/module/juno_thermal/src/
A Dmod_juno_thermal.c69 int status; in juno_thermal_alarm_callback() local
93 int status; in juno_thermal_init() local
144 int status; in juno_thermal_bind() local
180 int status; in juno_thermal_start() local
205 return status; in juno_thermal_start()
224 int status; in juno_thermal_process_event() local
251 return status; in juno_thermal_process_event()
258 int status; in juno_thermal_process_notification() local
286 pd_resp_params->status = status; in juno_thermal_process_notification()
295 pd_resp_params->status = status; in juno_thermal_process_notification()
[all …]
/SCP-firmware-master/module/scmi_system_power_req/test/
A Dmod_scmi_system_power_req_unit_test.c91 int status; in test_function_scmi_system_power_req_init() local
116 int status; in test_function_scmi_system_power_req_elem_init() local
157 int status; in test_function_scmi_system_power_req_bind() local
183 int status; in test_function_scmi_system_power_req_process_bind() local
234 int status; in test_function_scmi_system_power_req_get_state() local
247 int status; in test_function_scmi_system_power_req_set_state() local
264 int status; in test_function_scmi_system_power_req_process_set_state() local
286 status = in test_function_scmi_system_power_req_process_set_state()
293 int status; in test_scmi_system_power_req_state_set_handler() local
321 int status; in test_scmi_system_power_req_get_scmi_protocol_id() local
[all …]
/SCP-firmware-master/module/scmi_clock/src/
A Dmod_scmi_clock.c170 int status; in get_agent_entry() local
203 int status; in get_clock_device_entry() local
240 int status; in get_clock_device_idx() local
242 status = in get_clock_device_idx()
265 int status; in get_agent_clock_state() local
301 int status; in set_agent_clock_state() local
473 if (status == FWK_E_RANGE || status == FWK_E_PARAM) { in set_request_respond()
673 int status; in scmi_clock_permissions_handler() local
711 int status; in create_event_request() local
1000 int status; in scmi_clock_rate_set_handler() local
[all …]
/SCP-firmware-master/product/juno/module/juno_debug/src/
A Dmod_juno_debug.c136 int status; in juno_debug_cdbg_pwr_up_req_isr() local
166 int status; in juno_debug_cdbg_rst_req_isr() local
196 int status; in apply_clock_settings() local
246 int status; in turn_on_pd() local
259 int status; in enable_debug() local
337 int status; in process_enable_request() local
432 int status; in juno_debug_bind() local
481 int status; in juno_debug_start() local
517 int status; in juno_debug_process_event() local
539 status = pd_set_resp_params->status; in juno_debug_process_event()
[all …]
/SCP-firmware-master/product/synquacer/module/nor/src/
A Dmod_nor.c127 int status; in read_status() local
140 int status; in set_write_enable() local
161 int status; in wait_until_ready() local
184 int status; in set_4byte_address_mode() local
199 int status; in set_io_protocol() local
226 int status; in set_single_3byte_address_mode() local
447 int status; in configure_read_command() local
480 int status; in nor_read() local
501 int status; in nor_program() local
551 int status; in nor_erase() local
[all …]
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dmod_synquacer_system.c79 int status; in synquacer_system_bind() local
82 status = fwk_module_bind( in synquacer_system_bind()
87 return status; in synquacer_system_bind()
94 return status; in synquacer_system_bind()
101 return status; in synquacer_system_bind()
108 return status; in synquacer_system_bind()
115 return status; in synquacer_system_bind()
122 return status; in synquacer_system_bind()
143 int status; in synquacer_system_start() local
159 if (status != FWK_SUCCESS) in synquacer_system_start()
[all …]
/SCP-firmware-master/module/mock_voltage_domain/src/
A Dmod_mock_voltage_domain.c83 return status; in mod_mock_voltage_domain_get_cfg_ctx()
88 int status; in mod_mock_voltage_domain_alarm_callback() local
133 int status; in mod_mock_voltage_domain_trigger() local
155 return status; in mod_mock_voltage_domain_trigger()
162 int status; in mod_mock_voltage_domain_get_level() local
181 return status; in mod_mock_voltage_domain_get_level()
188 int status; in mod_mock_voltage_domain_set_level() local
244 return status; in mod_mock_voltage_domain_set_level()
252 int status; in mod_mock_voltage_domain_get_config() local
313 int status; in mod_mock_voltage_domain_get_info() local
[all …]
/SCP-firmware-master/module/scmi_system_power/src/
A Dmod_scmi_system_power.c109 int status; in system_state_get() local
144 int status; in scmi_sys_power_state_notify() local
176 int status; in graceful_timer_callback() local
344 if ((status == FWK_SUCCESS) || (status == FWK_PENDING)) { in scmi_sys_power_state_set_handler()
371 status = in scmi_sys_power_state_set_handler()
424 return status; in scmi_sys_power_state_set_handler()
552 int status; in scmi_sys_power_state_set_policy() local
602 int status; in scmi_sys_power_permissions_handler() local
647 int status; in scmi_sys_power_handler() local
703 int status; in scmi_sys_power_init_notifications() local
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_system/src/
A Dmod_n1sdp_system.c315 int status; in n1sdp_system_fill_platform_info() local
327 return status; in n1sdp_system_fill_platform_info()
359 int status; in n1sdp_system_init_primary_core() local
470 int status; in n1sdp_system_mod_init() local
487 int status; in n1sdp_system_bind() local
498 return status; in n1sdp_system_bind()
505 return status; in n1sdp_system_bind()
512 return status; in n1sdp_system_bind()
519 return status; in n1sdp_system_bind()
568 int status; in n1sdp_system_start() local
[all …]
/SCP-firmware-master/product/morello/module/morello_system/src/
A Dmod_morello_system.c193 int status; in morello_system_shutdown() local
215 return status; in morello_system_shutdown()
291 int status; in morello_system_fill_platform_info() local
300 return status; in morello_system_fill_platform_info()
330 return status; in morello_system_fill_platform_info()
358 int status; in morello_system_init_primary_core() local
469 int status; in morello_system_mod_init() local
485 int status; in morello_system_bind() local
549 int status; in morello_system_start() local
564 status = in morello_system_start()
[all …]
/SCP-firmware-master/product/juno/module/juno_cdcel937/src/
A Dmod_juno_cdcel937.c103 int status; in set_block_access_length() local
140 int status; in write_configuration() local
173 int status; in read_configuration() local
202 int status; in read_configuration_y1() local
322 int status; in set_rate_read_pll_config() local
982 status = param->status; in juno_cdcel937_process_event()
998 status = param->status; in juno_cdcel937_process_event()
1013 status = param->status; in juno_cdcel937_process_event()
1060 status = param->status; in juno_cdcel937_process_event()
1076 status = param->status; in juno_cdcel937_process_event()
[all …]

Completed in 80 milliseconds

1234567891011