Searched refs:parent_sw (Results 1 – 3 of 3) sorted by relevance
/drivers/thunderbolt/ |
D | domain.c | 586 struct tb_switch *parent_sw; in tb_domain_approve_switch() local 592 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch() 593 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch() 612 struct tb_switch *parent_sw; in tb_domain_approve_switch_key() local 619 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key() 620 if (!parent_sw || !parent_sw->authorized) in tb_domain_approve_switch_key() 647 struct tb_switch *parent_sw; in tb_domain_challenge_switch_key() local 656 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key() 657 if (!parent_sw || !parent_sw->authorized) in tb_domain_challenge_switch_key()
|
D | icm.c | 565 static struct tb_switch *add_switch(struct tb_switch *parent_sw, u64 route, in add_switch() argument 576 pm_runtime_get_sync(&parent_sw->dev); in add_switch() 578 sw = tb_switch_alloc(parent_sw->tb, &parent_sw->dev, route); in add_switch() 602 tb_port_at(route, parent_sw)->remote = tb_upstream_port(sw); in add_switch() 603 tb_upstream_port(sw)->remote = tb_port_at(route, parent_sw); in add_switch() 607 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in add_switch() 613 pm_runtime_mark_last_busy(&parent_sw->dev); in add_switch() 614 pm_runtime_put_autosuspend(&parent_sw->dev); in add_switch() 619 static void update_switch(struct tb_switch *parent_sw, struct tb_switch *sw, in update_switch() argument 624 tb_port_at(tb_route(sw), parent_sw)->remote = NULL; in update_switch() [all …]
|
D | tb.c | 403 struct tb_switch *parent_sw; in tb_tunnel_pci() local 414 parent_sw = tb_to_switch(sw->dev.parent); in tb_tunnel_pci() 415 port = tb_port_at(tb_route(sw), parent_sw); in tb_tunnel_pci() 416 down = tb_find_pcie_down(parent_sw, port); in tb_tunnel_pci()
|