Searched refs:UsbPnpNotifyReportThread (Results 1 – 2 of 2) sorted by relevance
565 static int32_t UsbPnpNotifyReportThread(void *arg) in UsbPnpNotifyReportThread() function887 kthread_run(UsbPnpNotifyReportThread, (void *)device, "usb pnp notify handle kthread"); in UsbPnpNotifyInit()
566 static int32_t UsbPnpNotifyReportThread(void *arg) in UsbPnpNotifyReportThread() function981 …ret = OsalThreadCreate(&g_usbPnpNotifyReportThread, (OsalThreadEntry)UsbPnpNotifyReportThread, (vo… in UsbPnpNotifyInit()