Lines Matching defs:vendor
1812 /* Control OUT tests use the vendor control requests from Intel's
2752 static unsigned short vendor;
2753 module_param(vendor, ushort, 0);
2754 MODULE_PARM_DESC(vendor, "vendor code (from usb-if)");
2758 MODULE_PARM_DESC(product, "product code (from vendor)");
2776 /* vendor match required, product match optional */
2777 if (!vendor || le16_to_cpu(udev->descriptor.idVendor) != (u16)vendor)
2892 * into EZ-USB chips. There's a default vendor ID which can be overridden
2929 * different hardware with the same vendor/product codes.
3063 if (vendor)
3064 pr_debug("params: vend=0x%04x prod=0x%04x\n", vendor, product);