Searched refs:tb_switch_find_by_link_depth (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | icm.c | 809 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_connected() 815 sw = tb_switch_find_by_link_depth(tb, dual_link, depth); in icm_fr_device_connected() 829 parent_sw = tb_switch_find_by_link_depth(tb, link, depth - 1); in icm_fr_device_connected() 886 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_disconnected() 977 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_xdomain_connected()
|
D | tb.h | 785 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link,
|
D | switch.c | 3382 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) in tb_switch_find_by_link_depth() function
|