Searched refs:pDevId (Results 1 – 1 of 1) sorted by relevance
149 ms_usb_match_id(struct usb_interface *pUintf, const struct usb_device_id *pDevId) in ms_usb_match_id() argument154 if (pDevId == NULL) in ms_usb_match_id()160 for (; pDevId->idVendor || pDevId->bDeviceClass || pDevId->bInterfaceClass || in ms_usb_match_id()161 pDevId->match_id_info; pDevId++) in ms_usb_match_id()163 if ((pDevId->match_id_flags & USBDEV_MATCH_ID_VENDOR) && in ms_usb_match_id()164 pDevId->idVendor != pUdev->descriptor.idVendor) in ms_usb_match_id()167 if ((pDevId->match_id_flags & USBDEV_MATCH_ID_PRODUCT) && in ms_usb_match_id()168 pDevId->idProduct != pUdev->descriptor.idProduct) in ms_usb_match_id()171 if ((pDevId->match_id_flags & USBDEV_MATCH_ID_DEV_LO) && in ms_usb_match_id()172 (pDevId->bcdDevice_lo >= pUdev->descriptor.bcdDevice)) in ms_usb_match_id()[all …]