Home
last modified time | relevance | path

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

/linux-6.14.4/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()
1749 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1759 sw = tb_to_switch(dev); in disapprove_switch()
1837 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1859 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1868 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1877 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1886 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1895 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.c655 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
682 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
719 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
Dacpi.c330 return tb_acpi_switch_find_companion(tb_to_switch(dev)); in tb_acpi_find_companion()
Dtb.h879 static inline struct tb_switch *tb_to_switch(const struct device *dev) in tb_to_switch() function
888 return tb_to_switch(sw->dev.parent); in tb_switch_parent()
1246 return tb_to_switch(xd->dev.parent); in tb_xdomain_parent()
Dtb.c260 sw = tb_to_switch(dev); in tb_increase_switch_tmu_accuracy()
305 struct tb_switch *sw = tb_to_switch(dev); in tb_switch_tmu_hifi_uni_required()
2298 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
2346 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
2932 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.c1963 struct tb_switch *parent_sw = tb_to_switch(parent); in tb_xdomain_alloc()