Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-gic-v3.c2080 struct device_node *parts_node, *child_part; in gic_populate_ppi_partitions() local
2097 for_each_child_of_node(parts_node, child_part) { in gic_populate_ppi_partitions()
2103 part->partition_id = of_fwnode_handle(child_part); in gic_populate_ppi_partitions()
2106 child_part, part_idx); in gic_populate_ppi_partitions()
2108 n = of_property_count_elems_of_size(child_part, "affinity", in gic_populate_ppi_partitions()
2117 err = of_property_read_u32_index(child_part, "affinity", in gic_populate_ppi_partitions()