Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firewire/
Dcore-topology.c40 static u32 *count_ports(u32 *sid, int *total_port_count, int *child_port_count) in count_ports() argument
46 *child_port_count = 0; in count_ports()
56 (*child_port_count)++; in count_ports()
177 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local
192 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
206 if (child_port_count > stack_depth) { in build_tree()
215 for (i = 0, h = &stack; i < child_port_count; i++) in build_tree()
282 stack_depth += 1 - child_port_count; in build_tree()
285 parent_count + child_port_count > 1) in build_tree()