Searched refs:USB_PNP_NOTIFY_ADD_DEVICE (Results 1 – 9 of 9) sorted by relevance
21 USB_PNP_NOTIFY_ADD_DEVICE, enumerator
145 …truct UsbDdkDeviceHanldePriv handlePriv = {.listener = listener, .cmd = USB_PNP_NOTIFY_ADD_DEVICE}; in DdkListenerMgrAdd()
222 if (id == USB_PNP_NOTIFY_ADD_DEVICE || id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in DdkUeventCallBack()
122 DdkListenerMgrNotifyAll(device, USB_PNP_NOTIFY_ADD_DEVICE); in DdkUeventAddDevice()
324 } else if ((g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_ADD_DEVICE) || in UsbPnpNotifyGetDeviceInfo()657 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_ADD_DEVICE; in UsbPnpNotifyCallback()
374 } else if ((g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_ADD_DEVICE) || in UsbPnpNotifyGetDeviceInfo()648 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_ADD_DEVICE; in UsbPnpNotifyAddDevice()
940 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()
997 case USB_PNP_NOTIFY_ADD_DEVICE: in UsbDdkPnpLoaderEventReceived()