Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dclx.c341 (usb4_switch_version(parent_sw) < 2 || in tb_switch_clx_enable()
342 usb4_switch_version(sw) < 2)) in tb_switch_clx_enable()
H A Ddebugfs.c1168 if (usb4_switch_version(port->sw) < 2) in port_cap_show()
1180 if (usb4_switch_version(port->sw) < 2) in port_cap_show()
1185 if (usb4_switch_version(port->sw) < 2) in port_cap_show()
H A Dtb.h1246 static inline unsigned int usb4_switch_version(const struct tb_switch *sw) in usb4_switch_version() function
1259 return usb4_switch_version(sw) > 0; in tb_switch_is_usb4()
H A Dtmu.c60 return usb4_switch_version(sw) > 1; in tb_switch_tmu_enhanced_is_supported()
H A Dswitch.c2291 usb4_switch_version(sw))) in tb_switch_uevent()
2603 if (usb4_switch_version(sw) < 2) in tb_switch_configure()
H A Dtb.c2706 if (reset && usb4_switch_version(tb->root_switch) == 1) { in tb_start()