Lines Matching refs:down
188 struct tb_port *up, *down; in tb_switch_clx_init() local
201 down = tb_switch_downstream_port(sw); in tb_switch_clx_init()
204 tmp = tb_port_clx(down); in tb_switch_clx_init()
217 struct tb_port *up, *down; in tb_switch_pm_secondary_resolve() local
224 down = tb_switch_downstream_port(sw); in tb_switch_pm_secondary_resolve()
229 return tb_port_pm_secondary_disable(down); in tb_switch_pm_secondary_resolve()
322 struct tb_port *up, *down; in tb_switch_clx_enable() local
350 down = tb_switch_downstream_port(sw); in tb_switch_clx_enable()
353 down_clx_support = tb_port_clx_supported(down, clx); in tb_switch_clx_enable()
357 tb_port_dbg(down, "CLx: %s %ssupported\n", clx_name(clx), in tb_switch_clx_enable()
367 ret = tb_port_clx_enable(down, clx); in tb_switch_clx_enable()
376 tb_port_clx_disable(down, clx); in tb_switch_clx_enable()
399 struct tb_port *up, *down; in tb_switch_clx_disable() local
409 down = tb_switch_downstream_port(sw); in tb_switch_clx_disable()
415 ret = tb_port_clx_disable(down, clx); in tb_switch_clx_disable()