Searched refs:wMaxCommand (Results 1 – 1 of 1) sorted by relevance
89 u16 wMaxCommand; member192 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()336 if (count > desc->wMaxCommand) in wdm_write()337 count = desc->wMaxCommand; in wdm_write()698 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()768 desc->wMaxCommand = bufsize; in wdm_create()799 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()807 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()826 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()835 desc->wMaxCommand, in wdm_create()[all …]