Lines Matching refs:wValue
47 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
228 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument
244 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control()
265 switch (wValue) { in vhci_hub_control()
297 wValue); in vhci_hub_control()
298 dum->port_status[rhport] &= ~(1 << wValue); in vhci_hub_control()
361 switch (wValue) { in vhci_hub_control()
383 wValue); in vhci_hub_control()
384 dum->port_status[rhport] |= (1 << wValue); in vhci_hub_control()
520 ctrlreq->wValue, vdev->rhport); in vhci_urb_enqueue()
538 if (ctrlreq->wValue == cpu_to_le16(USB_DT_DEVICE << 8)) in vhci_urb_enqueue()
551 ctrlreq->wValue); in vhci_urb_enqueue()