Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/class/
Dcdc-wdm.c89 u16 wMaxCommand; member
204 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()
369 if (count > desc->wMaxCommand) in wdm_write()
370 count = desc->wMaxCommand; in wdm_write()
779 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()
865 desc->wMaxCommand = bufsize; in wdm_create()
897 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
905 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
924 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()
933 desc->wMaxCommand, in wdm_create()
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
Dcdc.h120 __le16 wMaxCommand; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
Dcdc.h109 __le16 wMaxCommand; member
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dcdc.h153 __le16 wMaxCommand; member