Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h30 USB_PNP_DRIVER_GADGET_ADD = 30, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h30 USB_PNP_DRIVER_GADGET_ADD = 30, enumerator
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_uevent_handle.c53 DdkListenerMgrNotifyAll(NULL, USB_PNP_DRIVER_GADGET_ADD); in UsbFnDispatchUevent()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_pnp_listener_mgr.c146 …ruct UsbDdkDeviceHanldePriv handlePriv1 = {.listener = listener, .cmd = USB_PNP_DRIVER_GADGET_ADD}; in DdkListenerMgrAdd()
H A Dddk_device_manager.c446 return gadgetStatus == USB_PNP_DRIVER_GADGET_ADD ? true : false; in DdkDevMgrGetGadgetLinkStatus()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c694 g_gadgetPnpNotifyType = USB_PNP_DRIVER_GADGET_ADD; in UsbPnpNotifyCallback()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp966 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()