Searched refs:UsbCtrlGetDesc (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbDesc.c | 486 UsbCtrlGetDesc ( in UsbCtrlGetDesc() function 539 Status = UsbCtrlGetDesc (UsbDev, USB_DESC_TYPE_DEVICE, 0, 0, &DevDesc, 8); in UsbGetMaxPacketSize0() 580 Status = UsbCtrlGetDesc ( in UsbGetDevDesc() 625 Status = UsbCtrlGetDesc (UsbDev, USB_DESC_TYPE_STRING, Index, LangId, &Desc, 2); in UsbGetOneString() 637 Status = UsbCtrlGetDesc ( in UsbGetOneString() 733 Status = UsbCtrlGetDesc (UsbDev, USB_DESC_TYPE_CONFIG, Index, 0, &Desc, 8); in UsbGetOneConfig() 750 Status = UsbCtrlGetDesc (UsbDev, USB_DESC_TYPE_CONFIG, Index, 0, Buf, Desc.TotalLength); in UsbGetOneConfig()
|