tb_bus_type       302 drivers/thunderbolt/domain.c struct bus_type tb_bus_type = {
tb_bus_type       368 drivers/thunderbolt/domain.c 	tb->dev.bus = &tb_bus_type;
tb_bus_type       794 drivers/thunderbolt/domain.c 	return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain);
tb_bus_type       804 drivers/thunderbolt/domain.c 	ret = bus_register(&tb_bus_type);
tb_bus_type       813 drivers/thunderbolt/domain.c 	bus_unregister(&tb_bus_type);
tb_bus_type      1930 drivers/thunderbolt/icm.c 	bus_for_each_dev(&tb_bus_type, &sw->dev, NULL, complete_rpm);
tb_bus_type      1588 drivers/thunderbolt/switch.c 	sw->dev.bus = &tb_bus_type;
tb_bus_type      1633 drivers/thunderbolt/switch.c 	sw->dev.bus = &tb_bus_type;
tb_bus_type      2075 drivers/thunderbolt/switch.c 	dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
tb_bus_type      2099 drivers/thunderbolt/switch.c 	dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
tb_bus_type      2126 drivers/thunderbolt/switch.c 	dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match);
tb_bus_type       613 drivers/thunderbolt/xdomain.c 	drv->driver.bus = &tb_bus_type;
tb_bus_type       837 drivers/thunderbolt/xdomain.c 		svc->dev.bus = &tb_bus_type;
tb_bus_type      1253 drivers/thunderbolt/xdomain.c 	xd->dev.bus = &tb_bus_type;
tb_bus_type      1611 drivers/thunderbolt/xdomain.c 	bus_for_each_dev(&tb_bus_type, NULL, NULL, update_xdomain);
tb_bus_type        86 include/linux/thunderbolt.h extern struct bus_type tb_bus_type;