Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/firewire/
Dcore-topology.c54 static u32 *count_ports(u32 *sid, int *total_port_count, int *child_port_count) in count_ports() argument
60 *child_port_count = 0; in count_ports()
70 (*child_port_count)++; in count_ports()
190 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local
205 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
219 if (child_port_count > stack_depth) { in build_tree()
228 for (i = 0, h = &stack; i < child_port_count; i++) in build_tree()
295 stack_depth += 1 - child_port_count; in build_tree()
298 parent_count + child_port_count > 1) in build_tree()