Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A DMakefile6 thunderbolt-objs += usb4_port.o nvm.o retimer.o quirks.o clx.o
H A Dtb.h216 unsigned int clx; member
1069 bool tb_port_clx_is_enabled(struct tb_port *port, unsigned int clx);
1072 int tb_switch_clx_enable(struct tb_switch *sw, unsigned int clx);
1087 unsigned int clx) in tb_switch_clx_is_enabled() argument
1089 return sw->clx & clx; in tb_switch_clx_is_enabled()
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()
H A Ddebugfs.c1228 int ret, clx; in margining_run_write() local
1261 clx = ret; in margining_run_write()
1304 tb_switch_clx_enable(down_sw, clx); in margining_run_write()