Lines Matching refs:scratchdev
804 struct pci_device scratchdev;
806 scratchdev.bus = bus;
810 scratchdev.dev = dev;
811 scratchdev.func = 0;
812 err = pci_nfuncs (&scratchdev, &nfuncs);
818 scratchdev.func = func;
819 err = pci_device_cfg_read_u32 (&scratchdev, ®, PCI_VENDOR_ID);
826 err = pci_device_cfg_read_u32 (&scratchdev, ®, PCI_CLASS);
830 err = pci_device_cfg_read_u8 (&scratchdev, &hdrtype, PCI_HDRTYPE);
861 err = pci_device_cfg_read_u8 (&scratchdev, &secbus, PCI_SECONDARY_BUS);