Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-topology.c121 unsigned int child_port_count = 0; in build_tree() local
150 ++child_port_count; in build_tree()
168 if (child_port_count > stack_depth) { in build_tree()
177 for (i = 0, h = &stack; i < child_port_count; i++) in build_tree()
236 stack_depth += 1 - child_port_count; in build_tree()
238 if (node->phy_speed == SCODE_BETA && parent_count + child_port_count > 1) in build_tree()