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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dcdc-wdm.c81 u16 wMaxCommand; member in struct:wdm_device
217 req->wLength = cpu_to_le16(desc->wMaxCommand);
226 desc->wMaxCommand,
284 desc->wMaxCommand,
302 if (count > desc->wMaxCommand)
303 count = desc->wMaxCommand;
646 maxcom = le16_to_cpu(dmhd->wMaxCommand);
668 desc->wMaxCommand = maxcom;
704 desc->ubuf = kmalloc(desc->wMaxCommand, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcdc.h146 __le16 wMaxCommand; member in struct:usb_cdc_dmm_desc

Completed in 101 milliseconds