Searched refs:USB_PNP_DRIVER_GADGET_ADD (Results 1 – 7 of 7) sorted by relevance
30 USB_PNP_DRIVER_GADGET_ADD = 30, enumerator
53 DdkListenerMgrNotifyAll(NULL, USB_PNP_DRIVER_GADGET_ADD); in UsbFnDispatchUevent()
146 …ruct UsbDdkDeviceHanldePriv handlePriv1 = {.listener = listener, .cmd = USB_PNP_DRIVER_GADGET_ADD}; in DdkListenerMgrAdd()
446 return gadgetStatus == USB_PNP_DRIVER_GADGET_ADD ? true : false; in DdkDevMgrGetGadgetLinkStatus()
694 g_gadgetPnpNotifyType = USB_PNP_DRIVER_GADGET_ADD; in UsbPnpNotifyCallback()
966 if (id == USB_PNP_DRIVER_GADGET_ADD) { in UsbdPnpLoaderEventReceived()1016 if (id == USB_PNP_DRIVER_GADGET_ADD || id == USB_PNP_NOTIFY_ADD_DEVICE) { in UsbdLoadServiceCallback()