Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dicm.c1060 sw = tb_switch_find_by_route(tb, route); in icm_tr_device_connected()
1073 parent_sw = tb_switch_find_by_route(tb, get_parent_route(route)); in icm_tr_device_connected()
1096 sw = tb_switch_find_by_route(tb, route); in icm_tr_device_disconnected()
1148 sw = tb_switch_find_by_route(tb, get_parent_route(route)); in icm_tr_xdomain_connected()
Dtb.h405 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route);
Dswitch.c1642 struct tb_switch *tb_switch_find_by_route(struct tb *tb, u64 route) in tb_switch_find_by_route() function