Lines Matching defs:crq
378 struct usb_ctrlrequest *crq)
383 wValue = le16_to_cpu(crq->wValue);
384 wIndex = le16_to_cpu(crq->wIndex);
385 wLength = le16_to_cpu(crq->wLength);
398 switch ((crq->bRequestType << 8) | crq->bRequest) {
741 struct usb_ctrlrequest *crq)
745 wValue = le16_to_cpu(crq->wValue);
746 wIndex = le16_to_cpu(crq->wIndex);
747 wLength = le16_to_cpu(crq->wLength);
749 switch ((crq->bRequestType << 8) | crq->bRequest) {