Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/class/
Dcdc-wdm.c92 u16 wMaxCommand; member
217 if (length + desc->length > desc->wMaxCommand) { in wdm_in_callback()
383 if (count > desc->wMaxCommand) in wdm_write()
384 count = desc->wMaxCommand; in wdm_write()
798 if (copy_to_user((void __user *)arg, &desc->wMaxCommand, sizeof(desc->wMaxCommand))) in wdm_ioctl()
1032 desc->wMaxCommand = bufsize; in wdm_create()
1066 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1074 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL); in wdm_create()
1093 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand); in wdm_create()
1102 desc->wMaxCommand, in wdm_create()
[all …]
/linux-6.6.21/include/uapi/linux/usb/
Dcdc.h153 __le16 wMaxCommand; member