Home
last modified time | relevance | path

Searched refs:UsbPnpNotifyHdfSendEvent (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.c343 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent() function
558 ret = UsbPnpNotifyHdfSendEvent(client->device, usbDev); in UsbPnpNotifyFirstReport()
588 ret = UsbPnpNotifyHdfSendEvent(deviceObject, &g_usbPnpInfo); in UsbPnpNotifyReportThread()
590 ret = UsbPnpNotifyHdfSendEvent(deviceObject, g_usbDevice); in UsbPnpNotifyReportThread()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c393 static int32_t UsbPnpNotifyHdfSendEvent(const struct HdfDeviceObject *deviceObject, void *eventData) in UsbPnpNotifyHdfSendEvent() function
554 int32_t ret = UsbPnpNotifyHdfSendEvent(client->device, pnpNotifyDevicePos->device); in UsbPnpNotifyFirstReportDevice()
591 ret = UsbPnpNotifyHdfSendEvent(deviceObject, &g_usbPnpInfo); in UsbPnpNotifyReportThread()
593 ret = UsbPnpNotifyHdfSendEvent(deviceObject, g_usbDevice); in UsbPnpNotifyReportThread()