Home
last modified time | relevance | path

Searched refs:USB_PNP_NOTIFY_REMOVE_DEVICE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h22 USB_PNP_NOTIFY_REMOVE_DEVICE, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h22 USB_PNP_NOTIFY_REMOVE_DEVICE, enumerator
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c222 if (id == USB_PNP_NOTIFY_ADD_DEVICE || id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in DdkUeventCallBack()
H A Dddk_uevent_queue.cpp135 DdkListenerMgrNotifyAll(&dev, USB_PNP_NOTIFY_REMOVE_DEVICE); in DdkUeventRemoveDevice()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c325 (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_DEVICE)) { in UsbPnpNotifyGetDeviceInfo()
392 if ((ret != HDF_SUCCESS) || (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_DEVICE)) { in UsbPnpNotifyHdfSendEvent()
679 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_REMOVE_DEVICE; in UsbPnpNotifyCallback()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c375 (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_DEVICE)) { in UsbPnpNotifyGetDeviceInfo()
442 if ((ret != HDF_SUCCESS) || (g_usbPnpNotifyCmdType == USB_PNP_NOTIFY_REMOVE_DEVICE)) { in UsbPnpNotifyHdfSendEvent()
707 g_usbPnpNotifyCmdType = USB_PNP_NOTIFY_REMOVE_DEVICE; in UsbPnpNotifyDetachDevice()
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp85 if (id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in UsbdPnpEventHandler()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c1011 case USB_PNP_NOTIFY_REMOVE_DEVICE: in UsbDdkPnpLoaderEventReceived()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp932 if (id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in UsbdPnpNotifyAddAndRemoveDevice()
949 } else if (id == USB_PNP_NOTIFY_REMOVE_DEVICE) { in UsbdPnpNotifyAddAndRemoveDevice()