Searched refs:drc_type (Results 1 – 3 of 3) sorted by relevance
203 char **drc_name, char **drc_type, int *drc_power_domain) in rpaphp_get_drc_props() argument230 if (drc_type) in rpaphp_get_drc_props()231 *drc_type = type_tmp; in rpaphp_get_drc_props()245 static int is_php_type(char *drc_type) in is_php_type() argument251 value = simple_strtoul(drc_type, &endptr, 10); in is_php_type()252 if (endptr == drc_type) in is_php_type()
64 char *drc_type) in find_php_slot_pci_node() argument74 if (!strcmp(drc_name, name) && !strcmp(drc_type, type)) in find_php_slot_pci_node()
95 char **drc_name, char **drc_type, int *drc_power_domain);