Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dswitch.c162 if (tb_switch_is_usb4(sw)) in nvm_validate_and_write()
282 if (tb_switch_is_usb4(sw)) { in nvm_readable()
306 if (tb_switch_is_usb4(sw)) in nvm_read()
315 if (tb_switch_is_usb4(sw)) in nvm_authenticate()
608 if (tb_switch_is_usb4(port->sw) && !tb_port_is_null(port)) in tb_port_add_nfc_credits()
671 if (tb_switch_is_usb4(port->sw)) in tb_port_unlock()
1316 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
1849 if (tb_switch_is_usb4(sw)) in tb_switch_get_generation()
1866 if (tb_switch_is_usb4(sw) || in tb_switch_exceeds_max_depth()
1867 (sw->tb->root_switch && tb_switch_is_usb4(sw->tb->root_switch))) in tb_switch_exceeds_max_depth()
[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.c517 if (tb_switch_is_usb4(sw)) in tb_drom_read_n()
551 if (tb_switch_is_usb4(sw)) { in tb_drom_read()
Dtb.c160 if (tb_switch_is_usb4(port->sw)) in tb_port_configure_xdomain()
167 if (tb_switch_is_usb4(port->sw)) in tb_port_unconfigure_xdomain()
757 if (tb_switch_is_usb4(sw)) { in tb_find_pcie_down()
1298 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
Ddebugfs.c485 if (tb_switch_is_usb4(sw)) in switch_basic_regs_show()
Dtb.h801 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) in tb_switch_is_usb4() function
Dtunnel.c256 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_dp_is_usb4()