Home
last modified time | relevance | path

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

/linux-6.15/drivers/thunderbolt/
H A 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()
2342 if (tb_switch_is_usb4(sw)) in tb_switch_get_generation()
2632 if (tb_switch_is_usb4(sw)) in tb_switch_configuration_valid()
2814 if (tb_switch_is_usb4(sw)) in tb_switch_lane_bonding_possible()
3447 if (tb_switch_is_usb4(sw)) in tb_switch_set_wake()
3607 if (tb_switch_is_usb4(sw)) in tb_switch_suspend()
3623 if (tb_switch_is_usb4(sw)) in tb_switch_query_dp_resource()
[all …]
H A Dclx.c81 if (tb_switch_is_usb4(port->sw)) { in tb_port_clx_supported()
196 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_switch_clx_is_supported()
H A Deeprom.c669 if (tb_switch_is_usb4(sw)) { in tb_drom_host_read()
691 if (tb_switch_is_usb4(sw)) { in tb_drom_device_read()
H A Dtb.c420 if (tb_switch_is_usb4(port->sw)) in tb_port_configure_xdomain()
427 if (tb_switch_is_usb4(port->sw)) in tb_port_unconfigure_xdomain()
1806 if (tb_switch_is_usb4(sw)) { in tb_find_pcie_down()
2980 tb->root_switch->no_nvm_upgrade = !tb_switch_is_usb4(tb->root_switch); in tb_start()
2982 tb->root_switch->rpm = tb_switch_is_usb4(tb->root_switch); in tb_start()
3011 if (reset && tb_switch_is_usb4(tb->root_switch)) { in tb_start()
3102 if (!tb_switch_is_usb4(tb->root_switch)) in tb_resume_noirq()
H A 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()
H A Dpath.c429 if (!tb_switch_is_usb4(port->sw)) { in __tb_path_deactivate_hop()
H A Dtunnel.c512 return tb_switch_is_usb4(sw) || tb_switch_is_titan_ridge(sw); in tb_dp_is_usb4()
918 if (!tb_switch_is_usb4(sw)) in tb_dp_pre_activate()
H A Dusb4.c1034 if (tb_switch_is_icm(sw) || !tb_switch_is_usb4(sw)) in usb4_switch_add_ports()
2412 if (!tb_switch_is_usb4(port->sw)) in is_usb4_dpin()
H A Dtb.h1295 static inline bool tb_switch_is_usb4(const struct tb_switch *sw) in tb_switch_is_usb4() function
H A Ddebugfs.c2186 if (tb_switch_is_usb4(sw)) in switch_basic_regs_show()