Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dswitch.c1257 if (clx == TB_CL1) in __tb_port_clx_set()
3534 ret = tb_port_clx_enable(up, clx); in __tb_switch_enable_clx()
3538 ret = tb_port_clx_enable(down, clx); in __tb_switch_enable_clx()
3540 tb_port_clx_disable(up, clx); in __tb_switch_enable_clx()
3546 tb_port_clx_disable(up, clx); in __tb_switch_enable_clx()
3547 tb_port_clx_disable(down, clx); in __tb_switch_enable_clx()
3551 sw->clx = clx; in __tb_switch_enable_clx()
3585 switch (clx) { in tb_switch_enable_clx()
3617 ret = tb_port_clx_disable(up, clx); in __tb_switch_disable_clx()
3625 sw->clx = TB_CLX_DISABLE; in __tb_switch_disable_clx()
[all …]
A Dtb.h223 enum tb_clx clx; member
988 static inline const char *tb_switch_clx_name(enum tb_clx clx) in tb_switch_clx_name() argument
990 switch (clx) { in tb_switch_clx_name()
999 int tb_switch_enable_clx(struct tb_switch *sw, enum tb_clx clx);
1000 int tb_switch_disable_clx(struct tb_switch *sw, enum tb_clx clx);
1011 enum tb_clx clx) in tb_switch_is_clx_enabled() argument
1013 return sw->clx == clx; in tb_switch_is_clx_enabled()
1072 bool tb_port_is_clx_enabled(struct tb_port *port, unsigned int clx);

Completed in 13 milliseconds