Home
last modified time | relevance | path

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

/Linux-v5.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()
1349 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
1398 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
1420 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
1429 struct tb_switch *sw = tb_to_switch(dev); in device_show()
1438 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
1447 struct tb_switch *sw = tb_to_switch(dev); in generation_show()
1456 struct tb_switch *sw = tb_to_switch(dev); in key_show()
1474 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.c1020 parent_sw = tb_to_switch(sw->dev.parent); in tb_tunnel_pci()
1048 sw = tb_to_switch(xd->dev.parent); in tb_approve_xdomain_paths()
1080 sw = tb_to_switch(xd->dev.parent); in __tb_disconnect_xdomain_paths()
1264 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()