Home
last modified time | relevance | path

Searched refs:RawAttachKernelDriver (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h140 void RawAttachKernelDriver(struct UsbDeviceHandle *devHandle, uint8_t interfaceNumber);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1391 void RawAttachKernelDriver(struct UsbDeviceHandle *devHandle, uint8_t interfaceNumber) in RawAttachKernelDriver() function
H A Dusb_interface_pool.c1158 RawAttachKernelDriver(devHandle, interfaceObj->interface.info.interfaceIndex); in UsbAttachKernelDriver()