Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
A Ddomain.c318 struct bus_type tb_bus_type = { variable
413 tb->dev.bus = &tb_bus_type; in tb_domain_alloc()
874 return bus_for_each_dev(&tb_bus_type, NULL, tb, disconnect_xdomain); in tb_domain_disconnect_all_paths()
888 ret = bus_register(&tb_bus_type); in tb_domain_init()
906 bus_unregister(&tb_bus_type); in tb_domain_exit()
A Dxdomain.c690 drv->driver.bus = &tb_bus_type; in tb_register_service_driver()
916 svc->dev.bus = &tb_bus_type; in enumerate_services()
1416 xd->dev.bus = &tb_bus_type; in tb_xdomain_alloc()
1869 bus_for_each_dev(&tb_bus_type, NULL, NULL, update_xdomain); in update_all_xdomains()
A Dswitch.c2199 sw->dev.bus = &tb_bus_type; in tb_switch_alloc()
2244 sw->dev.bus = &tb_bus_type; in tb_switch_alloc_safe_mode()
3130 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_link_depth()
3154 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_uuid()
3181 dev = bus_find_device(&tb_bus_type, NULL, &lookup, tb_switch_match); in tb_switch_find_by_route()
A Dretimer.c378 rt->dev.bus = &tb_bus_type; in tb_retimer_add()
A Dicm.c2041 bus_for_each_dev(&tb_bus_type, &sw->dev, NULL, complete_rpm); in remove_unplugged_switch()
/linux/include/linux/
A Dthunderbolt.h89 extern struct bus_type tb_bus_type;

Completed in 25 milliseconds