Lines Matching refs:idVendor
48 u32 idVendor = 0; in usb_store_new_id() local
55 fields = sscanf(buf, "%x %x %x %x %x", &idVendor, &idProduct, in usb_store_new_id()
65 dynid->id.idVendor = idVendor; in usb_store_new_id()
87 if (id->idVendor == refVendor && id->idProduct == refProduct) in usb_store_new_id()
122 dynid->id.idVendor, dynid->id.idProduct, in usb_show_dynids()
126 dynid->id.idVendor, dynid->id.idProduct); in usb_show_dynids()
155 u32 idVendor; in remove_id_store() local
159 fields = sscanf(buf, "%x %x", &idVendor, &idProduct); in remove_id_store()
167 if ((id->idVendor == idVendor) && in remove_id_store()
641 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device()
814 for (; id->idVendor || id->idProduct || id->bDeviceClass || in usb_match_id()
830 for (; id->idVendor || id->idProduct ; id++) { in usb_device_match_id()
928 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent()