Home
last modified time | relevance | path

Searched refs:drc_types (Results 1 – 1 of 1) sorted by relevance

/drivers/pci/hotplug/
Drpaphp_core.c171 const int **drc_names, const int **drc_types, in get_children_props() argument
190 if (drc_types) in get_children_props()
192 *drc_types = types; in get_children_props()
275 const int *drc_types; in is_php_dn() local
278 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
282 if (!is_php_type((char *) &drc_types[1])) in is_php_dn()
285 *types = drc_types; in is_php_dn()