drc_type           80 arch/powerpc/include/asm/prom.h 	char *drc_type;
drc_type           55 arch/powerpc/platforms/pseries/of_helpers.c 	p = data->drc_type = (char*) (*curval);
drc_type           68 arch/powerpc/platforms/pseries/pseries_energy.c 			if (strncmp(drc.drc_type, "CPU", 3))
drc_type          139 arch/powerpc/platforms/pseries/pseries_energy.c 			if (strncmp(drc.drc_type, "CPU", 3))
drc_type           61 drivers/pci/hotplug/rpadlpar_core.c 						  char *drc_type)
drc_type           67 drivers/pci/hotplug/rpadlpar_core.c 		rc = rpaphp_check_drc_props(np, drc_name, drc_type);
drc_type           91 drivers/pci/hotplug/rpaphp.h 		char *drc_type);
drc_type          194 drivers/pci/hotplug/rpaphp_core.c 				char *drc_type, unsigned int my_index)
drc_type          219 drivers/pci/hotplug/rpaphp_core.c 	    ((drc_type == NULL) || (drc_type && !strcmp(drc_type, type_tmp))))
drc_type          226 drivers/pci/hotplug/rpaphp_core.c 				char *drc_type, unsigned int my_index)
drc_type          261 drivers/pci/hotplug/rpaphp_core.c 	    ((drc_type == NULL) ||
drc_type          262 drivers/pci/hotplug/rpaphp_core.c 	     (drc_type && !strcmp(drc_type, drc.drc_type))))
drc_type          269 drivers/pci/hotplug/rpaphp_core.c 			char *drc_type)
drc_type          280 drivers/pci/hotplug/rpaphp_core.c 		return rpaphp_check_drc_props_v2(dn, drc_name, drc_type,
drc_type          283 drivers/pci/hotplug/rpaphp_core.c 		return rpaphp_check_drc_props_v1(dn, drc_name, drc_type,
drc_type          289 drivers/pci/hotplug/rpaphp_core.c static int is_php_type(char *drc_type)
drc_type          295 drivers/pci/hotplug/rpaphp_core.c 	value = simple_strtoul(drc_type, &endptr, 10);
drc_type          296 drivers/pci/hotplug/rpaphp_core.c 	if (endptr == drc_type)