Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/thunderbolt/
Dicm.c665 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_connected()
671 sw = tb_switch_find_by_link_depth(tb, dual_link, depth); in icm_fr_device_connected()
685 parent_sw = tb_switch_find_by_link_depth(tb, link, depth - 1); in icm_fr_device_connected()
725 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_disconnected()
810 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_xdomain_connected()
Dtb.h400 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link,
Dswitch.c1651 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) in tb_switch_find_by_link_depth() function