Searched refs:wMaxCommand (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-wdm.c63 /* CDC-WMC r1.1 requires wMaxCommand to be "at least 256 decimal (0x100)" */
88 u16 wMaxCommand; member in struct:wdm_device
190 if (length + desc->length > desc->wMaxCommand) {
328 if (count > desc->wMaxCommand)
329 count = desc->wMaxCommand;
700 desc->wMaxCommand = bufsize;
731 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
739 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
758 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand);
767 desc->wMaxCommand,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/class/
H A Dcdc-wdm.c63 /* CDC-WMC r1.1 requires wMaxCommand to be "at least 256 decimal (0x100)" */
88 u16 wMaxCommand; member in struct:wdm_device
190 if (length + desc->length > desc->wMaxCommand) {
328 if (count > desc->wMaxCommand)
329 count = desc->wMaxCommand;
700 desc->wMaxCommand = bufsize;
731 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
739 desc->inbuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
758 desc->irq->wLength = cpu_to_le16(desc->wMaxCommand);
767 desc->wMaxCommand,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/usb/
H A Dcdc.h151 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/usb/
H A Dcdc.h151 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/usb/
H A Dcdc.h146 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/usb/
H A Dcdc.h146 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/usb/
H A Dcdc.h146 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc

Completed in 189 milliseconds