Home
last modified time | relevance | path

Searched refs:USB_PNP_NOTIFY_MATCH_DEV_PROTOCOL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h52 USB_PNP_NOTIFY_MATCH_DEV_PROTOCOL = 0x0040, enumerator
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h52 USB_PNP_NOTIFY_MATCH_DEV_PROTOCOL = 0x0040, enumerator
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c103 …if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_PROTOCOL) && (id->deviceProtocol != dev->deviceInfo.… in UsbDdkPnpLoaderMatchDevice()