Lines Matching defs:device
27 * PIIX4. Older device documentation is now a bit tricky to find.
30 * series chipsets do _not_ support independent device timings, but this
75 #include <linux/device.h>
456 u16 device;
498 * Read 80c cable indicator from ATA PCI device's PCI config
513 while (lap->device) {
514 if (lap->device == pdev->device &&
640 * Set PIO mode for device, in host controller PCI config space.
655 * @isich: set if the chip is an ICH device
657 * Set UDMA mode for device, in host controller PCI config space.
735 * Set MW/UDMA mode for device, in host controller PCI config space.
751 * Set MW/UDMA mode for device, in host controller PCI config space.
1005 * know if e.g. the BIOS will change its device state
1035 /* PCI device wasn't disabled during suspend. Use
1042 "failed to enable device after resume (%d)\n",
1276 * works because this device is usually set up by BIOS.
1303 * @ata_dev: the PCI device to check
1411 * vendor and device set. As it's unclear whether the
1412 * subsystem vendor/device is used only for this specific
1421 if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x2920 &&
1618 dev_info(host->dev, "%s detected, ATA device ignore set\n",
1625 * piix_init_one - Register PIIX ATA PCI device with kernel services
1626 * @pdev: PCI device to register
1641 struct device *dev = &pdev->dev;
1669 /* enable device and prepare host */
1689 if (pdev->vendor == PCI_VENDOR_ID_INTEL && pdev->device == 0x2652) {
1738 /* Allow hosts to specify device types to ignore when scanning. */