Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thunderbolt/
Dtb.c1093 ret = tb_switch_set_link_width(up->sw, width_up); in tb_configure_asym()
1189 ret = tb_switch_set_link_width(up->sw, TB_LINK_WIDTH_DUAL); in tb_configure_sym()
1221 tb_switch_set_link_width(sw, TB_LINK_WIDTH_DUAL); in tb_configure_link()
1763 tb_switch_set_link_width(port->remote->sw, in tb_free_unplugged_children()
2351 tb_switch_set_link_width(port->remote->sw, in tb_handle_hotplug()
2955 tb_switch_set_link_width(port->remote->sw, in tb_restore_children()
Dtb.h1001 int tb_switch_set_link_width(struct tb_switch *sw, enum tb_link_width width);
Dswitch.c3079 int tb_switch_set_link_width(struct tb_switch *sw, enum tb_link_width width) in tb_switch_set_link_width() function