Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c46 UsbAdapterDevice *adapterDevice; member
120 static int32_t OsSubmitUrb(UsbAdapterUrb *urb, UsbAdapterDevice *adapterDevice, UsbAdapterHostEndpoint *uhe) in OsSubmitUrb() argument
124 if ((uhe == NULL) || (urb == NULL) || (adapterDevice == NULL)) { in OsSubmitUrb()
129 err = usb_setup_endpoint(adapterDevice, uhe, 1024); in OsSubmitUrb()
141 UsbAdapterDevice *adapterDevice = urb->dev; in OsControlMsg() local
152 adapterDevice, NULL, &req, (char *)buffer + sizeof(req), USB_SHORT_XFER_OK, &actLen, urb->timeout); in OsControlMsg()
276 if ((osDev == NULL) || (osDev->adapterDevice == NULL) || (osDev->adapterDevice->cdesc == NULL)) { in OsReadDescriptors()
301 size_t count = UGETW(osDev->adapterDevice->cdesc->wTotalLength); in OsReadDescriptors()
306 ret = memcpy_s(ptr, DESC_READ_LEN, osDev->adapterDevice in OsReadDescriptors()
493 OsSubmitControlMsg( struct UsbHostRequest * const request, const UsbAdapterDevice *adapterDevice, const struct UsbDevice *dev) OsSubmitControlMsg() argument
549 UsbAdapterDevice *adapterDevice = NULL; OsSubmitControlRequest() local
608 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; OsSubmitBulkRequestHandle() local
716 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; OsAllocIsoUrbs() local
1194 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; AdapterGetConfigDescriptor() local
1216 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; AdapterGetConfiguration() local
1229 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; AdapterSetConfiguration() local
1265 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; AdapterSetInterface() local
1282 UsbAdapterDevice *adapterDevice = osDev->adapterDevice; AdapterClearHalt() local
[all...]

Completed in 2 milliseconds