pStringDesc 445 drivers/usb/serial/io_edgeport.c struct usb_string_descriptor *pStringDesc; pStringDesc 453 drivers/usb/serial/io_edgeport.c pStringDesc = kmalloc(StringDesc.bLength, GFP_KERNEL); pStringDesc 454 drivers/usb/serial/io_edgeport.c if (!pStringDesc) pStringDesc 457 drivers/usb/serial/io_edgeport.c if (!usb_get_descriptor(dev, USB_DT_STRING, Id, pStringDesc, pStringDesc 459 drivers/usb/serial/io_edgeport.c kfree(pStringDesc); pStringDesc 463 drivers/usb/serial/io_edgeport.c *pRetDesc = pStringDesc;