Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dswitch.c1207 static bool tb_port_clx_supported(struct tb_port *port, unsigned int clx_mask) in tb_port_clx_supported() argument
1227 if (clx_mask & TB_CL1) { in tb_port_clx_supported()
1231 if (clx_mask & TB_CL2) in tb_port_clx_supported()
1285 bool tb_port_is_clx_enabled(struct tb_port *port, unsigned int clx_mask) in tb_port_is_clx_enabled() argument
1290 if (!tb_port_clx_supported(port, clx_mask)) in tb_port_is_clx_enabled()
1293 if (clx_mask & TB_CL1) in tb_port_is_clx_enabled()
1295 if (clx_mask & TB_CL2) in tb_port_is_clx_enabled()