Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A 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()
1310 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
1841 if (tb_switch_is_usb4(sw)) in tb_switch_get_generation()
1858 if (tb_switch_is_usb4(sw) || in tb_switch_exceeds_max_depth()
1859 (sw->tb->root_switch && tb_switch_is_usb4(sw->tb->root_switch))) in tb_switch_exceeds_max_depth()
[all …]
H A 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()
H A Deeprom.c517 if (tb_switch_is_usb4(sw)) in tb_drom_read_n()
551 if (tb_switch_is_usb4(sw)) { in tb_drom_read()
H A Dtb.c164 if (tb_switch_is_usb4(port->sw)) in tb_port_configure_xdomain()
171 if (tb_switch_is_usb4(port->sw)) in tb_port_unconfigure_xdomain()
761 if (tb_switch_is_usb4(sw)) { in tb_find_pcie_down()
1302 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
H A Ddebugfs.c485 if (tb_switch_is_usb4(sw)) in switch_basic_regs_show()
H A Dtb.h801 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) in tb_switch_is_usb4() function
H A Dtunnel.c256 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_dp_is_usb4()