diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2024-04-16 08:51:47 +0200 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2024-06-17 11:47:11 +0200 |
commit | f1c42720c40119a620a32583098be21d3720e4b7 (patch) | |
tree | ba85dae3f0cebbec596ef88e3845c1ffbf7f3ba4 /drivers/thunderbolt/tb.h | |
parent | thunderbolt: Mention Thunderbolt/USB4 debugging tools in Kconfig (diff) | |
download | linux-f1c42720c40119a620a32583098be21d3720e4b7.tar.xz linux-f1c42720c40119a620a32583098be21d3720e4b7.zip |
thunderbolt: Move usb4_port_margining_caps() declaration into correct place
It is supposed to be close with the other lane margining functions so
move it there. No functional changes.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt/tb.h')
-rw-r--r-- | drivers/thunderbolt/tb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h index 18aae4ccaed5..ac9368c7a513 100644 --- a/drivers/thunderbolt/tb.h +++ b/drivers/thunderbolt/tb.h @@ -1327,12 +1327,12 @@ int usb4_port_router_offline(struct tb_port *port); int usb4_port_router_online(struct tb_port *port); int usb4_port_enumerate_retimers(struct tb_port *port); bool usb4_port_clx_supported(struct tb_port *port); -int usb4_port_margining_caps(struct tb_port *port, u32 *caps); bool usb4_port_asym_supported(struct tb_port *port); int usb4_port_asym_set_link_width(struct tb_port *port, enum tb_link_width width); int usb4_port_asym_start(struct tb_port *port); +int usb4_port_margining_caps(struct tb_port *port, u32 *caps); int usb4_port_hw_margin(struct tb_port *port, unsigned int lanes, unsigned int ber_level, bool timing, bool right_high, u32 *results); |