Searched refs:tb_switch_find_by_link_depth (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | icm.c | 789 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_connected() 795 sw = tb_switch_find_by_link_depth(tb, dual_link, depth); in icm_fr_device_connected() 809 parent_sw = tb_switch_find_by_link_depth(tb, link, depth - 1); in icm_fr_device_connected() 866 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_disconnected() 951 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_xdomain_connected()
|
H A D | tb.h | 661 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link,
|
H A D | switch.c | 2845 * tb_switch_find_by_link_depth() - Find switch by link and depth 2853 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) in tb_switch_find_by_link_depth() function
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 806 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_connected() 812 sw = tb_switch_find_by_link_depth(tb, dual_link, depth); in icm_fr_device_connected() 826 parent_sw = tb_switch_find_by_link_depth(tb, link, depth - 1); in icm_fr_device_connected() 884 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_device_disconnected() 975 sw = tb_switch_find_by_link_depth(tb, link, depth); in icm_fr_xdomain_connected()
|
H A D | tb.h | 808 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link,
|
H A D | switch.c | 3347 * tb_switch_find_by_link_depth() - Find switch by link and depth 3355 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) in tb_switch_find_by_link_depth() function
|
Completed in 18 milliseconds