Searched refs:primary_device (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/fbdev/via/
H A Dioctl.h162 unsigned int primary_device; member in struct:viafb_ioctl_setting
H A Dviafbdev.c916 int primary_device = 0; local
922 primary_device = CRT_Device;
930 primary_device = DVI_Device;
938 primary_device = LCD_Device;
946 primary_device = LCD2_Device;
950 return primary_device;
968 setting_info->primary_device = get_primary_device();
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c131 static int primary_device = -1; variable
2873 if (primary_device == idx)
2874 primary_device = -1;
2909 if (!map_override && primary_device == -1 &&
2915 primary_device = info->node;
2918 con2fb_map_boot[i] = primary_device;
2924 info_idx = primary_device;

Completed in 179 milliseconds