Searched defs:sysdata (Results 1 - 1 of 1) sorted by relevance

/drivers/pci/
H A Dprobe.c653 child->sysdata = parent->sysdata;
1000 dev->sysdata = dev->bus->sysdata;
1648 struct pci_ops *ops, void *sysdata, struct list_head *resources)
1672 b->sysdata = sysdata;
1758 struct pci_ops *ops, void *sysdata, struct list_head *resources)
1762 b = pci_create_root_bus(parent, bus, ops, sysdata, resources);
1774 int bus, struct pci_ops *ops, void *sysdata)
1647 pci_create_root_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata, struct list_head *resources) argument
1757 pci_scan_root_bus(struct device *parent, int bus, struct pci_ops *ops, void *sysdata, struct list_head *resources) argument
1773 pci_scan_bus_parented(struct device *parent, int bus, struct pci_ops *ops, void *sysdata) argument
1790 pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata) argument
[all...]

Completed in 88 milliseconds