Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h97 …int32_t (*getConfigDescriptor)(const struct UsbDevice *device, uint8_t configIndex, void *buffer, … member
H A Dlinux_adapter.h127 …int32_t (*getConfigDescriptor)(const struct UsbDevice *device, uint8_t configIndex, void *buffer, … member
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp63 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()
H A Dusbd_request_auto_test.cpp94 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp118 osAdapterOps->getConfigDescriptor = FuncAdapterGetConfigDescriptor; in SetUpTestCase()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c215 if (!osAdapterOps->getConfigDescriptor) { in GetConfigDescriptor()
220 ret = osAdapterOps->getConfigDescriptor(dev, configIdx, buffer, size); in GetConfigDescriptor()
H A Dlinux_adapter.c1511 .getConfigDescriptor = AdapterGetConfigDescriptor,
H A Dliteos_adapter.c1429 .getConfigDescriptor = AdapterGetConfigDescriptor,