Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Deeprom.c248 tb_sw_warn(sw, "no TB_CAP_PLUG_EVENTS, cannot read eeprom\n"); in tb_eeprom_get_drom_offset()
257 tb_sw_warn(sw, "no NVM\n"); in tb_eeprom_get_drom_offset()
262 tb_sw_warn(sw, "drom offset is larger than 0xffff: %#x\n", in tb_eeprom_get_drom_offset()
295 tb_sw_warn(sw, "uid crc8 mismatch (expected: %#x, got: %#x)\n", in tb_drom_read_uid_only()
359 tb_sw_warn(sw, in tb_drom_parse_entry_port()
388 tb_sw_warn(sw, "drom buffer overrun, aborting\n"); in tb_drom_parse_entries()
545 tb_sw_warn(sw, "drom too small, aborting\n"); in tb_drom_read()
560 tb_sw_warn(sw, "drom size mismatch, aborting\n"); in tb_drom_read()
566 tb_sw_warn(sw, in tb_drom_read()
578 tb_sw_warn(sw, in tb_drom_read()
[all …]
Dswitch.c221 tb_sw_warn(sw, "failed to authenticate NVM\n"); in nvm_authenticate_device()
1105 tb_sw_warn(sw, "unsupported switch device id %#x\n", in tb_switch_get_generation()
1168 tb_sw_warn(sw, "cannot find TB_VSE_CAP_PLUG_EVENTS aborting\n"); in tb_switch_alloc()
1254 tb_sw_warn(sw, "unknown switch vendor id %#x\n", in tb_switch_configure()
1386 tb_sw_warn(sw, "tb_eeprom_read_rom failed\n"); in tb_switch_add()
1497 tb_sw_warn(sw, "uid read failed\n"); in tb_switch_resume()
Dtb.c301 tb_sw_warn(port->remote->sw, in tb_handle_hotplug()
Dtb.h339 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) macro