Searched refs:FWK_LIST_FOR_EACH (Results 1 – 4 of 4) sorted by relevance
/SCP-firmware-master/framework/include/ |
A D | fwk_list.h | 215 #define FWK_LIST_FOR_EACH(list, node, type, member, elem) \ macro
|
/SCP-firmware-master/module/clock/src/ |
A D | clock_tree_management.c | 291 FWK_LIST_FOR_EACH( in clock_management_process_rate()
|
/SCP-firmware-master/debugger/src/cli/ |
A D | cli.c | 82 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_register() 1217 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_dispatch() 1249 FWK_LIST_FOR_EACH(&cli_commands_list, node, in cli_command_dispatch()
|
/SCP-firmware-master/module/power_domain/src/ |
A D | mod_power_domain.c | 351 FWK_LIST_FOR_EACH( in is_allowed_by_children() 581 FWK_LIST_FOR_EACH( in is_allowed_by_parent_and_children() 1071 FWK_LIST_FOR_EACH( in process_reset_request() 1135 FWK_LIST_FOR_EACH( in process_power_state_transition_report_shallower_state()
|
Completed in 9 milliseconds