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 vhci_hcd->port_status[rhport] &= ~(1 << wValue); in vhci_hub_control()
407 wValue != (USB_DT_SS_HUB << 8))) { in vhci_hub_control()
420 if ((wValue >> 8) != USB_DT_BOS) in vhci_hub_control()
494 switch (wValue) { in vhci_hub_control()
591 wValue); in vhci_hub_control()
599 vhci_hcd->port_status[rhport] |= (1 << wValue); in vhci_hub_control()
604 vhci_hcd->port_status[rhport] |= (1 << wValue); in vhci_hub_control()
628 typeReq, wValue, wIndex, wLength); in vhci_hub_control()
753 ctrlreq->wValue, vdev->rhport); in vhci_urb_enqueue()
771 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
784 ctrlreq->wValue); in vhci_urb_enqueue()