Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Deeprom.c143 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()
300 tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n", in tb_drom_read_uid_only()
364 tb_sw_warn(sw, in tb_drom_parse_entry_port()
393 tb_sw_warn(sw, "DROM buffer overrun\n"); in tb_drom_parse_entries()
574 tb_sw_warn(sw, "drom too small, aborting\n"); in tb_drom_read()
589 tb_sw_warn(sw, "drom size mismatch, aborting\n"); in tb_drom_read()
595 tb_sw_warn(sw, in tb_drom_read()
608 tb_sw_warn(sw, in tb_drom_read()
[all …]
Dswitch.c198 tb_sw_warn(sw, "failed to authenticate NVM, power cycling\n"); in nvm_authenticate_host_dma_port()
241 tb_sw_warn(sw, "failed to authenticate NVM\n"); in nvm_authenticate_device_dma_port()
1856 tb_sw_warn(sw, "unsupported switch device id %#x\n", in tb_switch_get_generation()
2061 tb_sw_warn(sw, "unknown switch vendor id %#x\n", in tb_switch_configure()
2065 tb_sw_warn(sw, "cannot find TB_VSE_CAP_PLUG_EVENTS aborting\n"); in tb_switch_configure()
2634 tb_sw_warn(sw, "uid read failed\n"); in tb_switch_resume()
2777 tb_sw_warn(sw, "failed to de-allocate DP resource for port %d\n", in tb_switch_dealloc_dp_resource()
Dtb.c645 tb_sw_warn(sw, "failed to enable TMU\n"); in tb_scan_port()
657 tb_sw_warn(sw, "USB3 tunnel creation failed\n"); in tb_scan_port()
1357 tb_sw_warn(sw, "failed to restore TMU configuration\n"); in tb_restore_children()
Dtb.h577 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) macro