Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c910 if (ep->vdev->flags & VDEV_PORT_ERROR) in xhci_handle_halted_endpoint()
1895 xhci->devs[slot_id]->flags |= VDEV_PORT_ERROR; in handle_port_status()
Dxhci.h1030 #define VDEV_PORT_ERROR BIT(0) /* Port error, link inactive */ macro
Dxhci.c1660 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) { in xhci_urb_enqueue()