Lines Matching refs:down
210 struct tb_port *up, *down; in tb_switch_clx_init() local
223 down = tb_switch_downstream_port(sw); in tb_switch_clx_init()
226 tmp = tb_port_clx(down); in tb_switch_clx_init()
239 struct tb_port *up, *down; in tb_switch_pm_secondary_resolve() local
246 down = tb_switch_downstream_port(sw); in tb_switch_pm_secondary_resolve()
251 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
412 down = tb_switch_downstream_port(sw); in tb_switch_clx_disable()
418 ret = tb_port_clx_disable(down, clx); in tb_switch_clx_disable()