Home
last modified time | relevance | path

Searched refs:tb_port_width_supported (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/thunderbolt/
Dtb.c686 return tb_port_width_supported(port, width); in tb_asym_supported()
1085 if (!tb_port_width_supported(up, width_up) || in tb_configure_asym()
1086 !tb_port_width_supported(down, width_down)) in tb_configure_asym()
Dswitch.c984 bool tb_port_width_supported(struct tb_port *port, unsigned int width) in tb_port_width_supported() function
2916 if (!tb_port_width_supported(up, TB_LINK_WIDTH_DUAL) || in tb_switch_lane_bonding_enable()
2917 !tb_port_width_supported(down, TB_LINK_WIDTH_DUAL)) in tb_switch_lane_bonding_enable()
Dtb.h1138 bool tb_port_width_supported(struct tb_port *port, unsigned int width);
Ddebugfs.c1668 margining->asym_rx = tb_port_width_supported(port, TB_LINK_WIDTH_ASYM_RX); in margining_alloc()