Lines Matching refs:wValue
34 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
315 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument
335 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control()
373 switch (wValue) { in vhci_hub_control()
398 wValue); in vhci_hub_control()
399 if (wValue >= 32) in vhci_hub_control()
401 vhci_hcd->port_status[rhport] &= ~(1 << wValue); in vhci_hub_control()
409 wValue != (USB_DT_SS_HUB << 8))) { in vhci_hub_control()
422 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
502 switch (wValue) { in vhci_hub_control()
598 wValue); in vhci_hub_control()
603 if (wValue >= 32) in vhci_hub_control()
608 vhci_hcd->port_status[rhport] |= (1 << wValue); in vhci_hub_control()
613 vhci_hcd->port_status[rhport] |= (1 << wValue); in vhci_hub_control()
637 typeReq, wValue, wIndex, wLength); in vhci_hub_control()
762 ctrlreq->wValue, vdev->rhport); in vhci_urb_enqueue()
780 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
793 ctrlreq->wValue); in vhci_urb_enqueue()