Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/usb/include/
Dhdf_usb_pnp_manage.h21 USB_PNP_NOTIFY_ADD_DEVICE, enumerator
/drivers/peripheral/usb/ddk/host/src/
Dddk_uevent_handle.c106 DdkListenerMgrNotifyAll(device, USB_PNP_NOTIFY_ADD_DEVICE); in DdkUeventAddDevice()
273 if (id == USB_PNP_NOTIFY_ADD_DEVICE || id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in DdkUeventCallBack()
Dddk_pnp_listener_mgr.c142 …truct UsbDdkDeviceHanldePriv handlePriv = {.listener = listener, .cmd = USB_PNP_NOTIFY_ADD_DEVICE}; in DdkListenerMgrAdd()
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
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()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
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()
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp874 if (id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdPnpNotifyAddAndRemoveDevice()
933 if (id == USB_PNP_DRIVER_GADGET_ADD || id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdLoadServiceCallback()
938 if (id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdLoadServiceCallback()
/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c997 case USB_PNP_NOTIFY_ADD_DEVICE: in UsbDdkPnpLoaderEventReceived()