Searched refs:TB_CL1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/thunderbolt/ |
D | tb.c | 704 ret = tb_switch_enable_clx(sw, TB_CL1); in tb_scan_port() 707 tb_switch_clx_name(TB_CL1)); in tb_scan_port() 709 if (tb_switch_is_clx_enabled(sw, TB_CL1)) in tb_scan_port() 1522 ret = tb_switch_enable_clx(sw, TB_CL1); in tb_restore_children() 1525 tb_switch_clx_name(TB_CL1)); in tb_restore_children() 1527 if (tb_switch_is_clx_enabled(sw, TB_CL1)) in tb_restore_children()
|
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()
|
D | switch.c | 1227 if (clx_mask & TB_CL1) { in tb_port_clx_supported() 1248 if (clx == TB_CL1) in __tb_port_clx_set() 1293 if (clx_mask & TB_CL1) in tb_port_is_clx_enabled() 3242 if (tb_switch_is_clx_enabled(sw, TB_CL1)) { in tb_switch_suspend() 3243 if (tb_switch_disable_clx(sw, TB_CL1)) in tb_switch_suspend() 3245 tb_switch_clx_name(TB_CL1)); in tb_switch_suspend() 3577 case TB_CL1: in tb_switch_enable_clx() 3635 case TB_CL1: in tb_switch_disable_clx()
|
D | tb.h | 118 TB_CL1 = BIT(0), enumerator 970 case TB_CL1: in tb_switch_clx_name()
|
D | debugfs.c | 573 if (tb_port_is_clx_enabled(port, TB_CL1 | TB_CL2)) { in margining_run_write()
|