Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/hotplug/ !
Drpaphp_core.c160 const __be32 **drc_names, const __be32 **drc_types, in get_children_props() argument
179 if (drc_types) in get_children_props()
181 *drc_types = types; in get_children_props()
320 const __be32 *drc_types; in is_php_dn() local
323 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
327 if (!is_php_type((char *) &drc_types[1])) in is_php_dn()
330 *types = drc_types; in is_php_dn()