/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_ddk_api.cpp | 102 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() 152 …uint64_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 D | usb_ddk_service.cpp | 55 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() 287 …uint64_t interfaceHandle, const UsbControlRequestSetup &setup, uint32_t timeout, std::vector<uint8… in SendControlReadRequest() 341 …uint64_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.md | 44 ### interfaceHandle subsection
|
H A D | usb__ddk__types_8h.md | 477 ### interfaceHandle subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_request_pipe.md | 44 ### interfaceHandle subsection
|
H A D | usb__ddk__types_8h.md | 477 ### interfaceHandle subsection
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 1307 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() 1433 …const UsbInterfaceHandle *interfaceHandle, uint8_t settingIndex, struct UsbInterface **interfaceOb… in UsbSelectInterfaceSetting() 1481 int32_t UsbGetInterfaceSetting(const UsbInterfaceHandle *interfaceHandle, uint8_t *settingIndex) in UsbGetInterfaceSetting() 1512 …const 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 D | usb_raw_api_library.c | 1676 int32_t RawUsbCloseCtlProcess(const UsbInterfaceHandle *interfaceHandle) in RawUsbCloseCtlProcess()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.cpp | 1612 UsbInterfaceHandle interfaceHandle; variable 1643 UsbInterfaceHandle interfaceHandle; variable 1658 UsbInterfaceHandle interfaceHandle; variable
|
/ohos5.0/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 213 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 224 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 256 uint64_t interfaceHandle; member
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 599 UsbInterfaceHandle *interfaceHandle = NULL; in EcmEnumePipe() local
|
/ohos5.0/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_dispatcher.cpp | 132 UsbInterfaceHandle *interfaceHandle = UsbImpl::InterfaceIdToHandle(dev, info->interfaceIndex); in GetInterfacePipe() local
|
H A D | usb_impl.cpp | 1488 UsbInterfaceHandle *interfaceHandle = InterfaceIdToHandle(port, interfaceId); in SetInterface() local
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 1150 UsbInterfaceHandle *interfaceHandle = NULL; in EnumePipe() local
|