Lines Matching defs:vendor
329 * pci:<vendor>:<device>[:<subvendor>:<subdevice>]
354 unsigned short vendor, device, subsystem_vendor, subsystem_device;
357 /* PCI vendor/device (subvendor/subdevice) IDs are specified */
359 ret = sscanf(p, "%hx:%hx:%hx:%hx%n", &vendor, &device,
362 ret = sscanf(p, "%hx:%hx%n", &vendor, &device, &count);
372 if ((!vendor || vendor == dev->vendor) &&
526 * vendor-specific capability, and this provides a way to find them all.
1119 * vendor ID in config space.
3599 if (pdev->vendor == PCI_VENDOR_ID_ATI && pdev->device == 0x731f &&