Home
last modified time | relevance | path

Searched refs:tb_switch_is_usb4 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/thunderbolt/
Dswitch.c157 if (tb_switch_is_usb4(sw)) in nvm_validate_and_write()
277 if (tb_switch_is_usb4(sw)) { in nvm_readable()
301 if (tb_switch_is_usb4(sw)) in nvm_read()
310 if (tb_switch_is_usb4(sw)) { in nvm_authenticate()
622 if (tb_switch_is_usb4(port->sw) && !tb_port_is_null(port)) in tb_port_add_nfc_credits()
665 if (tb_switch_is_usb4(port->sw)) in tb_port_unlock()
762 if (tb_switch_is_usb4(port->sw)) { in tb_init_port()
1157 if (tb_switch_is_usb4(port->sw)) in tb_port_start_lane_initialization()
1464 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
2076 if (tb_switch_is_usb4(sw)) in tb_switch_get_generation()
[all …]
Dtmu.c219 if (!tb_switch_is_usb4(sw)) in tb_switch_tmu_post_time()
302 if (!tb_switch_is_usb4(sw)) in tb_switch_tmu_disable()
343 if (!tb_switch_is_usb4(sw)) in tb_switch_tmu_enable()
Deeprom.c542 if (tb_switch_is_usb4(sw)) in tb_drom_read_n()
627 if (tb_switch_is_usb4(sw)) { in tb_drom_read()
Dtb.c167 if (tb_switch_is_usb4(port->sw)) in tb_port_configure_xdomain()
174 if (tb_switch_is_usb4(port->sw)) in tb_port_unconfigure_xdomain()
775 if (tb_switch_is_usb4(sw)) { in tb_find_pcie_down()
1352 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
Dpath.c415 if (!tb_switch_is_usb4(port->sw)) { in __tb_path_deactivate_hop()
Ddebugfs.c496 if (tb_switch_is_usb4(sw)) in switch_basic_regs_show()
Dtb.h860 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) in tb_switch_is_usb4() function
Dtunnel.c334 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_dp_is_usb4()
Dusb4.c1010 if (tb_switch_is_icm(sw) || !tb_switch_is_usb4(sw)) in usb4_switch_add_ports()