Lines Matching defs:wMaxCommand
64 /* CDC-WMC r1.1 requires wMaxCommand to be "at least 256 decimal (0x100)" */
89 u16 wMaxCommand;
204 if (length + desc->length > desc->wMaxCommand) {
369 if (count > desc->wMaxCommand)
370 count = desc->wMaxCommand;
779 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand)))
865 desc->wMaxCommand = bufsize;
897 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
905 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
924 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand);
933 desc->wMaxCommand,
986 maxcom = le16_to_cpu(hdr.usb_cdc_dmm_desc->wMaxCommand);