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

/linux-master/drivers/thunderbolt/
H A Dicm.c806 sw = tb_switch_find_by_link_depth(tb, link, depth);
812 sw = tb_switch_find_by_link_depth(tb, dual_link, depth);
826 parent_sw = tb_switch_find_by_link_depth(tb, link, depth - 1);
884 sw = tb_switch_find_by_link_depth(tb, link, depth);
975 sw = tb_switch_find_by_link_depth(tb, link, depth);
H A Dtb.h837 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link,
H A Dswitch.c3712 * tb_switch_find_by_link_depth() - Find switch by link and depth
3720 struct tb_switch *tb_switch_find_by_link_depth(struct tb *tb, u8 link, u8 depth) function

Completed in 124 milliseconds