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

123

/arch/powerpc/include/asm/
H A 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/blackfin/mach-bf548/include/mach/
H A Dbf54x-lq043.h24 int height; member in struct:bfin_bf54xfb_mach_info
/arch/x86/platform/efi/
H A Dearly_printk.c83 u32 i, height; local
86 height = boot_params.screen_info.lfb_height;
88 for (i = 0; i < height - font->height; i++) {
93 src = early_efi_map((i + font->height) * len, len);
114 src = font->data + c * font->height;
151 for (h = 0; h < font->height; h++) {
177 efi_y += font->height;
184 efi_y += font->height;
187 if (efi_y + font->height > s
[all...]
/arch/arm/plat-samsung/include/plat/
H A Dfb-s3c2410.h30 unsigned short height; member in struct:s3c2410fb_display
/arch/mips/include/asm/mach-jz4740/
H A Djz4740_fb.h39 * height: height of the lcd display in mm
48 unsigned int height; member in struct:jz4740_fb_platform_data
/arch/x86/include/asm/
H A Dsysfb.h58 int height; member in struct:efifb_dmi_info
/arch/arm/mach-nspire/
H A Dclcd.c35 .height = 49, /* ~4.87 cm */
57 .height = 53, /* 5.33cm */
/arch/x86/kernel/
H A Dsysfb_simplefb.c55 mode->height = si->lfb_height;
73 len = mode->height * mode->stride;
H A Dsysfb_efi.c84 if (info->base == 0 && info->height == 0 && info->width == 0 &&
132 screen_info.lfb_height = choose_value(info->height,
/arch/tile/include/asm/
H A Dsmp.h50 #define smp_height (smp_topology.height)
/arch/tile/kernel/
H A Dasm-offsets.c80 offsetof(HV_Topology, height));
H A Dhardwall.c113 int height; /* rectangle height */ member in struct:hardwall_info
198 (y >= r->ulhc_y && y < r->ulhc_y + r->height);
214 r->height = cpu_y(lrhc) - r->ulhc_y + 1;
216 /* Width and height must be positive */
217 if (r->width <= 0 || r->height <= 0)
285 if (y == r->ulhc_y + r->height - 1)
302 delta = (r->height - 1) * smp_width;
311 for (y = 0; y < r->height; ++y, cpu += smp_width) {
882 hwt->name, info->width, info->height,
[all...]
/arch/x86/boot/compressed/
H A Deboot.c652 u16 width, height; local
692 height = info->vertical_resolution;
715 si->lfb_height = height;
755 u16 width, height; local
795 height = info->vertical_resolution;
818 si->lfb_height = height;
862 setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) argument
890 *height = h;
907 setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) argument
935 *height
958 u32 width, height; local
[all...]
/arch/arm/mach-s3c24xx/
H A Dmach-qt2410.c113 .height = 480,
136 .height = 640,
158 .height = 320,
H A Dmach-bast.c420 .height = 480,
438 .height = 480,
456 .height = 480,
H A Dmach-mini2440.c116 .height = _yres, \
666 mini2440_lcd_cfg[li].height);
670 mini2440_lcd_cfg[li].height);
H A Dmach-amlm5900.c177 .height = 160,
H A Dmach-at2440evb.c159 .height = 480,
H A Dmach-rx3715.c110 .height = 320,
H A Dmach-smdk2440.c116 .height = 320,
/arch/arm/mach-integrator/
H A Dimpd1.c93 .height = -1,
121 .height = -1,
149 .height = -1,
181 .height = -1,
/arch/x86/xen/
H A Dvga.c45 screen_info->lfb_height = info->u.vesa_lfb.height;
/arch/arm/boot/dts/
H A Dimx28-cfa10036.dts99 solomon,height = <32>;
/arch/arm/mach-netx/
H A Dnxdb500.c54 .height = -1,
H A Dnxeb500hmi.c54 .height = -1,

Completed in 4978 milliseconds

123