Lines Matching refs:names
163 const __be32 *indexes, *names, *types, *domains; in get_children_props() local
166 names = of_get_property(dn, "ibm,drc-names", NULL); in get_children_props()
170 if (!indexes || !names || !types || !domains) { in get_children_props()
178 *drc_names = names; in get_children_props()
199 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1() local
203 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1()
208 name_tmp = (char *) &names[1]; in rpaphp_check_drc_props_v1()
317 const __be32 **names, const __be32 **types, in is_php_dn() argument
323 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
380 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local
384 if (!is_php_dn(dn, &indexes, &names, &types, &power_domains)) in rpaphp_drc_add_slot()
390 name = (char *) &names[1]; in rpaphp_drc_add_slot()