Lines Matching defs:ctrl
70 const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen);
633 const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen)
645 if (dev == NULL || driver == NULL || ctrl == NULL)
657 w_value = UGETW(ctrl->wValue);
659 req_type = ctrl->bmRequestType;
664 switch (ctrl->bRequest)
675 usbclass_hid_get_report(dev, UGETW(ctrl->wLength));
687 switch (ctrl->bRequest)
698 req->len = MIN(UGETW(ctrl->wLength), HID_IN_DATA_SIZE);
718 req->len = MIN(UGETW(ctrl->wLength), HID_IN_DATA_SIZE);