Lines Matching refs:wValue
456 static void xhci_clear_port_change_bit(struct xhci_hcd *xhci, u16 wValue, in xhci_clear_port_change_bit() argument
462 switch (wValue) { in xhci_clear_port_change_bit()
863 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in xhci_hub_control() argument
894 wValue != (USB_DT_SS_HUB << 8))) { in xhci_hub_control()
903 if ((wValue & 0xff00) != (USB_DT_BOS << 8)) in xhci_hub_control()
932 if (wValue == 0x02) { in xhci_hub_control()
946 if (wValue == USB_PORT_FEAT_LINK_STATE) in xhci_hub_control()
948 if (wValue == USB_PORT_FEAT_REMOTE_WAKE_MASK) in xhci_hub_control()
963 switch (wValue) { in xhci_hub_control()
1142 switch (wValue) { in xhci_hub_control()
1182 xhci_clear_port_change_bit(xhci, wValue, wIndex, in xhci_hub_control()