Home
last modified time | relevance | path

Searched refs: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.c565 static int32_t UsbPnpNotifyReportThread(void *arg) in UsbPnpNotifyReportThread() function
887 kthread_run(UsbPnpNotifyReportThread, (void *)device, "usb pnp notify handle kthread"); in UsbPnpNotifyInit()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c566 static int32_t UsbPnpNotifyReportThread(void *arg) in UsbPnpNotifyReportThread() function
981 …ret = OsalThreadCreate(&g_usbPnpNotifyReportThread, (OsalThreadEntry)UsbPnpNotifyReportThread, (vo… in UsbPnpNotifyInit()