Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtb.c187 unsigned int clx = TB_CL0S | TB_CL1; in tb_enable_clx() local
222 ret = tb_switch_clx_enable(sw, clx | TB_CL2); in tb_enable_clx()
224 ret = tb_switch_clx_enable(sw, clx); in tb_enable_clx()
1043 bool clx = false, clx_disabled = false, downstream; in tb_configure_asym() local
1110 clx = tb_disable_clx(sw); in tb_configure_asym()
1128 if (clx) in tb_configure_asym()
1150 bool clx = false, clx_disabled = false, downstream; in tb_configure_sym() local
1212 clx = tb_disable_clx(sw); in tb_configure_sym()
1226 if (clx) in tb_configure_sym()