Home
last modified time | relevance | path

Searched refs:USB_PNP_NOTIFY_ADD_DEVICE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h21 USB_PNP_NOTIFY_ADD_DEVICE, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h21 USB_PNP_NOTIFY_ADD_DEVICE, enumerator
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_pnp_listener_mgr.c145 …truct UsbDdkDeviceHanldePriv handlePriv = {.listener = listener, .cmd = USB_PNP_NOTIFY_ADD_DEVICE}; in DdkListenerMgrAdd()
H A Dddk_uevent_handle.c222 if (id == USB_PNP_NOTIFY_ADD_DEVICE || id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in DdkUeventCallBack()
H A Dddk_uevent_queue.cpp122 DdkListenerMgrNotifyAll(device, USB_PNP_NOTIFY_ADD_DEVICE); in DdkUeventAddDevice()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c324 } else if ((g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_ADD_DEVICE) || in UsbPnpNotifyGetDeviceInfo()
657 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_ADD_DEVICE; in UsbPnpNotifyCallback()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c374 } else if ((g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_ADD_DEVICE) || in UsbPnpNotifyGetDeviceInfo()
648 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_ADD_DEVICE; in UsbPnpNotifyAddDevice()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp940 if (id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdPnpNotifyAddAndRemoveDevice()
1016 if (id == USB_PNP_DRIVER_GADGET_ADD || id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdLoadServiceCallback()
1021 if (id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdLoadServiceCallback()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c997 case USB_PNP_NOTIFY_ADD_DEVICE: in UsbDdkPnpLoaderEventReceived()