Searched refs:tb_sw_info (Results 1 – 4 of 4) sorted by relevance
/drivers/thunderbolt/ |
D | switch.c | 403 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()
|
D | tb.c | 163 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()
|
D | tb.h | 202 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) macro
|
D | eeprom.c | 403 tb_sw_info(sw, "reading drom (length: %#x)\n", size); in tb_drom_read()
|