Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Ddomain.c310 struct bus_type tb_bus_type = { variable
405 tb->dev.bus = &tb_bus_type; in tb_domain_alloc()
866 return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain); in tb_domain_disconnect_all_paths()
879 ret = bus_register(&tb_bus_type); in tb_domain_init()
896 bus_unregister(&tb_bus_type); in tb_domain_exit()
Dxdomain.c884 drv->driver.bus = &tb_bus_type; in tb_register_service_driver()
1110 svc->dev.bus = &tb_bus_type; in enumerate_services()
1913 xd->dev.bus = &tb_bus_type; in tb_xdomain_alloc()
2368 bus_for_each_dev(&tb_bus_type, NULL, NULL, update_xdomain); in update_all_xdomains()
Dswitch.c2410 sw->dev.bus = &tb_bus_type; in tb_switch_alloc()
2455 sw->dev.bus = &tb_bus_type; in tb_switch_alloc_safe_mode()
3399 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
3423 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
3450 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
Dretimer.c385 rt->dev.bus = &tb_bus_type; in tb_retimer_add()
Dicm.c2046 bus_for_each_dev(&tb_bus_type, &sw->dev, NULL, complete_rpm); in remove_unplugged_switch()