Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/include/
A Dfwk_assert.h178 # define fwk_check(condition) ((void)(condition)) macro
180 # define fwk_check(condition) fwk_assert(condition) macro
212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1)
/SCP-firmware-master/framework/src/
A Dfwk_dlist.c23 fwk_check(new->prev == NULL); in __fwk_dlist_push_head()
39 fwk_check(new->prev == NULL); in __fwk_dlist_push_tail()
95 fwk_check(new->next == NULL); in __fwk_dlist_insert()
96 fwk_check(new->prev == NULL); in __fwk_dlist_insert()
A Dfwk_slist.c58 fwk_check(new->next == NULL); in __fwk_slist_push_head()
74 fwk_check(new->next == NULL); in __fwk_slist_push_tail()
A Dfwk_module.c796 fwk_check((bool)false); in fwk_module_bind()
/SCP-firmware-master/product/juno/src/
A Djuno_id.c99 fwk_check(status == FWK_SUCCESS); in juno_id_get_revision()
/SCP-firmware-master/module/mock_clock/src/
A Dmod_mock_clock.c234 fwk_check(data == NULL); in mod_mock_clock_init()
252 fwk_check(sub_element_count == 0); in mod_mock_clock_element_init()
/SCP-firmware-master/module/mock_psu/src/
A Dmod_mock_psu.c317 fwk_check(data == NULL); in mod_mock_psu_init()
333 fwk_check(sub_element_count == 0); in mod_mock_psu_element_init()
/SCP-firmware-master/module/sensor/src/
A Dmod_sensor.c116 fwk_check(!fwk_id_is_equal(id, FWK_ID_NONE)); in trip_point_process()
246 fwk_check(params != NULL); in sensor_get_trip_point()
381 fwk_check(data != NULL); in sensor_dev_init()
/SCP-firmware-master/module/psu/src/
A Dmod_psu.c294 fwk_check(data == NULL); in mod_psu_init()
309 fwk_check(sub_element_count == 0); in mod_psu_element_init()
/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c362 fwk_check(status == FWK_SUCCESS); in soc_wakeup_handler()
411 fwk_check(element_count > 0); in system_power_mod_init()
/SCP-firmware-master/module/mock_voltage_domain/src/
A Dmod_mock_voltage_domain.c371 fwk_check(data == NULL); in mod_mock_voltage_domain_init()
387 fwk_check(sub_element_count == 0U); in mod_mock_voltage_domain_element_init()
/SCP-firmware-master/product/juno/module/juno_pvt/src/
A Dmod_juno_pvt.c637 fwk_check(sensor_cfg->cal_reg_a != NULL); in pvt_start()
638 fwk_check(sensor_cfg->cal_reg_b != NULL); in pvt_start()
/SCP-firmware-master/product/juno/module/juno_soc_clock_ram/src/
A Dmod_juno_soc_clock_ram.c519 fwk_check(element_count > 0); in juno_soc_clock_init()

Completed in 16 milliseconds