Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A 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 …]
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dcdc.h153 __le16 wMaxCommand; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dcdc.h153 __le16 wMaxCommand; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dcdc.h153 __le16 wMaxCommand; member