Lines Matching defs:idVendor
108 u16 idVendor;
413 .idVendor = (vend), \
424 .idVendor = (vend), \
481 u16 idVendor;
489 .idVendor = (_vid), \
1010 if (init_packet->idVendor != 0 &&
1011 init_packet->idVendor != xpad->dev->id.vendor)
1769 for (i = 0; xpad_device[i].idVendor; i++) {
1770 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) &&