Searched refs:parent_id (Results 1 – 5 of 5) sorted by relevance
154 if (fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE)) { in clock_management_process_state()173 target_id = ctx->parent_id; in clock_management_process_state()204 if (!fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE)) { in clock_management_process_state()206 event_params, ctx->parent_id); in clock_management_process_state()227 if (!fwk_id_is_equal(event->source_id, ctx->parent_id)) { in clock_management_process_state()257 status = clk_mgmt_send_event_set(event_params, ctx->parent_id); in clock_management_process_state()310 return fwk_id_is_equal(ctx->parent_id, FWK_ID_NONE) && in clock_is_single_node()325 if (!fwk_optional_id_is_defined(clk->config->parent_id)) { in clock_connect_tree()326 clk->parent_id = FWK_ID_NONE; in clock_connect_tree()330 clk->parent_id = clk->config->parent_id; in clock_connect_tree()[all …]
49 fwk_id_t parent_id; member
84 fwk_id_t parent_id = fwk_id_build_module_id(id); in test_module_from_module() local86 assert(parent_id.common.type == __FWK_ID_TYPE_MODULE); in test_module_from_module()87 assert(parent_id.common.module_idx == 42); in test_module_from_module()95 fwk_id_t parent_id = fwk_id_build_module_id(id); in test_module_from_element() local97 assert(parent_id.common.type == __FWK_ID_TYPE_MODULE); in test_module_from_element()98 assert(parent_id.common.module_idx == 42); in test_module_from_element()
256 ```BS_FIRMWARE_HAS_CLOCK_TREE_MGMT``` should be set and ```parent_id```276 .parent_id =285 .parent_id =294 .parent_id =
201 fwk_optional_id_t parent_id; member
Completed in 6 milliseconds