Home
last modified time | relevance | path

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

/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_ddk_api.cpp102 int32_t OH_Usb_ClaimInterface(uint64_t deviceId, uint8_t interfaceIndex, uint64_t *interfaceHandle) in OH_Usb_ClaimInterface()
116 int32_t OH_Usb_ReleaseInterface(uint64_t interfaceHandle) in OH_Usb_ReleaseInterface()
126 int32_t OH_Usb_SelectInterfaceSetting(uint64_t interfaceHandle, uint8_t settingIndex) in OH_Usb_SelectInterfaceSetting()
136 int32_t OH_Usb_GetCurrentInterfaceSetting(uint64_t interfaceHandle, uint8_t *settingIndex) in OH_Usb_GetCurrentInterfaceSetting()
152uint64_t interfaceHandle, const UsbControlRequestSetup *setup, uint32_t timeout, uint8_t *data, ui… in OH_Usb_SendControlReadRequest()
185 int32_t OH_Usb_SendControlWriteRequest(uint64_t interfaceHandle, const UsbControlRequestSetup *setu… in OH_Usb_SendControlWriteRequest()
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp55 int32_t ReleaseUsbInterface(uint64_t interfaceHandle) in ReleaseUsbInterface()
94 uint64_t interfaceHandle = 0; in UsbdPnpEventHandler() local
212 …UsbDdkService::ClaimInterface(uint64_t deviceId, uint8_t interfaceIndex, uint64_t &interfaceHandle) in ClaimInterface()
239 int32_t UsbDdkService::ReleaseInterface(uint64_t interfaceHandle) in ReleaseInterface()
249 int32_t UsbDdkService::SelectInterfaceSetting(uint64_t interfaceHandle, uint8_t settingIndex) in SelectInterfaceSetting()
268 int32_t UsbDdkService::GetCurrentInterfaceSetting(uint64_t interfaceHandle, uint8_t &settingIndex) in GetCurrentInterfaceSetting()
287uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, std::vector<uint8… in SendControlReadRequest()
341uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, const std::vector… in SendControlWriteRequest()
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_request_pipe.md44 ### interfaceHandle subsection
H A Dusb__ddk__types_8h.md477 ### interfaceHandle subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_request_pipe.md44 ### interfaceHandle subsection
H A Dusb__ddk__types_8h.md477 ### interfaceHandle subsection
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c1307 int32_t GetInterfaceByHandle(const UsbInterfaceHandle *interfaceHandle, struct UsbInterface **inter… in GetInterfaceByHandle()
1333 int32_t UsbCloseCtlProcess(const UsbInterfaceHandle *interfaceHandle) in UsbCloseCtlProcess()
1379 int32_t UsbCloseInterface(const UsbInterfaceHandle *interfaceHandle, bool isCtrInterface) in UsbCloseInterface()
1433const UsbInterfaceHandle *interfaceHandle, uint8_t settingIndex, struct UsbInterface **interfaceOb… in UsbSelectInterfaceSetting()
1481 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex) in UsbGetInterfaceSetting()
1512const UsbInterfaceHandle *interfaceHandle, uint8_t altSettingIndex, uint8_t pipeId, struct UsbPipe… in UsbGetPipeInfo()
1558 int32_t UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t pipeAddress) in UsbClearInterfaceHalt()
1570 struct UsbRequest *UsbAllocRequest(const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, i… in UsbAllocRequest()
1609 struct UsbRequest *UsbAllocRequestByMmap(const UsbInterfaceHandle *interfaceHandle, int32_t isoPack… in UsbAllocRequestByMmap()
1649 const UsbInterfaceHandle *interfaceHandle, int32_t isoPackets, int32_t length, int32_t fd) in UsbAllocRequestByAshmem()
[all …]
H A Dusb_raw_api_library.c1676 int32_t RawUsbCloseCtlProcess(const UsbInterfaceHandle *interfaceHandle) in RawUsbCloseCtlProcess()
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.cpp1612 UsbInterfaceHandle interfaceHandle; variable
1643 UsbInterfaceHandle interfaceHandle; variable
1658 UsbInterfaceHandle interfaceHandle; variable
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c213 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c224 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h256 uint64_t interfaceHandle; member
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c599 UsbInterfaceHandle *interfaceHandle = NULL; in EcmEnumePipe() local
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp132 UsbInterfaceHandle *interfaceHandle = UsbImpl::InterfaceIdToHandle(dev, info->interfaceIndex); in GetInterfacePipe() local
H A Dusb_impl.cpp1488 UsbInterfaceHandle *interfaceHandle = InterfaceIdToHandle(port, interfaceId); in SetInterface() local
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1150 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local