Searched refs:tb_switch_is_usb4 (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/thunderbolt/
H A Dswitch.c115 if (tb_switch_is_usb4(sw))
237 if (tb_switch_is_usb4(sw)) {
262 if (tb_switch_is_usb4(sw)) {
299 if (tb_switch_is_usb4(sw))
578 if (tb_switch_is_usb4(port->sw) && !tb_port_is_null(port))
624 if (tb_switch_is_usb4(port->sw))
681 if (tb_switch_is_usb4(port->sw))
1269 if (tb_switch_is_usb4(port->sw))
1444 if (tb_switch_is_usb4(port->sw))
1710 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(s
[all...]
H A Dclx.c81 if (tb_switch_is_usb4(port->sw)) {
196 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw);
H A Deeprom.c659 if (tb_switch_is_usb4(sw)) {
681 if (tb_switch_is_usb4(sw)) {
H A Dtb.c372 if (tb_switch_is_usb4(port->sw))
379 if (tb_switch_is_usb4(port->sw))
1747 if (tb_switch_is_usb4(sw)) {
2822 tb->root_switch->no_nvm_upgrade = !tb_switch_is_usb4(tb->root_switch);
2824 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch);
2853 if (reset && tb_switch_is_usb4(tb->root_switch)) {
2942 if (!tb_switch_is_usb4(tb->root_switch))
H A Dtmu.c337 if (tb_switch_is_usb4(sw)) {
455 if (!tb_switch_is_usb4(sw))
H A Dpath.c429 if (!tb_switch_is_usb4(port->sw)) {
H A Dtunnel.c459 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw);
865 if (!tb_switch_is_usb4(sw))
H A Dusb4.c1036 if (tb_switch_is_icm(sw) || !tb_switch_is_usb4(sw))
2379 if (!tb_switch_is_usb4(port->sw))
H A Ddebugfs.c1346 if (tb_switch_is_usb4(sw))
H A Dtb.h1281 * tb_switch_is_usb4() - Is the switch USB4 compliant
1286 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) function

Completed in 173 milliseconds