Lines Matching defs:sysdata
898 bus->sysdata = bridge->sysdata;
1097 child->sysdata = parent->sysdata;
1841 dev->sysdata = dev->bus->sysdata;
3042 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3054 bridge->sysdata = sysdata;
3205 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3218 b = pci_create_root_bus(parent, bus, ops, sysdata, resources);
3239 void *sysdata)
3247 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources);