Lines Matching defs:cfg
29 struct pci_config_window *cfg;
41 cfg = pci_ecam_create(dev, &cfgres, bus->res, ops);
42 if (IS_ERR(cfg))
43 return cfg;
45 err = devm_add_action_or_reset(dev, gen_pci_unmap_cfg, cfg);
49 return cfg;
56 struct pci_config_window *cfg;
70 cfg = gen_pci_init(dev, bridge, ops);
71 if (IS_ERR(cfg))
72 return PTR_ERR(cfg);
78 bridge->sysdata = cfg;