Searched refs:TB_CL1 (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | tb.c | 838 ret = tb_switch_enable_clx(sw, TB_CL1); in tb_scan_port() 841 tb_switch_clx_name(TB_CL1)); in tb_scan_port() 843 if (tb_switch_is_clx_enabled(sw, TB_CL1)) in tb_scan_port() 2003 ret = tb_switch_enable_clx(sw, TB_CL1); in tb_restore_children() 2006 tb_switch_clx_name(TB_CL1)); in tb_restore_children() 2008 if (tb_switch_is_clx_enabled(sw, TB_CL1)) in tb_restore_children()
|
A D | tmu.c | 677 if (!tb_switch_is_clx_enabled(sw, TB_CL1)) in tb_switch_tmu_enable() 752 tb_switch_is_clx_enabled(sw, TB_CL1)); in tb_switch_tmu_config_enable()
|
A D | switch.c | 1236 if (clx_mask & TB_CL1) { in tb_port_clx_supported() 1257 if (clx == TB_CL1) in __tb_port_clx_set() 1302 if (clx_mask & TB_CL1) in tb_port_is_clx_enabled() 3251 if (tb_switch_is_clx_enabled(sw, TB_CL1)) { in tb_switch_suspend() 3252 if (tb_switch_disable_clx(sw, TB_CL1)) in tb_switch_suspend() 3254 tb_switch_clx_name(TB_CL1)); in tb_switch_suspend() 3586 case TB_CL1: in tb_switch_enable_clx() 3644 case TB_CL1: in tb_switch_disable_clx()
|
A D | tb.h | 118 TB_CL1 = BIT(0), enumerator 992 case TB_CL1: in tb_switch_clx_name()
|
A D | debugfs.c | 573 if (tb_port_is_clx_enabled(port, TB_CL1 | TB_CL2)) { in margining_run_write()
|
Completed in 20 milliseconds