Searched refs:to_pci_dev (Results 1 - 25 of 454) sorted by path

1234567891011>>

/linux-master/arch/s390/net/
H A Dpnet.c57 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev));
/linux-master/drivers/edac/
H A Dpasemi_edac.c65 struct pci_dev *pdev = to_pci_dev(mci->pdev);
86 struct pci_dev *pdev = to_pci_dev(mci->pdev);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv1a.c35 pdev = to_pci_dev(fb->subdev.device->dev);
/linux-master/drivers/misc/ibmasm/
H A Dremote.c200 struct pci_dev *pdev = to_pci_dev(sp->dev);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h213 #define dev_to_asd_ha(__dev) pci_get_drvdata(to_pci_dev(__dev))
/linux-master/drivers/xen/
H A Ddbgp.c24 const struct pci_dev *pdev = to_pci_dev(ctrlr);
/linux-master/arch/alpha/kernel/
H A Dpci-sysfs.c70 struct pci_dev *pdev = to_pci_dev(kobj_to_dev(kobj));
H A Dpci_iommu.c311 return to_pci_dev(dev);
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c31 struct pci_dev *pdev = to_pci_dev(dev);
H A Dpcie-octeon.c1486 dev = to_pci_dev(dev->bus->bridge);
/linux-master/arch/parisc/kernel/
H A Ddrivers.c316 unsigned int devfn = to_pci_dev(dev)->devfn;
324 unsigned int devfn = to_pci_dev(dev)->devfn;
659 struct pci_dev *pdev = to_pci_dev(dev);
/linux-master/arch/powerpc/kernel/
H A Ddma-iommu.c136 struct pci_dev *pdev = to_pci_dev(dev);
H A Deeh.c945 eeh_remove_device(to_pci_dev(dev));
1278 struct pci_dev *pdev = to_pci_dev(dev);
H A Deeh_sysfs.c28 struct pci_dev *pdev = to_pci_dev(dev); \
44 struct pci_dev *pdev = to_pci_dev(dev);
60 struct pci_dev *pdev = to_pci_dev(dev);
83 struct pci_dev *pdev = to_pci_dev(dev);
97 struct pci_dev *pdev = to_pci_dev(dev);
H A Diommu.c1365 pdev = to_pci_dev(dev);
1380 pdev = to_pci_dev(dev);
H A Disa-bridge.c233 struct pci_dev *pdev = to_pci_dev(dev);
H A Dpci-common.c396 struct pci_dev *pdev = to_pci_dev(data);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmsi.c432 struct pci_dev *pdev = to_pci_dev(dev);
460 rtas_disable_msi(to_pci_dev(dev));
/linux-master/arch/s390/include/asm/
H A Dpci.h271 return to_zpci(to_pci_dev(dev));
/linux-master/arch/s390/pci/
H A Dpci_sysfs.c24 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev)); \
46 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev));
89 struct pci_dev *pdev = to_pci_dev(dev);
141 struct pci_dev *pdev = to_pci_dev(dev);
155 struct pci_dev *pdev = to_pci_dev(dev);
179 struct zpci_dev *zdev = to_zpci(to_pci_dev(dev));
/linux-master/arch/sparc/kernel/
H A Dpci.c593 pdev = to_pci_dev(dev);
828 if (to_pci_dev(dev)->vendor != PCI_VENDOR_ID_AL ||
829 to_pci_dev(dev)->device != PCI_DEVICE_ID_AL_M5451 ||
/linux-master/arch/x86/events/intel/
H A Duncore.c1280 struct pci_dev *pdev = to_pci_dev(dev);
/linux-master/arch/x86/hyperv/
H A Dirqdomain.c292 hv_teardown_msi_irq(to_pci_dev(desc->dev), irqd);
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c453 pdev = to_pci_dev(dev);
/linux-master/arch/x86/kernel/apic/
H A Dmsi.c289 if (to_pci_dev(dev)->msix_enabled)

Completed in 357 milliseconds

1234567891011>>