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()
123 dynid->id.idVendor, dynid->id.idProduct, in usb_show_dynids()
127 dynid->id.idVendor, dynid->id.idProduct); in usb_show_dynids()
156 u32 idVendor; in remove_id_store() local
160 fields = sscanf(buf, "%x %x", &idVendor, &idProduct); in remove_id_store()
168 if ((id->idVendor == idVendor) && in remove_id_store()
654 id->idVendor != le16_to_cpu(dev->descriptor.idVendor)) in usb_match_device()
827 for (; id->idVendor || id->idProduct || id->bDeviceClass || in usb_match_id()
843 for (; id->idVendor || id->idProduct ; id++) { in usb_device_match_id()
941 le16_to_cpu(usb_dev->descriptor.idVendor), in usb_uevent()