Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Deeprom.c241 tb_sw_warn(sw, "no TB_CAP_PLUG_EVENTS, cannot read eeprom\n"); in tb_eeprom_get_drom_offset()
250 tb_sw_warn(sw, "no NVM\n"); in tb_eeprom_get_drom_offset()
255 tb_sw_warn(sw, "drom offset is larger than 0xffff: %#x\n", in tb_eeprom_get_drom_offset()
285 tb_sw_warn(sw, "uid crc8 missmatch (expected: %#x, got: %#x)\n", in tb_drom_read_uid_only()
326 tb_sw_warn(sw, in tb_drom_parse_entry()
351 tb_sw_warn(sw, "drom buffer overrun, aborting\n"); in tb_drom_parse_entries()
405 tb_sw_warn(sw, "drom too small, aborting\n"); in tb_drom_read()
419 tb_sw_warn(sw, "drom size mismatch, aborting\n"); in tb_drom_read()
425 tb_sw_warn(sw, in tb_drom_read()
434 tb_sw_warn(sw, in tb_drom_read()
[all …]
Dswitch.c370 tb_sw_warn(sw, "unknown switch vendor id %#x\n", in tb_switch_alloc()
374 tb_sw_warn(sw, "unsupported switch device id %#x\n", in tb_switch_alloc()
395 tb_sw_warn(sw, "cannot find TB_CAP_PLUG_EVENTS aborting\n"); in tb_switch_alloc()
402 tb_sw_warn(sw, "tb_eeprom_read_rom failed, continuing\n"); in tb_switch_alloc()
456 tb_sw_warn(sw, "uid read failed\n"); in tb_switch_resume()
Dtb.h201 #define tb_sw_warn(sw, fmt, arg...) __TB_SW_PRINT(tb_warn, sw, fmt, ##arg) macro
Dtb.c266 tb_sw_warn(port->remote->sw, in tb_handle_hotplug()