Searched refs:tb_bus_type (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | domain.c | 310 const struct bus_type tb_bus_type = { variable 405 tb->dev.bus = &tb_bus_type; in tb_domain_alloc() 871 return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain); in tb_domain_disconnect_all_paths() 884 ret = bus_register(&tb_bus_type); in tb_domain_init() 901 bus_unregister(&tb_bus_type); in tb_domain_exit()
|
H A D | switch.c | 2503 sw->dev.bus = &tb_bus_type; in tb_switch_alloc() 2548 sw->dev.bus = &tb_bus_type; in tb_switch_alloc_safe_mode() 3731 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth() 3755 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid() 3782 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
|
H A D | retimer.c | 429 rt->dev.bus = &tb_bus_type; in tb_retimer_add()
|
/linux/include/linux/ |
H A D | thunderbolt.h | 88 extern const struct bus_type tb_bus_type;
|