Searched defs:height (Results 1 - 12 of 12) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
H A Dbf54x-lq043.h24 int height; member in struct:bfin_bf54xfb_mach_info
/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/sparc/kernel/
H A Dbtext.c44 unsigned int width, height, depth, pitch; local
50 if (prom_getproperty(node, "height", (char *)&height, 4) < 0)
75 g_max_loc_Y = height / 16;
81 dispDeviceRect[3] = height;
/arch/x86/include/asm/
H A Dsysfb.h58 int height; member in struct:efifb_dmi_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/powerpc/kernel/
H A Dbtext.c119 void __init btext_setup_display(int width, int height, int depth, int pitch, argument
125 g_max_loc_Y = height / 16;
132 dispDeviceRect[3] = height;
174 unsigned int width, height, depth, pitch; local
184 prop = of_get_property(np, "linux,bootx-height", NULL);
186 prop = of_get_property(np, "height", NULL);
189 height = *prop;
219 g_max_loc_Y = height / 16;
225 dispDeviceRect[3] = height;
280 void btext_update_display(unsigned long phys, int width, int height, argument
[all...]
H A Dprom_init.c1963 u32 width, height, pitch, addr; local
1967 prom_getprop(node, "height", &height, 4);
1971 width, height, pitch, addr);
1972 btext_setup_display(width, height, 8, pitch, addr);
/arch/tile/kernel/
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/tile/include/hv/
H A Dhypervisor.h930 int height; member in struct:__anon2940
/arch/powerpc/include/asm/
H A Dps3av.h563 u16 height; /* in: height in pixel */ member in struct:ps3av_pkt_video_mode

Completed in 2746 milliseconds