Home
last modified time | relevance | path

Searched refs:tb_switch_put (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dicm.c603 tb_switch_put(sw); in alloc_switch()
761 tb_switch_put(sw); in icm_fr_device_connected()
770 tb_switch_put(sw); in icm_fr_device_connected()
780 tb_switch_put(sw); in icm_fr_device_connected()
799 tb_switch_put(sw); in icm_fr_device_connected()
820 tb_switch_put(parent_sw); in icm_fr_device_connected()
840 tb_switch_put(sw); in icm_fr_device_connected()
846 tb_switch_put(parent_sw); in icm_fr_device_connected()
874 tb_switch_put(sw); in icm_fr_device_disconnected()
948 tb_switch_put(sw); in icm_fr_xdomain_connected()
[all …]
H A Dtb.c601 tb_switch_put(sw); in tb_scan_port()
630 tb_switch_put(sw); in tb_scan_port()
1207 tb_switch_put(sw); in tb_handle_hotplug()
1306 tb_switch_put(tb->root_switch); in tb_start()
1313 tb_switch_put(tb->root_switch); in tb_start()
H A Dtb.h684 static inline void tb_switch_put(struct tb_switch *sw) in tb_switch_put() function