Home
last modified time | relevance | path

Searched refs:USB_PNP_DRIVER_GETDEVICES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h29 USB_PNP_DRIVER_GETDEVICES = 20, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h29 USB_PNP_DRIVER_GETDEVICES = 20, enumerator
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c424 __func__, __LINE__, USB_PNP_DRIVER_GETDEVICES, deviceInfo->info.usbDevAddr, in UsbPnpNotifyFirstGetDevice()
790 if (USB_PNP_DRIVER_GETDEVICES != cmd || USB_PNP_DRIVER_GET_GADGET_LINK_STATUS != cmd) { in UsbPnpNotifyDispatch()
818 case USB_PNP_DRIVER_GETDEVICES: in UsbPnpNotifyDispatch()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_device_manager.c351 …int32_t ret = g_usbPnpSrv->dispatcher->Dispatch(&g_usbPnpSrv->object, USB_PNP_DRIVER_GETDEVICES, N… in DdkDevMgrForEachDeviceSafe()