Home
last modified time | relevance | path

Searched defs:interfaceHandle (Results 1 – 11 of 11) sorted by relevance

/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_ddk_api.cpp122 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()
188uint64_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/
Dusb_ddk_service.cpp51 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()
236uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, std::vector<uint8… in SendControlReadRequest()
284uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, const std::vector… in SendControlWriteRequest()
/drivers/peripheral/usb/ddk/host/src/
Dusb_interface_pool.c1290 int32_t GetInterfaceByHandle(const UsbInterfaceHandle *interfaceHandle, struct UsbInterface **inter… in GetInterfaceByHandle()
1317 int32_t UsbCloseInterface(const UsbInterfaceHandle *interfaceHandle) in UsbCloseInterface()
1368const UsbInterfaceHandle *interfaceHandle, uint8_t settingIndex, struct UsbInterface **interfaceOb… in UsbSelectInterfaceSetting()
1416 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex) in UsbGetInterfaceSetting()
1447const 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/
Dusb_host_sdk_if_test.cpp1610 UsbInterfaceHandle interfaceHandle; variable
1641 UsbInterfaceHandle interfaceHandle; variable
1656 UsbInterfaceHandle interfaceHandle; variable
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkapi_speed.c213 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkapi_speed.c224 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
/drivers/external_device_manager/interfaces/ddk/usb/
Dusb_ddk_types.h256 uint64_t interfaceHandle; member
/drivers/peripheral/usb/net/src/
Dcdc_ether.c590 UsbInterfaceHandle *interfaceHandle = NULL; in EcmEnumePipe() local
/drivers/peripheral/usb/hdi_service/src/
Dusbd_dispatcher.cpp131 UsbInterfaceHandle *interfaceHandle = UsbImpl::InterfaceIdToHandle(dev, info->interfaceIndex); in GetInterfacePipe() local
Dusb_impl.cpp1266 UsbInterfaceHandle *interfaceHandle = InterfaceIdToHandle(port, interfaceId); in SetInterface() local
/drivers/peripheral/usb/serial/src/
Dusb_serial.c1136 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local