Lines Matching refs:first_bus
24 for (bus=b->first_bus; bus; bus=bus->sibling) in find_bus()
56 if (!b->first_bus) in new_bus()
57 b->first_bus = bus; in new_bus()
73 bus = parent->bridge->first_bus; in insert_dev()
133 b->first_bus = NULL; in grow_tree()
166 b->first_bus = NULL; in grow_tree()
194 b->first_bus = NULL; in grow_tree()
347 for (b = br->first_bus; b; b = b->sibling) in check_dev_filter()
417 if (!b->first_bus->sibling) in show_tree_bridge()
419 if (check_bus_filter(filter, b->first_bus)) in show_tree_bridge()
422 p = tree_printf(line, p, "[%04x:%02x]-", b->first_bus->domain, b->first_bus->number); in show_tree_bridge()
423 show_tree_bus(filter, b->first_bus, line, p); in show_tree_bridge()
431 struct bus *u = b->first_bus; in show_tree_bridge()
442 for (i = 0, u = b->first_bus; u; u = u->sibling) in show_tree_bridge()