Lines Matching refs:device
82 * PIIX4 ACPI device: hardwired IRQ9
114 if (d->device == PCI_DEVICE_ID_VIA_8367_0) {
122 } else if (d->device == PCI_DEVICE_ID_VIA_8363_0 &&
132 d->device, d->revision, where, v, mask, v & mask);
157 if ((dev->device & 0xff00) == 0x2400)
220 offset = quirk_aspm_offset[GET_INDEX(bus->self->device, devfn)];
238 * for each PCI Express device that is in the device list of
256 if ((pdev->device < PCI_DEVICE_ID_INTEL_MCH_PA) ||
257 (pdev->device > PCI_DEVICE_ID_INTEL_MCH_PC1))
262 * If no device is attached to the root port at power-up or
267 for (i = GET_INDEX(pdev->device, 0); i <= GET_INDEX(pdev->device, 7); ++i)
274 * after hot-add, the code loops through the device list of
280 quirk_aspm_offset[GET_INDEX(pdev->device, dev->devfn)] =
306 * See pci_map_rom() for use of this flag. Before marking the device
352 dev_info(&pdev->dev, "Video device with shadowed ROM at %pR\n",
411 * IRQ, PCI cache line size, and BARs, otherwise the device won't function
412 * properly. In some cases, the device will generate an interrupt on
472 * Prevent the BIOS trapping accesses to the Cyrix CS5530A video device
500 * SB600: Disable BAR1 on device 14.0 to avoid HPET resources from
508 * The SB600 and SB700 both share the same device
598 * When in D0, PME# doesn't get asserted when plugging USB 2.0 device.
622 struct device *dev = &pdev->dev;
641 * to the VMD device. Rather than doing device matching with the source
642 * ID, the AER driver should traverse the child device tree, reading
643 * AER registers to find the faulting device.
690 * PCIe device on AMD Family 15h (Models 00h-1fh, 30h-3fh, 60h-7fh) Processors
704 /* Check that we are the only device of that type */
705 other = pci_get_device(dev->vendor, dev->device, NULL);
707 (other = pci_get_device(dev->vendor, dev->device, other))) {