• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/

Lines Matching refs:pci_dev

187 	struct pci_dev *pdev;
199 int pcibios_add_platform_entries(struct pci_dev *pdev)
212 * openfirmware and sets it in the pci_dev and pci_config line.
214 int pci_read_irq_line(struct pci_dev *pci_dev)
233 pr_debug("PCI: Try to map irq for %s...\n", pci_name(pci_dev));
239 if (of_irq_map_pci(pci_dev, &oirq)) {
249 if (pci_read_config_byte(pci_dev, PCI_INTERRUPT_PIN, &pin))
253 if (pci_read_config_byte(pci_dev, PCI_INTERRUPT_LINE, &line) ||
279 pci_dev->irq = virq;
291 static struct resource *__pci_mmap_make_offset(struct pci_dev *dev,
344 static pgprot_t __pci_mmap_set_pgprot(struct pci_dev *dev, struct resource *rp,
374 struct pci_dev *pdev = NULL;
424 int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
585 void pci_resource_to_user(const struct pci_dev *dev, int bar,
825 void pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
844 void pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res,
863 static void __devinit fixup_resource(struct resource *res, struct pci_dev *dev)
882 static void __devinit pcibios_fixup_resources(struct pci_dev *dev)
943 struct pci_dev *dev = bus->self;
1009 struct pci_dev *dev = bus->self;
1061 struct pci_dev *dev;
1122 static int skip_isa_ioresource_align(struct pci_dev *dev)
1146 struct pci_dev *dev = data;
1263 static inline void __devinit alloc_resource(struct pci_dev *dev, int idx)
1293 struct pci_dev *dev = NULL;
1441 struct pci_dev *dev;
1494 int pcibios_enable_device(struct pci_dev *dev, int mask)
1564 null_##rw##_config_##size(struct pci_dev *dev, int offset, type val) \
1591 * and all of the pci_dev and pci_bus structures have been created.