Home
last modified time | relevance | path

Searched refs:RawClaimInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h88 int32_t RawClaimInterface(struct UsbDeviceHandle *devHandle, int32_t interfaceNumber);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c183 return RawClaimInterface((struct UsbDeviceHandle *)devHandle, interfaceNumber); in UsbRawClaimInterface()
H A Dusb_raw_api_library.c823 int32_t RawClaimInterface(struct UsbDeviceHandle *devHandle, int32_t interfaceNumber) in RawClaimInterface() function
H A Dusb_interface_pool.c1052 ret = RawClaimInterface(devHandle, interfaceIndex); in ClaimInterface()