Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Deeprom.c249 tb_sw_warn(sw, "no TB_CAP_PLUG_EVENTS, cannot read eeprom\n"); in tb_eeprom_get_drom_offset()
258 tb_sw_warn(sw, "no NVM\n"); in tb_eeprom_get_drom_offset()
263 tb_sw_warn(sw, "drom offset is larger than 0xffff: %#x\n", in tb_eeprom_get_drom_offset()
296 tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n", in tb_drom_read_uid_only()
360 tb_sw_warn(sw, in tb_drom_parse_entry_port()
389 tb_sw_warn(sw, "drom buffer overrun, aborting\n"); in tb_drom_parse_entries()
542 tb_sw_warn(sw, "drom too small, aborting\n"); in tb_drom_read()
557 tb_sw_warn(sw, "drom size mismatch, aborting\n"); in tb_drom_read()
563 tb_sw_warn(sw, in tb_drom_read()
575 tb_sw_warn(sw, in tb_drom_read()
[all …]
Dswitch.c220 tb_sw_warn(sw, "failed to authenticate NVM\n"); in nvm_authenticate_device()
1476 tb_sw_warn(sw, "unsupported switch device id %#x\n", in tb_switch_get_generation()
1549 tb_sw_warn(sw, "cannot find TB_VSE_CAP_PLUG_EVENTS aborting\n"); in tb_switch_alloc()
1638 tb_sw_warn(sw, "unknown switch vendor id %#x\n", in tb_switch_configure()
1785 tb_sw_warn(sw, "tb_eeprom_read_rom failed\n"); in tb_switch_add()
1922 tb_sw_warn(sw, "uid read failed\n"); in tb_switch_resume()
Dtb.h457 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) macro
Dicm.c584 tb_sw_warn(sw, "cannot allocate memory for switch\n"); in add_switch()