Lines Matching refs:names
174 const int *indexes, *names, *types, *domains; in get_children_props() local
177 names = of_get_property(dn, "ibm,drc-names", NULL); in get_children_props()
181 if (!indexes || !names || !types || !domains) { in get_children_props()
189 *drc_names = names; in get_children_props()
206 const int *indexes, *names; in rpaphp_get_drc_props() local
218 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_get_drc_props()
223 name_tmp = (char *) &names[1]; in rpaphp_get_drc_props()
274 const int **names, const int **types, const int **power_domains) in is_php_dn() argument
279 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
311 const int *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local
318 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) in rpaphp_add_slot()
324 name = (char *) &names[1]; in rpaphp_add_slot()