Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dvhci_hcd.c556 struct usb_ctrlrequest *ctrlreq = in vhci_urb_enqueue() local
559 if (type != PIPE_CONTROL || !ctrlreq) { in vhci_urb_enqueue()
565 switch (ctrlreq->bRequest) { in vhci_urb_enqueue()
569 ctrlreq->wValue, vdev->rhport); in vhci_urb_enqueue()
588 if (ctrlreq->wValue == (USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
601 "wValue %u\n", ctrlreq->bRequest, in vhci_urb_enqueue()
602 ctrlreq->wValue); in vhci_urb_enqueue()