Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dswitch.c225 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()
Dtb.c195 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()
Dtb.h340 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) macro
Deeprom.c543 tb_sw_info(sw, "reading drom (length: %#x)\n", size); in tb_drom_read()