Home
last modified time | relevance | path

Searched refs:cap_usb4 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/thunderbolt/
Dusb4.c185 if (!port->cap_usb4) in usb4_switch_check_wakes()
189 port->cap_usb4 + PORT_CS_18, 1)) in usb4_switch_check_wakes()
215 if (!port->cap_usb4) in link_is_usb4()
219 port->cap_usb4 + PORT_CS_18, 1)) in link_is_usb4()
396 ret = tb_port_read(up, &val, TB_CFG_PORT, up->cap_usb4 + PORT_CS_18, 1); in usb4_switch_lane_bonding_possible()
428 if (!port->cap_usb4) in usb4_switch_set_wake()
432 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
455 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
1043 if (!port->cap_usb4) in usb4_switch_add_ports()
1121 if (!port->cap_usb4) in usb4_port_set_configured()
[all …]
Dswitch.c719 port->cap_usb4 = cap; in tb_init_port()
726 if (port->cap_usb4) { in tb_init_port()
2888 if (!port->cap_usb4) in tb_switch_port_hotplug_enable()
Dtb.h276 int cap_usb4; member