Searched defs:interfaceHandle (Results 1 – 11 of 11) sorted by relevance
| /drivers/external_device_manager/frameworks/ddk/usb/ |
| D | usb_ddk_api.cpp | 122 int32_t OH_Usb_ClaimInterface(uint64_t deviceId, uint8_t interfaceIndex, uint64_t *interfaceHandle) in OH_Usb_ClaimInterface() 140 int32_t OH_Usb_ReleaseInterface(uint64_t interfaceHandle) in OH_Usb_ReleaseInterface() 154 int32_t OH_Usb_SelectInterfaceSetting(uint64_t interfaceHandle, uint8_t settingIndex) in OH_Usb_SelectInterfaceSetting() 168 int32_t OH_Usb_GetCurrentInterfaceSetting(uint64_t interfaceHandle, uint8_t *settingIndex) in OH_Usb_GetCurrentInterfaceSetting() 188 …uint64_t interfaceHandle, const UsbControlRequestSetup *setup, uint32_t timeout, uint8_t *data, ui… in OH_Usb_SendControlReadRequest() 225 int32_t OH_Usb_SendControlWriteRequest(uint64_t interfaceHandle, const UsbControlRequestSetup *setu… in OH_Usb_SendControlWriteRequest()
|
| /drivers/peripheral/usb/ddk_service/src/ |
| D | usb_ddk_service.cpp | 51 int32_t ReleaseUsbInterface(uint64_t interfaceHandle) in ReleaseUsbInterface() 182 …UsbDdkService::ClaimInterface(uint64_t deviceId, uint8_t interfaceIndex, uint64_t &interfaceHandle) in ClaimInterface() 203 int32_t UsbDdkService::ReleaseInterface(uint64_t interfaceHandle) in ReleaseInterface() 208 int32_t UsbDdkService::SelectInterfaceSetting(uint64_t interfaceHandle, uint8_t settingIndex) in SelectInterfaceSetting() 222 int32_t UsbDdkService::GetCurrentInterfaceSetting(uint64_t interfaceHandle, uint8_t &settingIndex) in GetCurrentInterfaceSetting() 236 …uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, std::vector<uint8… in SendControlReadRequest() 284 …uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, const std::vector… in SendControlWriteRequest()
|
| /drivers/peripheral/usb/ddk/host/src/ |
| D | usb_interface_pool.c | 1290 int32_t GetInterfaceByHandle(const UsbInterfaceHandle *interfaceHandle, struct UsbInterface **inter… in GetInterfaceByHandle() 1317 int32_t UsbCloseInterface(const UsbInterfaceHandle *interfaceHandle) in UsbCloseInterface() 1368 …const UsbInterfaceHandle *interfaceHandle, uint8_t settingIndex, struct UsbInterface **interfaceOb… in UsbSelectInterfaceSetting() 1416 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex) in UsbGetInterfaceSetting() 1447 …const UsbInterfaceHandle *interfaceHandle, uint8_t altSettingIndex, uint8_t pipeId, struct UsbPipe… in UsbGetPipeInfo() 1493 int32_t UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t pipeAddress) in UsbClearInterfaceHalt() 1505 struct UsbRequest *UsbAllocRequest(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, i… in UsbAllocRequest() 1544 struct UsbRequest *UsbAllocRequestByMmap(const UsbInterfaceHandle *interfaceHandle, int32_t isoPack… in UsbAllocRequestByMmap() 1656 …const struct UsbRequest *request, const UsbInterfaceHandle *interfaceHandle, const struct UsbReque… in UsbFillRequest() 1701 …const struct UsbRequest *request, const UsbInterfaceHandle *interfaceHandle, const struct UsbReque… in UsbFillRequestByMmap()
|
| /drivers/peripheral/usb/test/unittest/host_sdk/ |
| D | usb_host_sdk_if_test.cpp | 1610 UsbInterfaceHandle interfaceHandle; variable 1641 UsbInterfaceHandle interfaceHandle; variable 1656 UsbInterfaceHandle interfaceHandle; variable
|
| /drivers/peripheral/usb/sample/host/src/ |
| D | usbhost_sdkapi_speed.c | 213 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|
| /drivers/peripheral/usb/sample/host/liteos_test/src/ |
| D | usbhost_sdkapi_speed.c | 224 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|
| /drivers/external_device_manager/interfaces/ddk/usb/ |
| D | usb_ddk_types.h | 256 uint64_t interfaceHandle; member
|
| /drivers/peripheral/usb/net/src/ |
| D | cdc_ether.c | 590 UsbInterfaceHandle *interfaceHandle = NULL; in EcmEnumePipe() local
|
| /drivers/peripheral/usb/hdi_service/src/ |
| D | usbd_dispatcher.cpp | 131 UsbInterfaceHandle *interfaceHandle = UsbImpl::InterfaceIdToHandle(dev, info->interfaceIndex); in GetInterfacePipe() local
|
| D | usb_impl.cpp | 1266 UsbInterfaceHandle *interfaceHandle = InterfaceIdToHandle(port, interfaceId); in SetInterface() local
|
| /drivers/peripheral/usb/serial/src/ |
| D | usb_serial.c | 1136 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|