Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c1105 ret = tb_switch_set_link_width(up->sw, width_up); in tb_configure_asym()
1201 ret = tb_switch_set_link_width(up->sw, TB_LINK_WIDTH_DUAL); in tb_configure_sym()
1233 tb_switch_set_link_width(sw, TB_LINK_WIDTH_DUAL); in tb_configure_link()
1773 tb_switch_set_link_width(port->remote->sw, in tb_free_unplugged_children()
2437 tb_switch_set_link_width(port->remote->sw, in tb_handle_hotplug()
3066 tb_switch_set_link_width(port->remote->sw, in tb_restore_children()
H A Dswitch.c3079 int tb_switch_set_link_width(struct tb_switch *sw, enum tb_link_width width) in tb_switch_set_link_width() function