Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thunderbolt/
Dswitch.c115 if (tb_switch_is_usb4(sw)) in nvm_validate_and_write()
237 if (tb_switch_is_usb4(sw)) { in nvm_readable()
262 if (tb_switch_is_usb4(sw)) { in nvm_authenticate()
299 if (tb_switch_is_usb4(sw)) in tb_switch_nvm_read()
577 if (tb_switch_is_usb4(port->sw) && !tb_port_is_null(port)) in tb_port_add_nfc_credits()
623 if (tb_switch_is_usb4(port->sw)) in tb_port_unlock()
1213 if (tb_switch_is_usb4(port->sw)) in tb_port_start_lane_initialization()
1388 if (tb_switch_is_usb4(port->sw)) in tb_dp_port_set_hops()
1559 if (tb_switch_is_icm(sw) || tb_switch_is_usb4(sw)) in tb_plug_events_active()
2123 if (tb_switch_is_usb4(sw)) { in tb_switch_uevent()
[all …]
Dclx.c81 if (tb_switch_is_usb4(port->sw)) { in tb_port_clx_supported()
295 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_switch_clx_is_supported()
Deeprom.c659 if (tb_switch_is_usb4(sw)) { in tb_drom_host_read()
681 if (tb_switch_is_usb4(sw)) { in tb_drom_device_read()
Dtb.c454 if (tb_switch_is_usb4(port->sw)) in tb_port_configure_xdomain()
461 if (tb_switch_is_usb4(port->sw)) in tb_port_unconfigure_xdomain()
1115 if (tb_switch_is_usb4(sw)) { in tb_find_pcie_down()
2104 tb->root_switch->no_nvm_upgrade = !tb_switch_is_usb4(tb->root_switch); in tb_start()
2106 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
Dtmu.c337 if (tb_switch_is_usb4(sw)) { in tb_switch_tmu_set_time_disruption()
455 if (!tb_switch_is_usb4(sw)) in tb_switch_tmu_post_time()
Dpath.c429 if (!tb_switch_is_usb4(port->sw)) { in __tb_path_deactivate_hop()
Dtunnel.c382 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_dp_is_usb4()
785 if (!tb_switch_is_usb4(sw)) in tb_dp_init()
Dusb4.c1035 if (tb_switch_is_icm(sw) || !tb_switch_is_usb4(sw)) in usb4_switch_add_ports()
2262 if (!tb_switch_is_usb4(port->sw)) in is_usb4_dpin()
Dtb.h1216 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) in tb_switch_is_usb4() function
Ddebugfs.c1346 if (tb_switch_is_usb4(sw)) in switch_basic_regs_show()