Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Drpaphp_core.c203 char **drc_name, char **drc_type, int *drc_power_domain) in rpaphp_get_drc_props() argument
230 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() argument
251 value = simple_strtoul(drc_type, &endptr, 10); in is_php_type()
252 if (endptr == drc_type) in is_php_type()
Drpadlpar_core.c64 char *drc_type) in find_php_slot_pci_node() argument
74 if (!strcmp(drc_name, name) && !strcmp(drc_type, type)) in find_php_slot_pci_node()
Drpaphp.h95 char **drc_name, char **drc_type, int *drc_power_domain);