Searched refs:screen_info (Results 26 - 50 of 64) sorted by relevance

123

/linux-master/drivers/video/
H A Dscreen_info_generic.c5 #include <linux/screen_info.h>
61 * screen_info_resources() - Get resources from screen_info structure
62 * @si: the screen_info
70 * screen_info's device or framebuffer. The result is stored in the caller-supplied
74 ssize_t screen_info_resources(const struct screen_info *si, struct resource *r, size_t num)
/linux-master/arch/x86/xen/
H A Dxen-ops.h111 struct screen_info *);
114 size_t size, struct screen_info *si)
H A Denlighten.c237 if (!boot_params.screen_info.orig_video_isVGA)
240 if (boot_params.screen_info.orig_video_isVGA)
H A Denlighten_pvh.c59 &boot_params->screen_info);
/linux-master/include/uapi/linux/
H A Dscreen_info.h11 struct screen_info { struct
/linux-master/arch/x86/boot/
H A Dmemory.c113 boot_params.screen_info.ext_mem_k = oreg.ax;
H A Dvideo-vga.c256 boot_params.screen_info.orig_video_ega_bx = oreg.bx;
268 boot_params.screen_info.orig_video_isVGA = 1;
/linux-master/arch/x86/include/asm/
H A Dbootparam_utils.h58 BOOT_PARAM_PRESERVE(screen_info),
/linux-master/drivers/video/fbdev/
H A Defifb.c18 #include <linux/screen_info.h>
107 static void efifb_copy_bmp(u8 *src, u32 *dst, int width, const struct screen_info *si)
129 static bool efifb_bgrt_sanity_check(const struct screen_info *si, u32 bmp_width)
140 static bool efifb_bgrt_sanity_check(const struct screen_info *si, u32 bmp_width)
146 static void efifb_show_boot_graphics(struct fb_info *info, const struct screen_info *si)
245 static inline void efifb_show_boot_graphics(struct fb_info *info, const struct screen_info *si)
278 static int efifb_setup(struct screen_info *si, char *options)
306 static inline bool fb_base_is_valid(struct screen_info *si)
325 struct screen_info *si = dev_get_platdata(dev); \
350 struct screen_info *s
[all...]
H A Dvesafb.c23 #include <linux/screen_info.h>
246 struct screen_info *si;
257 * driver. We get a copy of the attached screen_info, so that we can
/linux-master/arch/x86/kernel/
H A Dearly_printk.c6 #include <linux/screen_info.h>
374 boot_params.screen_info.orig_video_isVGA == 1) {
375 max_xpos = boot_params.screen_info.orig_video_cols;
376 max_ypos = boot_params.screen_info.orig_video_lines;
377 current_ypos = boot_params.screen_info.orig_y;
H A Dkexec-bzimage64.c249 /* Copying screen_info will do? */
250 memcpy(&params->screen_info, &screen_info, sizeof(struct screen_info));
253 params->screen_info.ext_mem_k = 0;
290 params->screen_info.ext_mem_k = mem_k;
293 params->screen_info.ext_mem_k = 0xfc00; /* 64M*/
H A Dsetup.c151 struct screen_info screen_info; variable in typeref:struct:screen_info
152 EXPORT_SYMBOL(screen_info); variable
771 screen_info = boot_params.screen_info;
1166 vgacon_register_screen(&screen_info);
/linux-master/arch/alpha/kernel/
H A Dproto.h3 #include <linux/screen_info.h>
117 extern struct screen_info vgacon_screen_info;
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c14 #include <linux/screen_info.h>
164 static struct screen_info si = {
/linux-master/arch/mips/sni/
H A Dsetup.c16 #include <linux/screen_info.h>
42 static struct screen_info si;
/linux-master/include/linux/
H A Dconsole.h133 struct screen_info;
135 void vgacon_register_screen(struct screen_info *si);
137 static inline void vgacon_register_screen(struct screen_info *si) { }
/linux-master/arch/arm/kernel/
H A Defi.c8 #include <linux/screen_info.h>
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot.c59 struct screen_info *alloc_screen_info(void)
H A Dgop.c11 #include <linux/screen_info.h>
430 setup_pixel_info(struct screen_info *si, u32 pixels_per_scan_line,
514 static efi_status_t setup_gop(struct screen_info *si, efi_guid_t *proto,
559 efi_status_t efi_setup_gop(struct screen_info *si, efi_guid_t *proto,
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h31 PROVIDE(__efistub_screen_info = screen_info);
H A Defi.c12 #include <linux/screen_info.h>
/linux-master/drivers/video/console/
H A Ddummycon.c13 #include <linux/screen_info.h>
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h32 #include <linux/screen_info.h>
/linux-master/drivers/pci/
H A Dvgaarb.c29 #include <linux/screen_info.h>
560 u64 base = screen_info.lfb_base;
561 u64 size = screen_info.lfb_size;
567 if (screen_info.capabilities & VIDEO_CAPABILITY_64BIT_BASE)
568 base |= (u64)screen_info.ext_lfb_base << 32;

Completed in 198 milliseconds

123