Home
last modified time | relevance | path

Searched refs:tb_to_switch (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/thunderbolt/
Dswitch.c337 struct tb_switch *sw = tb_to_switch(nvm->dev); in tb_switch_nvm_read()
361 struct tb_switch *sw = tb_to_switch(nvm->dev); in tb_switch_nvm_write()
1497 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1507 sw = tb_to_switch(dev); in disapprove_switch()
1585 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1607 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1616 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1625 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1634 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1643 struct tb_switch *sw = tb_to_switch(dev); in key_show()
[all …]
Ddomain.c658 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
685 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
722 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
Dacpi.c352 return tb_acpi_switch_find_companion(tb_to_switch(dev)); in tb_acpi_find_companion()
Dtb.c1062 parent_sw = tb_to_switch(sw->dev.parent); in tb_tunnel_pci()
1092 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
1126 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
1318 struct tb_switch *sw = tb_to_switch(dev); in tb_scan_finalize_switch()
Dicm.c676 parent_sw = tb_to_switch(sw->dev.parent); in remove_switch()
716 sw = tb_to_switch(xd->dev.parent); in remove_xdomain()
758 parent_sw = tb_to_switch(sw->dev.parent); in icm_fr_device_connected()
1239 parent_sw = tb_to_switch(sw->dev.parent); in __icm_tr_device_connected()
2022 struct tb_switch *sw = tb_to_switch(dev); in complete_rpm()
Dtb.h779 static inline struct tb_switch *tb_to_switch(struct device *dev) in tb_to_switch() function
788 return tb_to_switch(sw->dev.parent); in tb_switch_parent()
Dxdomain.c972 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
1377 struct tb_switch *parent_sw = tb_to_switch(parent); in tb_xdomain_alloc()