Lines Matching refs:wMaxCommand
92 u16 wMaxCommand; member
217 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()
383 if (count > desc->wMaxCommand) in wdm_write()
384 count = desc->wMaxCommand; in wdm_write()
798 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()
1031 desc->wMaxCommand = bufsize; in wdm_create()
1065 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1073 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1092 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()
1101 desc->wMaxCommand, in wdm_create()
1157 maxcom = le16_to_cpu(hdr.usb_cdc_dmm_desc->wMaxCommand); in wdm_probe()