Searched refs:power_domains (Results 1 – 1 of 1) sorted by relevance
/drivers/pci/hotplug/ |
D | rpaphp_core.c | 273 const int **names, const int **types, const int **power_domains) in is_php_dn() argument 278 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn() 310 const int *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local 317 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) in rpaphp_add_slot() 327 slot = alloc_slot_struct(dn, indexes[i + 1], name, power_domains[i + 1]); in rpaphp_add_slot()
|