Home
last modified time | relevance | path

Searched refs:tb_port_warn (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/thunderbolt/
Dpath.c50 tb_port_warn(port, "failed to read path at %d\n", hopid); in tb_path_find_dst_port()
134 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
176 tb_port_warn(p, "failed to read path at %d\n", h); in tb_path_discover()
204 tb_port_warn(src, "failed to discover path starting at HopID %d\n", in tb_path_discover()
372 tb_port_warn(path->hops[i].in_port, in __tb_path_deallocate_nfc()
444 tb_port_warn(path->hops[i].in_port, in __tb_path_deactivate_hops()
Dacpi.c212 tb_port_warn(port, "ACPI: query online _DSM failed\n"); in tb_acpi_retimer_set_power()
235 tb_port_warn(port, in tb_acpi_retimer_set_power()
249 tb_port_warn(port, "ACPI: set online state _DSM failed with error %d\n", ret); in tb_acpi_retimer_set_power()
Dretimer.c340 tb_port_warn(port, "failed read retimer VendorId: %d\n", ret); in tb_retimer_add()
348 tb_port_warn(port, "failed read retimer ProductId: %d\n", ret); in tb_retimer_add()
Dtunnel.c256 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_pci()
815 tb_port_warn(in, "path does not end on a DP adapter, cleaning up\n"); in tb_tunnel_discover_dp()
1390 tb_port_warn(tunnel->dst_port, in tb_tunnel_discover_usb3()
1478 tb_port_warn(up, "not enough bandwidth for USB3 tunnel\n"); in tb_tunnel_alloc_usb3()
Dswitch.c596 tb_port_warn(port, in tb_wait_for_port()
2556 tb_port_warn(up, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2562 tb_port_warn(down, "failed to enable lane bonding\n"); in tb_switch_lane_bonding_enable()
2569 tb_port_warn(down, "timeout enabling lane bonding\n"); in tb_switch_lane_bonding_enable()
2958 tb_port_warn(port, in tb_switch_resume()
2970 tb_port_warn(port, "failed to unlock port\n"); in tb_switch_resume()
2972 tb_port_warn(port, in tb_switch_resume()
Dxdomain.c1526 tb_port_warn(port, "failed to enable lane bonding\n"); in tb_xdomain_lane_bonding_enable()
1532 tb_port_warn(port, "timeout enabling lane bonding\n"); in tb_xdomain_lane_bonding_enable()
1559 tb_port_warn(port, "timeout disabling lane bonding\n"); in tb_xdomain_lane_bonding_disable()
Dtb.h658 #define tb_port_warn(port, fmt, arg...) \ macro