Searched refs:child_nodes (Results 1 – 2 of 2) sorted by relevance
51 rt_list_init(&domain->child_nodes); in dm_power_domain_init()60 return rt_ref_read(&domain->ref) == 1 && !rt_list_isempty(&domain->child_nodes); in dm_power_domain_is_free()158 rt_list_for_each_entry(child_domain, &domain->child_nodes, list) in rt_dm_power_domain_power_on()171 rt_list_for_each_entry(child_domain, &domain->child_nodes, list) in rt_dm_power_domain_power_on()232 rt_list_for_each_entry(child_domain, &domain->child_nodes, list) in rt_dm_power_domain_power_off()245 rt_list_for_each_entry(child_domain, &domain->child_nodes, list) in rt_dm_power_domain_power_off()
49 rt_list_t child_nodes; member
Completed in 8 milliseconds