Home
last modified time | relevance | path

Searched refs:wMaxCommand (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/class/
H A Dcdc-wdm.c92 u16 wMaxCommand; member
221 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()
387 if (count > desc->wMaxCommand) in wdm_write()
388 count = desc->wMaxCommand; in wdm_write()
793 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()
1038 desc->wMaxCommand = bufsize; in wdm_create()
1072 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1080 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1099 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()
1108 desc->wMaxCommand, in wdm_create()
[all …]
/linux/include/uapi/linux/usb/
H A Dcdc.h157 __le16 wMaxCommand; member