Searched refs:DdkDevMgrCreateDevice (Results 1 – 3 of 3) sorted by relevance
31 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir);
134 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir) in DdkDevMgrCreateDevice() function191 if (DdkDevMgrCreateDevice(devHandle->d_name) == NULL) { in DdkDevMgrScanSysfs()
117 const struct UsbPnpNotifyMatchInfoTable *device = DdkDevMgrCreateDevice(pos + 1); // 1 skip '/' in DdkUeventAddDevice()