Searched refs:tb_sw_info (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | switch.c | 225 tb_sw_info(sw, "power cycling the switch now\n"); in nvm_authenticate_device() 1340 tb_sw_info(sw, "switch flash authentication failed\n"); in tb_switch_add_dma_port() 1345 tb_sw_info(sw, "power cycling the switch now\n"); in tb_switch_add_dma_port() 1389 tb_sw_info(sw, "uid: %#llx\n", sw->uid); in tb_switch_add() 1486 tb_sw_info(sw, "resuming switch\n"); in tb_switch_resume() 1501 tb_sw_info(sw, in tb_switch_resume()
|
D | tb.c | 195 tb_sw_info(sw, "no PCIe devices found, aborting\n"); in tb_activate_pcie_devices() 304 tb_sw_info(port->remote->sw, in tb_handle_hotplug()
|
D | tb.h | 340 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) macro
|
D | eeprom.c | 543 tb_sw_info(sw, "reading drom (length: %#x)\n", size); in tb_drom_read()
|