Home
last modified time | relevance | path

Searched refs:g_usbPnpNotifyReportThread (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c43 static struct task_struct *g_usbPnpNotifyReportThread = NULL; variable
885 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c53 static struct OsalThread g_usbPnpNotifyReportThread; variable
981 …ret = OsalThreadCreate(&g_usbPnpNotifyReportThread, (OsalThreadEntry)UsbPnpNotifyReportThread, (vo… in UsbPnpNotifyInit()
987 ret = OsalThreadStart(&g_usbPnpNotifyReportThread, &threadCfg); in UsbPnpNotifyInit()
1009 ret = OsalThreadDestroy(&g_usbPnpNotifyReportThread); in UsbPnpNotifyRelease()