Searched refs:fwk_check (Results 1 – 13 of 13) sorted by relevance
178 # define fwk_check(condition) ((void)(condition)) macro180 # define fwk_check(condition) fwk_assert(condition) macro212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1)
23 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()
58 fwk_check(new->next == NULL); in __fwk_slist_push_head()74 fwk_check(new->next == NULL); in __fwk_slist_push_tail()
796 fwk_check((bool)false); in fwk_module_bind()
99 fwk_check(status == FWK_SUCCESS); in juno_id_get_revision()
234 fwk_check(data == NULL); in mod_mock_clock_init()252 fwk_check(sub_element_count == 0); in mod_mock_clock_element_init()
317 fwk_check(data == NULL); in mod_mock_psu_init()333 fwk_check(sub_element_count == 0); in mod_mock_psu_element_init()
116 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()
294 fwk_check(data == NULL); in mod_psu_init()309 fwk_check(sub_element_count == 0); in mod_psu_element_init()
362 fwk_check(status == FWK_SUCCESS); in soc_wakeup_handler()411 fwk_check(element_count > 0); in system_power_mod_init()
371 fwk_check(data == NULL); in mod_mock_voltage_domain_init()387 fwk_check(sub_element_count == 0U); in mod_mock_voltage_domain_element_init()
637 fwk_check(sensor_cfg->cal_reg_a != NULL); in pvt_start()638 fwk_check(sensor_cfg->cal_reg_b != NULL); in pvt_start()
519 fwk_check(element_count > 0); in juno_soc_clock_init()
Completed in 16 milliseconds