Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c996 if (ep->vdev->flags & VDEV_PORT_ERROR) in xhci_handle_halted_endpoint()
2051 vdev->flags |= VDEV_PORT_ERROR; in handle_port_status()
2053 vdev->flags &= ~VDEV_PORT_ERROR; in handle_port_status()
H A Dxhci.h759 #define VDEV_PORT_ERROR BIT(0) /* Port error, link inactive */ macro
H A Dxhci.c1670 if (xhci->devs[slot_id]->flags & VDEV_PORT_ERROR) { in xhci_urb_enqueue()