Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dusb4.c186 if (!port->cap_usb4) in usb4_switch_check_wakes()
190 port->cap_usb4 + PORT_CS_18, 1)) in usb4_switch_check_wakes()
216 if (!port->cap_usb4) in link_is_usb4()
220 port->cap_usb4 + PORT_CS_18, 1)) in link_is_usb4()
395 ret = tb_port_read(up, &val, TB_CFG_PORT, up->cap_usb4 + PORT_CS_18, 1); in usb4_switch_lane_bonding_possible()
427 if (!port->cap_usb4) in usb4_switch_set_wake()
431 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
454 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
1042 if (!port->cap_usb4) in usb4_switch_add_ports()
1126 if (!port->cap_usb4) in usb4_port_reset()
[all …]
H A Dswitch.c682 return port->cap_usb4 ? usb4_port_reset(port) : 0; in tb_port_reset()
727 port->cap_usb4 = cap; in tb_init_port()
734 if (port->cap_usb4) { in tb_init_port()
3228 if (!port->cap_usb4) in tb_switch_port_hotplug_enable()
H A Dtb.h283 int cap_usb4; member