Home
last modified time | relevance | path

Searched refs:next_sid (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c175 u32 *next_sid, *end, q; in build_tree() local
191 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
193 if (next_sid == NULL) { in build_tree()
271 if ((next_sid == end && parent_count != 0) || in build_tree()
272 (next_sid < end && parent_count != 1)) { in build_tree()
296 sid = next_sid; in build_tree()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-topology.c176 u32 *next_sid, *end, q; in build_tree() local
192 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
194 if (next_sid == NULL) { in build_tree()
272 if ((next_sid == end && parent_count != 0) || in build_tree()
273 (next_sid < end && parent_count != 1)) { in build_tree()
297 sid = next_sid; in build_tree()

Completed in 2 milliseconds