Lines Matching refs:wValue
124 u32 config = le16_to_cpu(ctrl_req->wValue);
217 u32 wValue;
220 wValue = le16_to_cpu(ctrl->wValue);
224 switch (wValue) {
268 u32 wValue;
270 wValue = le16_to_cpu(ctrl->wValue);
272 switch (wValue) {
287 u8 wValue;
289 wValue = le16_to_cpu(ctrl->wValue);
292 if (wValue != USB_ENDPOINT_HALT)
298 switch (wValue) {
304 dev_warn(pdev->dev, "WARN Incorrect wValue %04x\n", wValue);
335 le16_to_cpu(ctrl->wValue));