Searched refs:g_usbPnpNotifyReportThread (Results 1 – 2 of 2) sorted by relevance
43 static struct task_struct *g_usbPnpNotifyReportThread = NULL; variable885 if (g_usbPnpNotifyReportThread == NULL) { in UsbPnpNotifyInit()886 g_usbPnpNotifyReportThread = in UsbPnpNotifyInit()888 if (g_usbPnpNotifyReportThread == NULL) { in UsbPnpNotifyInit()899 if (g_usbPnpNotifyReportThread == NULL) { in UsbPnpNotifyInit()916 if (g_usbPnpNotifyReportThread == NULL) { in UsbPnpNotifyRelease()919 kthread_stop(g_usbPnpNotifyReportThread); in UsbPnpNotifyRelease()
53 static struct OsalThread g_usbPnpNotifyReportThread; variable981 …ret = OsalThreadCreate(&g_usbPnpNotifyReportThread, (OsalThreadEntry)UsbPnpNotifyReportThread, (vo… in UsbPnpNotifyInit()987 ret = OsalThreadStart(&g_usbPnpNotifyReportThread, &threadCfg); in UsbPnpNotifyInit()1009 ret = OsalThreadDestroy(&g_usbPnpNotifyReportThread); in UsbPnpNotifyRelease()