Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dclx.c318 int tb_switch_clx_enable(struct tb_switch *sw, unsigned int clx) in tb_switch_clx_enable() function
H A Dtb.c305 ret = tb_switch_clx_enable(sw, clx | TB_CL2); in tb_enable_clx()
307 ret = tb_switch_clx_enable(sw, clx); in tb_enable_clx()
H A Dtb.h1012 int tb_switch_clx_enable(struct tb_switch *sw, unsigned int clx);
H A Ddebugfs.c618 tb_switch_clx_enable(down_sw, clx); in margining_run_write()