Home
last modified time | relevance | path

Searched refs:tb_switch_clx_name (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Dswitch.c3245 tb_switch_clx_name(TB_CL1)); in tb_switch_suspend()
3517 tb_port_dbg(up, "%s %ssupported\n", tb_switch_clx_name(clx), in __tb_switch_enable_clx()
3519 tb_port_dbg(down, "%s %ssupported\n", tb_switch_clx_name(clx), in __tb_switch_enable_clx()
3544 tb_port_dbg(up, "%s enabled\n", tb_switch_clx_name(clx)); in __tb_switch_enable_clx()
3618 tb_port_dbg(up, "%s disabled\n", tb_switch_clx_name(clx)); in __tb_switch_disable_clx()
Dtb.c707 tb_switch_clx_name(TB_CL1)); in tb_scan_port()
1525 tb_switch_clx_name(TB_CL1)); in tb_restore_children()
Dtb.h966 static inline const char *tb_switch_clx_name(enum tb_clx clx) in tb_switch_clx_name() function