Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dswitch.c403 tb_sw_info(sw, "uid: %#llx\n", sw->uid); in tb_switch_alloc()
452 tb_sw_info(sw, "resuming switch\n"); in tb_switch_resume()
460 tb_sw_info(sw, in tb_switch_resume()
Dtb.c163 tb_sw_info(sw, "no PCIe devices found, aborting\n"); in tb_activate_pcie_devices()
269 tb_sw_info(port->remote->sw, in tb_handle_hotplug()
Dtb.h202 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) macro
Deeprom.c403 tb_sw_info(sw, "reading drom (length: %#x)\n", size); in tb_drom_read()