Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h87 int32_t RawCloseDevice(const struct UsbDeviceHandle *devHandle);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c44 return RawCloseDevice((const struct UsbDeviceHandle *)devHandle); in UsbRawCloseDevice()
H A Dusb_interface_pool.c778 ret = RawCloseDevice(devHandle); in IfDestoryDevice()
802 (void)RawCloseDevice(*devHandle); in IfGetInterfacePool()
H A Dusb_raw_api_library.c805 int32_t RawCloseDevice(const struct UsbDeviceHandle *devHandle) in RawCloseDevice() function