Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h122 int32_t RawReleaseInterface(struct UsbDeviceHandle *devHandle, int32_t interfaceNumber);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c193 return RawReleaseInterface((struct UsbDeviceHandle *)devHandle, interfaceNumber); in UsbRawReleaseInterface()
H A Dusb_raw_api_library.c1410 int32_t RawReleaseInterface(struct UsbDeviceHandle *devHandle, int32_t interfaceNumber) in RawReleaseInterface() function
H A Dusb_interface_pool.c1182 int32_t ret = RawReleaseInterface(devHandle, interfaceIndex); in UsbReleaseInterface()