Lines Matching defs:sysdata
896 bus->sysdata = bridge->sysdata;
1057 child->sysdata = parent->sysdata;
1804 dev->sysdata = dev->bus->sysdata;
2983 struct pci_ops *ops, void *sysdata, struct list_head *resources)
2995 bridge->sysdata = sysdata;
3146 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3159 b = pci_create_root_bus(parent, bus, ops, sysdata, resources);
3180 void *sysdata)
3188 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources);