Searched refs:screen_info (Results 51 - 63 of 63) sorted by relevance

123

/linux-master/arch/arm/kernel/
H A Datags_parse.c22 #include <linux/screen_info.h>
H A Dsetup.c17 #include <linux/screen_info.h>
932 struct screen_info vgacon_screen_info = {
/linux-master/drivers/firmware/efi/libstub/
H A Defistub.h1085 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto,
1147 struct screen_info *alloc_screen_info(void);
1148 struct screen_info *__alloc_screen_info(void);
1149 void free_screen_info(struct screen_info *si);
H A DMakefile75 screen_info.o efi-stub-entry.o
H A Dx86-stub.c347 setup_uga(struct screen_info *si, efi_guid_t *uga_proto, unsigned long size)
427 struct screen_info *si;
434 si = &boot_params->screen_info;
/linux-master/arch/arm64/kernel/
H A Dsetup.c18 #include <linux/screen_info.h>
/linux-master/drivers/video/console/
H A Dvgacon.c50 #include <linux/screen_info.h>
92 static struct screen_info *vga_si;
1216 void vgacon_register_screen(struct screen_info *si)
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c24 #include <linux/screen_info.h>
186 static inline int check_mode_supported(const struct screen_info *si)
1307 struct screen_info *si;
/linux-master/arch/x86/kernel/
H A De820.c1262 if (boot_params.alt_mem_k < boot_params.screen_info.ext_mem_k) {
1263 mem_size = boot_params.screen_info.ext_mem_k;
/linux-master/arch/alpha/kernel/
H A Dsetup.c22 #include <linux/screen_info.h>
136 * The format of "screen_info" is strange, and due to early
141 struct screen_info vgacon_screen_info = {
/linux-master/drivers/hv/
H A Dvmbus_drv.c32 #include <linux/screen_info.h>
2094 start = screen_info.lfb_base;
2095 size = max_t(__u32, screen_info.lfb_size, 0x800000);
/linux-master/include/linux/
H A Defi.h30 struct screen_info;
408 * This GUID is used to pass to the kernel proper the struct screen_info
1331 extern void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1484 &boot_params.screen_info);

Completed in 332 milliseconds

123