Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dclx.c318 int tb_switch_clx_enable(struct tb_switch *sw, unsigned int clx) in tb_switch_clx_enable() function
Dtb.c282 ret = tb_switch_clx_enable(sw, clx | TB_CL2); in tb_enable_clx()
284 ret = tb_switch_clx_enable(sw, clx); in tb_enable_clx()
Dtb.h1005 int tb_switch_clx_enable(struct tb_switch *sw, unsigned int clx);
Ddebugfs.c618 tb_switch_clx_enable(down_sw, clx); in margining_run_write()