Searched refs:tb_sw_warn (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | eeprom.c | 143 tb_sw_warn(sw, "no TB_CAP_PLUG_EVENTS, cannot read eeprom\n"); in tb_eeprom_get_drom_offset() 152 tb_sw_warn(sw, "no NVM\n"); in tb_eeprom_get_drom_offset() 157 tb_sw_warn(sw, "drom offset is larger than 0xffff: %#x\n", in tb_eeprom_get_drom_offset() 317 tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n", in tb_drom_read_uid_only() 391 tb_sw_warn(sw, in tb_drom_parse_entry_port() 420 tb_sw_warn(sw, "DROM buffer overrun\n"); in tb_drom_parse_entries() 570 tb_sw_warn(sw, "DROM too small, aborting\n"); in tb_drom_bit_bang() 593 tb_sw_warn(sw, in tb_drom_parse_v1() 605 tb_sw_warn(sw, in tb_drom_parse_v1() 621 tb_sw_warn(sw, in usb4_drom_parse() [all …]
|
| H A D | tb.c | 246 tb_sw_warn(sw, "failed to disable CL states\n"); in tb_disable_clx() 1122 tb_sw_warn(up->sw, "failed to set link width\n"); in tb_configure_asym() 1220 tb_sw_warn(up->sw, "failed to set link width\n"); in tb_configure_sym() 1398 tb_sw_warn(sw, "failed to enable CL states\n"); in tb_scan_port() 1401 tb_sw_warn(sw, "failed to enable TMU\n"); in tb_scan_port() 1419 tb_sw_warn(sw, "USB3 tunnel creation failed\n"); in tb_scan_port() 2310 tb_sw_warn(sw, "failed to enable PCIe L1 for Titan Ridge\n"); in tb_tunnel_pci() 2313 tb_sw_warn(sw, "failed to connect xHCI\n"); in tb_tunnel_pci() 3090 tb_sw_warn(sw, "failed to re-enable CL states\n"); in tb_restore_children() 3093 tb_sw_warn(sw, "failed to restore TMU configuration\n"); in tb_restore_children()
|
| H A D | switch.c | 154 tb_sw_warn(sw, "failed to authenticate NVM, power cycling\n"); in nvm_authenticate_host_dma_port() 197 tb_sw_warn(sw, "failed to authenticate NVM\n"); in nvm_authenticate_device_dma_port() 1700 tb_sw_warn(sw, "failed to reset\n"); in tb_switch_reset() 2425 tb_sw_warn(sw, "unsupported switch device id %#x\n", in tb_switch_get_generation() 2646 tb_sw_warn(sw, "unknown switch vendor id %#x\n", in tb_switch_configure() 2650 tb_sw_warn(sw, "cannot find TB_VSE_CAP_PLUG_EVENTS aborting\n"); in tb_switch_configure() 3163 tb_sw_warn(sw, "timeout changing link width\n"); in tb_switch_set_link_width() 3554 tb_sw_warn(sw, "uid read failed\n"); in tb_switch_resume() 3700 tb_sw_warn(sw, "failed to allocate DP resource for port %d\n", in tb_switch_alloc_dp_resource() 3726 tb_sw_warn(sw, "failed to de-allocate DP resource for port %d\n", in tb_switch_dealloc_dp_resource()
|
| H A D | usb4.c | 824 tb_sw_warn(sw, "host router is missing baMaxHI\n"); in usb4_switch_credits_init() 836 tb_sw_warn(sw, "multiple USB4 ports require baMinDPaux/baMinDPmain\n"); in usb4_switch_credits_init() 842 tb_sw_warn(sw, "missing baMinDPmain"); in usb4_switch_credits_init() 847 tb_sw_warn(sw, "missing baMinDPaux"); in usb4_switch_credits_init() 852 tb_sw_warn(sw, "missing baMaxUSB3"); in usb4_switch_credits_init() 857 tb_sw_warn(sw, "missing baMaxPCIe"); in usb4_switch_credits_init()
|
| H A D | tmu.c | 1010 tb_sw_warn(sw, "TMU: failed to enable mode %s: %d\n", in tb_switch_tmu_enable() 1061 tb_sw_warn(sw, "TMU: unsupported mode %u\n", mode); in tb_switch_tmu_configure()
|
| H A D | tb.h | 740 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) macro
|
| H A D | debugfs.c | 1258 tb_sw_warn(down_sw, "failed to disable CL states\n"); in margining_run_write()
|