Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dusb4.c187 if (!port->cap_usb4) in usb4_switch_check_wakes()
191 port->cap_usb4 + PORT_CS_18, 1)) in usb4_switch_check_wakes()
217 if (!port->cap_usb4) in link_is_usb4()
221 port->cap_usb4 + PORT_CS_18, 1)) in link_is_usb4()
404 ret = tb_port_read(up, &val, TB_CFG_PORT, up->cap_usb4 + PORT_CS_18, 1); in usb4_switch_lane_bonding_possible()
438 if (!port->cap_usb4) in usb4_switch_set_wake()
442 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
463 port->cap_usb4 + PORT_CS_19, 1); in usb4_switch_set_wake()
1085 if (!port->cap_usb4) in usb4_switch_add_ports()
1175 if (!port->cap_usb4) in usb4_port_reset()
[all …]
H A Dswitch.c691 return port->cap_usb4 ? usb4_port_reset(port) : 0; in tb_port_reset()
736 port->cap_usb4 = cap; in tb_init_port()
743 if (port->cap_usb4) { in tb_init_port()
3275 if (!port->cap_usb4) in tb_switch_port_hotplug_enable()
H A Dtb.h288 int cap_usb4; member