Home
last modified time | relevance | path

Searched refs:tb_xdomain_find_by_route (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dthunderbolt.h293 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route);
313 xd = tb_xdomain_find_by_route(tb, route); in tb_xdomain_find_by_route_locked()
/openbmc/linux/drivers/thunderbolt/
H A Dicm.c1255 xd = tb_xdomain_find_by_route(tb, route); in __icm_tr_device_connected()
1351 xd = tb_xdomain_find_by_route(tb, route); in icm_tr_xdomain_connected()
1388 xd = tb_xdomain_find_by_route(tb, route); in icm_tr_xdomain_disconnected()
H A Dxdomain.c2345 struct tb_xdomain *tb_xdomain_find_by_route(struct tb *tb, u64 route) in tb_xdomain_find_by_route() function
2356 EXPORT_SYMBOL_GPL(tb_xdomain_find_by_route);
H A Dtb.c480 xd = tb_xdomain_find_by_route(tb, route); in tb_scan_xdomain()