primary_device    135 drivers/video/fbdev/core/fbcon.c static int primary_device = -1;
primary_device   3169 drivers/video/fbdev/core/fbcon.c 	if (primary_device == idx)
primary_device   3170 drivers/video/fbdev/core/fbcon.c 		primary_device = -1;
primary_device   3204 drivers/video/fbdev/core/fbcon.c 	if (!map_override && primary_device == -1 &&
primary_device   3210 drivers/video/fbdev/core/fbcon.c 		primary_device = info->node;
primary_device   3213 drivers/video/fbdev/core/fbcon.c 			con2fb_map_boot[i] = primary_device;
primary_device   3219 drivers/video/fbdev/core/fbcon.c 			info_idx = primary_device;
primary_device    162 drivers/video/fbdev/via/ioctl.h 	unsigned int primary_device;
primary_device    916 drivers/video/fbdev/via/viafbdev.c 	int primary_device = 0;
primary_device    922 drivers/video/fbdev/via/viafbdev.c 				primary_device = CRT_Device;
primary_device    930 drivers/video/fbdev/via/viafbdev.c 				primary_device = DVI_Device;
primary_device    938 drivers/video/fbdev/via/viafbdev.c 				primary_device = LCD_Device;
primary_device    946 drivers/video/fbdev/via/viafbdev.c 				primary_device = LCD2_Device;
primary_device    950 drivers/video/fbdev/via/viafbdev.c 	return primary_device;
primary_device    968 drivers/video/fbdev/via/viafbdev.c 	setting_info->primary_device = get_primary_device();