Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 55) sorted by relevance

123

/arch/x86/platform/efi/
Dearly_printk.c83 u32 i, height; in early_efi_scroll_up() local
86 height = boot_params.screen_info.lfb_height; in early_efi_scroll_up()
88 for (i = 0; i < height - font->height; i++) { in early_efi_scroll_up()
93 src = early_efi_map((i + font->height) * len, len); in early_efi_scroll_up()
114 src = font->data + c * font->height; in early_efi_write_char()
151 for (h = 0; h < font->height; h++) { in early_efi_write()
177 efi_y += font->height; in early_efi_write()
184 efi_y += font->height; in early_efi_write()
187 if (efi_y + font->height > si->lfb_height) { in early_efi_write()
190 efi_y -= font->height; in early_efi_write()
[all …]
/arch/powerpc/include/asm/
Dbtext.h11 extern void btext_update_display(unsigned long phys, int width, int height,
13 extern void btext_setup_display(int width, int height, int depth, int pitch,
/arch/powerpc/kernel/
Dbtext.c119 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
125 g_max_loc_Y = height / 16; in btext_setup_display()
132 dispDeviceRect[3] = height; in btext_setup_display()
174 unsigned int width, height, depth, pitch; in btext_initialize() local
189 height = *prop; in btext_initialize()
219 g_max_loc_Y = height / 16; in btext_initialize()
225 dispDeviceRect[3] = height; in btext_initialize()
280 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
294 dispDeviceRect[3] = height; in btext_update_display()
305 g_max_loc_Y = height / 16; in btext_update_display()
/arch/blackfin/mach-bf548/include/mach/
Dbf54x-lq043.h24 int height; member
/arch/sparc/kernel/
Dbtext.c44 unsigned int width, height, depth, pitch; in btext_initialize() local
50 if (prom_getproperty(node, "height", (char *)&height, 4) < 0) in btext_initialize()
75 g_max_loc_Y = height / 16; in btext_initialize()
81 dispDeviceRect[3] = height; in btext_initialize()
/arch/arm/mach-s3c24xx/
Dmach-qt2410.c113 .height = 480,
136 .height = 640,
158 .height = 320,
Dmach-bast.c420 .height = 480,
438 .height = 480,
456 .height = 480,
Dmach-mini2440.c116 .height = _yres, \
686 mini2440_lcd_cfg[li].height); in mini2440_init()
690 mini2440_lcd_cfg[li].height); in mini2440_init()
Dmach-smdk2440.c116 .height = 320,
Dmach-rx3715.c110 .height = 320,
Dmach-amlm5900.c177 .height = 160,
/arch/x86/kernel/
Dsysfb_simplefb.c55 mode->height = si->lfb_height; in parse_mode()
96 length = mode->height * mode->stride; in create_simplefb()
Dsysfb_efi.c81 si->lfb_height = efifb_dmi_list[i].height; in efifb_setup_from_dmi()
99 if (info->base == 0 && info->height == 0 && info->width == 0 && in efifb_set_system()
157 screen_info.lfb_height = choose_value(info->height, in efifb_set_system()
/arch/arm/mach-nspire/
Dclcd.c35 .height = 49, /* ~4.87 cm */
57 .height = 53, /* 5.33cm */
/arch/arm/plat-samsung/include/plat/
Dfb-s3c2410.h30 unsigned short height; member
/arch/mips/include/asm/mach-jz4740/
Djz4740_fb.h48 unsigned int height; member
/arch/arm/mach-integrator/
Dimpd1.c93 .height = -1,
121 .height = -1,
149 .height = -1,
181 .height = -1,
/arch/x86/include/asm/
Dsysfb.h58 int height; member
/arch/tile/kernel/
Dhardwall.c113 int height; /* rectangle height */ member
198 (y >= r->ulhc_y && y < r->ulhc_y + r->height); in contains()
214 r->height = cpu_y(lrhc) - r->ulhc_y + 1; in check_rectangle()
217 if (r->width <= 0 || r->height <= 0) in check_rectangle()
285 if (y == r->ulhc_y + r->height - 1) in hardwall_setup_func()
302 delta = (r->height - 1) * smp_width; in hardwall_protect_rectangle()
311 for (y = 0; y < r->height; ++y, cpu += smp_width) { in hardwall_protect_rectangle()
880 hwt->name, info->width, info->height, in hardwall_destroy()
Dasm-offsets.c80 offsetof(HV_Topology, height)); in foo()
/arch/arm/boot/dts/
Dr8a77xx-aa121td01-panel.dtsi16 height-mm = <163>;
Dr8a77xx-aa104xd12-panel.dtsi16 height-mm = <158>;
/arch/x86/boot/compressed/
Deboot.c541 setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga32() argument
569 *height = h; in setup_uga32()
586 setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga64() argument
614 *height = h; in setup_uga64()
637 u32 width, height; in setup_uga() local
651 height = 0; in setup_uga()
655 status = setup_uga64(uga_handle, size, &width, &height); in setup_uga()
657 status = setup_uga32(uga_handle, size, &width, &height); in setup_uga()
659 if (!width && !height) in setup_uga()
667 si->lfb_height = height; in setup_uga()
/arch/tile/include/asm/
Dsmp.h50 #define smp_height (smp_topology.height)
/arch/arm/mach-netx/
Dnxeb500hmi.c54 .height = -1,

123