Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dswitch.c307 struct tb_switch *sw = tb_to_switch(nvm->dev); in nvm_read()
330 struct tb_switch *sw = tb_to_switch(nvm->dev); in nvm_write()
1598 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1608 sw = tb_to_switch(dev); in disapprove_switch()
1686 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1708 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1717 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1726 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1735 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1744 struct tb_switch *sw = tb_to_switch(dev); in key_show()
[all …]
Dnvm.c58 struct tb_switch *sw = tb_to_switch(nvm->dev); in intel_switch_nvm_version()
91 struct tb_switch *sw = tb_to_switch(nvm->dev); in intel_switch_nvm_validate()
138 struct tb_switch *sw = tb_to_switch(nvm->dev); in intel_switch_nvm_write_headers()
162 struct tb_switch *sw = tb_to_switch(nvm->dev); in asmedia_switch_nvm_version()
292 const struct tb_switch *sw = tb_to_switch(dev); in tb_nvm_alloc()
Ddomain.c650 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
677 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
714 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
Dacpi.c350 return tb_acpi_switch_find_companion(tb_to_switch(dev)); in tb_acpi_find_companion()
Dtb.h841 static inline struct tb_switch *tb_to_switch(const struct device *dev) in tb_to_switch() function
850 return tb_to_switch(sw->dev.parent); in tb_switch_parent()
1167 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
Dtb.c302 sw = tb_to_switch(dev); in tb_increase_switch_tmu_accuracy()
1565 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
1613 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
2069 struct tb_switch *sw = tb_to_switch(dev); in tb_scan_finalize_switch()
Dicm.c714 sw = tb_to_switch(xd->dev.parent); in remove_xdomain()
2025 struct tb_switch *sw = tb_to_switch(dev); in complete_rpm()
Dxdomain.c1914 struct tb_switch *parent_sw = tb_to_switch(parent); in tb_xdomain_alloc()