Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c594 struct usb_string_descriptor StringDesc; in get_string() local
599 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, sizeof(StringDesc))) { in get_string()
603 pStringDesc = kmalloc (StringDesc.bLength, GFP_KERNEL); in get_string()
609 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc, StringDesc.bLength )) { in get_string()
629 struct usb_string_descriptor StringDesc;
634 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, &StringDesc, sizeof(StringDesc))) {
638 pStringDesc = kmalloc (StringDesc.bLength, GFP_KERNEL);
644 if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc, StringDesc.bLength )) {