Lines Matching defs:wMaxCommand
67 /* CDC-WMC r1.1 requires wMaxCommand to be "at least 256 decimal (0x100)" */
92 u16 wMaxCommand;
217 if (length + desc->length > desc->wMaxCommand) {
383 if (count > desc->wMaxCommand)
384 count = desc->wMaxCommand;
798 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand)))
1032 desc->wMaxCommand = bufsize;
1066 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
1074 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
1093 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand);
1102 desc->wMaxCommand,
1158 maxcom = le16_to_cpu(hdr.usb_cdc_dmm_desc->wMaxCommand);