Home
last modified time | relevance | path

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

/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_raw_api.h517 … const UsbRawHandle *rawHandle, uint8_t configIndex, uint8_t *configDesc, uint32_t configDescLen);
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c236 const UsbRawHandle *rawHandle, uint8_t configIndex, uint8_t *configDesc, uint32_t configDescLen) in GetRawConfigDescriptor() argument
244 return GetConfigDescriptor(devHandle->dev, configIndex, configDesc, configDescLen); in GetRawConfigDescriptor()