Home
last modified time | relevance | path

Searched refs:TB_CL1 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/thunderbolt/
Dtb.c704 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()
Dtmu.c677 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()
Dswitch.c1227 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()
Dtb.h118 TB_CL1 = BIT(0), enumerator
970 case TB_CL1: in tb_switch_clx_name()
Ddebugfs.c573 if (tb_port_is_clx_enabled(port, TB_CL1 | TB_CL2)) { in margining_run_write()