Home
last modified time | relevance | path

Searched refs:USB_PNP_NOTIFY_MATCH_DEV_SUBCLASS (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/model/usb/include/
Dhdf_usb_pnp_manage.h48 USB_PNP_NOTIFY_MATCH_DEV_SUBCLASS = 0x0020, enumerator
/drivers/hdf_core/framework/model/usb/src/
Dusb_ddk_pnp_loader.c99 …if ((id->matchFlag & USB_PNP_NOTIFY_MATCH_DEV_SUBCLASS) && (id->deviceSubClass != dev->deviceInfo.… in UsbDdkPnpLoaderMatchDevice()