Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dswitch.c332 struct tb_switch *sw = tb_to_switch(nvm->dev); in tb_switch_nvm_read()
356 struct tb_switch *sw = tb_to_switch(nvm->dev); in tb_switch_nvm_write()
1343 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1392 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1414 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1423 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1432 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1441 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1450 struct tb_switch *sw = tb_to_switch(dev); in key_show()
1468 struct tb_switch *sw = tb_to_switch(dev); in key_store()
[all …]
Ddomain.c621 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
648 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
685 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
Dtb.c1024 parent_sw = tb_to_switch(sw->dev.parent); in tb_tunnel_pci()
1052 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
1084 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
1268 struct tb_switch *sw = tb_to_switch(dev); in tb_scan_finalize_switch()
Dicm.c656 parent_sw = tb_to_switch(sw->dev.parent); in remove_switch()
696 sw = tb_to_switch(xd->dev.parent); in remove_xdomain()
738 parent_sw = tb_to_switch(sw->dev.parent); in icm_fr_device_connected()
1206 parent_sw = tb_to_switch(sw->dev.parent); in __icm_tr_device_connected()
1970 struct tb_switch *sw = tb_to_switch(dev); in complete_rpm()
Dtb.h694 static inline struct tb_switch *tb_to_switch(struct device *dev) in tb_to_switch() function
703 return tb_to_switch(sw->dev.parent); in tb_switch_parent()
Dxdomain.c1275 struct tb_switch *parent_sw = tb_to_switch(parent); in tb_xdomain_alloc()