Searched refs:wMaxCommand (Results 1 – 2 of 2) sorted by relevance
86 u16 wMaxCommand; member201 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()355 if (count > desc->wMaxCommand) in wdm_write()356 count = desc->wMaxCommand; in wdm_write()719 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()804 desc->wMaxCommand = bufsize; in wdm_create()836 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()844 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()863 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()872 desc->wMaxCommand, in wdm_create()[all …]
153 __le16 wMaxCommand; member