propnames         526 arch/powerpc/kernel/setup_64.c 	const char **propnames = icache ? ipropnames : dpropnames;
propnames         534 arch/powerpc/kernel/setup_64.c 	sizep = of_get_property(np, propnames[0], NULL);
propnames         537 arch/powerpc/kernel/setup_64.c 	setsp = of_get_property(np, propnames[1], NULL);
propnames         540 arch/powerpc/kernel/setup_64.c 	bsizep = of_get_property(np, propnames[2], NULL);
propnames         541 arch/powerpc/kernel/setup_64.c 	lsizep = of_get_property(np, propnames[3], NULL);
propnames          69 drivers/video/fbdev/aty/radeon_monitor.c         static char *propnames[] = { "DFP,EDID", "LCD,EDID", "EDID",
propnames          95 drivers/video/fbdev/aty/radeon_monitor.c 	for (i = 0; propnames[i] != NULL; ++i) {
propnames          96 drivers/video/fbdev/aty/radeon_monitor.c 		pedid = of_get_property(dp, propnames[i], NULL);
propnames          33 drivers/video/fbdev/nvidia/nv_of.c 	static char *propnames[] = {
propnames          53 drivers/video/fbdev/nvidia/nv_of.c 				for (i = 0; propnames[i] != NULL; ++i) {
propnames          55 drivers/video/fbdev/nvidia/nv_of.c 							propnames[i], NULL);
propnames          65 drivers/video/fbdev/nvidia/nv_of.c 		for (i = 0; propnames[i] != NULL; ++i) {
propnames          66 drivers/video/fbdev/nvidia/nv_of.c 			pedid = of_get_property(parent, propnames[i], NULL);
propnames        1735 drivers/video/fbdev/riva/fbdev.c 	static char *propnames[] = {
propnames        1747 drivers/video/fbdev/riva/fbdev.c 		for (i = 0; propnames[i] != NULL; ++i) {
propnames        1748 drivers/video/fbdev/riva/fbdev.c 			pedid = of_get_property(dp, propnames[i], NULL);