Searched refs:tb_switch_find_by_route (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dicm.c969 sw = tb_switch_find_by_route(tb, route);
1248 sw = tb_switch_find_by_route(tb, route);
1261 parent_sw = tb_switch_find_by_route(tb, get_parent_route(route));
1309 sw = tb_switch_find_by_route(tb, route);
1362 sw = tb_switch_find_by_route(tb, route);
1368 sw = tb_switch_find_by_route(tb, get_parent_route(route));
H A Dtb.c2282 sw = tb_switch_find_by_route(tb, ev->route);
2588 sw = tb_switch_find_by_route(tb, ev->route);
H A Dtb.h840 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route);
H A Dswitch.c3762 * tb_switch_find_by_route() - Find switch by route string
3769 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route) function

Completed in 284 milliseconds