Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dswitch.c711 struct tb_switch *sw = tb_to_switch(dev); in authorized_show()
772 struct tb_switch *sw = tb_to_switch(dev); in authorized_store()
791 struct tb_switch *sw = tb_to_switch(dev); in boot_show()
800 struct tb_switch *sw = tb_to_switch(dev); in device_show()
809 struct tb_switch *sw = tb_to_switch(dev); in device_name_show()
818 struct tb_switch *sw = tb_to_switch(dev); in key_show()
836 struct tb_switch *sw = tb_to_switch(dev); in key_store()
870 struct tb_switch *sw = tb_to_switch(dev); in nvm_authenticate_show()
880 struct tb_switch *sw = tb_to_switch(dev); in nvm_authenticate_store()
936 struct tb_switch *sw = tb_to_switch(dev); in nvm_version_show()
[all …]
Ddomain.c578 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch()
605 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_approve_switch_key()
642 parent_sw = tb_to_switch(sw->dev.parent); in tb_domain_challenge_switch_key()
Dicm.c531 parent_sw = tb_to_switch(sw->dev.parent); in remove_switch()
571 sw = tb_to_switch(xd->dev.parent); in remove_xdomain()
609 parent_sw = tb_to_switch(sw->dev.parent); in icm_fr_device_connected()
1048 parent_sw = tb_to_switch(sw->dev.parent); in icm_tr_device_connected()
Dtb.h424 static inline struct tb_switch *tb_to_switch(struct device *dev) in tb_to_switch() function