Searched refs:child_port_count (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/firewire/ |
D | core-topology.c | 53 static u32 *count_ports(u32 *sid, int *total_port_count, int *child_port_count) in count_ports() argument 59 *child_port_count = 0; in count_ports() 69 (*child_port_count)++; in count_ports() 189 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; in build_tree() local 204 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree() 218 if (child_port_count > stack_depth) { in build_tree() 227 for (i = 0, h = &stack; i < child_port_count; i++) in build_tree() 294 stack_depth += 1 - child_port_count; in build_tree() 297 parent_count + child_port_count > 1) in build_tree()
|