HomeSort by relevance Sort by last modified time
    Searched defs:pci_dev (Results 1 - 5 of 5) sorted by null

  /external/qemu/hw/
pci.c 155 static int pci_set_default_subsystem_id(PCIDevice *pci_dev)
159 id = (void*)(&pci_dev->config[PCI_SUBVENDOR_ID]);
242 static PCIDevice *do_pci_register_device(PCIDevice *pci_dev, PCIBus *bus,
255 pci_dev->bus = bus;
256 pci_dev->devfn = devfn;
257 pstrcpy(pci_dev->name, sizeof(pci_dev->name), name);
258 memset(pci_dev->irq_state, 0, sizeof(pci_dev->irq_state));
259 pci_set_default_subsystem_id(pci_dev);
277 PCIDevice *pci_dev; local
577 PCIDevice *pci_dev; local
603 PCIDevice *pci_dev; local
649 PCIDevice *pci_dev = (PCIDevice *)opaque; local
909 PCIDevice *pci_dev = (PCIDevice *)qdev; local
    [all...]
ne2000.c 144 PCIDevice *pci_dev; member in struct:NE2000State
656 if (s->pci_dev)
657 pci_device_save(s->pci_dev, f);
691 if (s->pci_dev && version_id >= 3) {
692 ret = pci_device_load(s->pci_dev, f);
779 static void ne2000_map(PCIDevice *pci_dev, int region_num,
782 PCINE2000State *d = (PCINE2000State *)pci_dev;
806 static void pci_ne2000_init(PCIDevice *pci_dev)
808 PCINE2000State *d = (PCINE2000State *)pci_dev;
823 s->pci_dev = (PCIDevice *)d
    [all...]
usb-ohci.c 1702 PCIDevice pci_dev; member in struct:__anon27237
    [all...]
  /external/grub/netboot/
w89c840.c 240 struct pci_dev *pci_dev; member in struct:winbond_private
  /external/kernel-headers/original/linux/
pci.h 109 * The pci_dev structure is used to describe PCI devices.
111 struct pci_dev { struct
177 #define pci_dev_g(n) list_entry(n, struct pci_dev, global_list)
178 #define pci_dev_b(n) list_entry(n, struct pci_dev, bus_list)
179 #define to_pci_dev(n) container_of(n, struct pci_dev, dev)
183 struct pci_dev *pci_dev,char cap)
188 hlist_for_each_entry(tmp, pos, &pci_dev->saved_cap_space, next) {
195 static inline void pci_add_saved_cap(struct pci_dev *pci_dev,
    [all...]

Completed in 99 milliseconds