Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dddk_device_manager.h31 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_device_manager.c134 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir) in DdkDevMgrCreateDevice() function
191 if (DdkDevMgrCreateDevice(devHandle->d_name) == NULL) { in DdkDevMgrScanSysfs()
H A Dddk_uevent_queue.cpp117 const struct UsbPnpNotifyMatchInfoTable *device = DdkDevMgrCreateDevice(pos + 1); // 1 skip '/' in DdkUeventAddDevice()