Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A 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()
1764 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1774 sw = tb_to_switch(dev); in disapprove_switch()
1852 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1874 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1883 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1892 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1901 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1910 struct tb_switch *sw = tb_to_switch(dev); in key_show()
[all …]
H A 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()
H A Ddomain.c651 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
678 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
715 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
H A Dacpi.c350 return tb_acpi_switch_find_companion(tb_to_switch(dev)); in tb_acpi_find_companion()
H A Dtb.h840 static inline struct tb_switch *tb_to_switch(const struct device *dev) in tb_to_switch() function
849 return tb_to_switch(sw->dev.parent); in tb_switch_parent()
1208 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
H A Dtb.c343 sw = tb_to_switch(dev); in tb_increase_switch_tmu_accuracy()
388 struct tb_switch *sw = tb_to_switch(dev); in tb_switch_tmu_hifi_uni_required()
2114 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
2162 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
2640 struct tb_switch *sw = tb_to_switch(dev); in tb_scan_finalize_switch()
H A Dicm.c714 sw = tb_to_switch(xd->dev.parent); in remove_xdomain()
2025 struct tb_switch *sw = tb_to_switch(dev); in complete_rpm()
H A Dxdomain.c1914 struct tb_switch *parent_sw = tb_to_switch(parent); in tb_xdomain_alloc()