Home
last modified time | relevance | path

Searched refs:tb_switch_find_by_route (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dtb.c2428 sw = tb_switch_find_by_route(tb, ev->route); in tb_handle_hotplug()
2739 sw = tb_switch_find_by_route(tb, ev->route); in tb_handle_dp_bandwidth_request()
H A Dtb.h862 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route);
H A Dswitch.c3764 * tb_switch_find_by_route() - Find switch by route string
3771 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route) in tb_switch_find_by_route() function