Lines Matching defs:sysdata
1011 bus->sysdata = bridge->sysdata;
1219 child->sysdata = parent->sysdata;
2032 dev->sysdata = dev->bus->sysdata;
3237 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3249 bridge->sysdata = sysdata;
3413 struct pci_ops *ops, void *sysdata, struct list_head *resources)
3426 b = pci_create_root_bus(parent, bus, ops, sysdata, resources);
3447 void *sysdata)
3455 b = pci_create_root_bus(NULL, bus, ops, sysdata, &resources);