/arch/x86/platform/efi/ |
D | early_printk.c | 83 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/ |
D | btext.h | 11 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/ |
D | btext.c | 119 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/ |
D | bf54x-lq043.h | 24 int height; member
|
/arch/sparc/kernel/ |
D | btext.c | 44 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/ |
D | mach-qt2410.c | 113 .height = 480, 136 .height = 640, 158 .height = 320,
|
D | mach-bast.c | 420 .height = 480, 438 .height = 480, 456 .height = 480,
|
D | mach-mini2440.c | 116 .height = _yres, \ 686 mini2440_lcd_cfg[li].height); in mini2440_init() 690 mini2440_lcd_cfg[li].height); in mini2440_init()
|
D | mach-smdk2440.c | 116 .height = 320,
|
D | mach-rx3715.c | 110 .height = 320,
|
D | mach-amlm5900.c | 177 .height = 160,
|
/arch/x86/kernel/ |
D | sysfb_simplefb.c | 55 mode->height = si->lfb_height; in parse_mode() 96 length = mode->height * mode->stride; in create_simplefb()
|
D | sysfb_efi.c | 81 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/ |
D | clcd.c | 35 .height = 49, /* ~4.87 cm */ 57 .height = 53, /* 5.33cm */
|
/arch/arm/plat-samsung/include/plat/ |
D | fb-s3c2410.h | 30 unsigned short height; member
|
/arch/mips/include/asm/mach-jz4740/ |
D | jz4740_fb.h | 48 unsigned int height; member
|
/arch/arm/mach-integrator/ |
D | impd1.c | 93 .height = -1, 121 .height = -1, 149 .height = -1, 181 .height = -1,
|
/arch/x86/include/asm/ |
D | sysfb.h | 58 int height; member
|
/arch/tile/kernel/ |
D | hardwall.c | 113 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()
|
D | asm-offsets.c | 80 offsetof(HV_Topology, height)); in foo()
|
/arch/arm/boot/dts/ |
D | r8a77xx-aa121td01-panel.dtsi | 16 height-mm = <163>;
|
D | r8a77xx-aa104xd12-panel.dtsi | 16 height-mm = <158>;
|
/arch/x86/boot/compressed/ |
D | eboot.c | 541 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/ |
D | smp.h | 50 #define smp_height (smp_topology.height)
|
/arch/arm/mach-netx/ |
D | nxeb500hmi.c | 54 .height = -1,
|