Home
last modified time | relevance | path

Searched refs:dimensions (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
Dmacintosh.h96 unsigned long dimensions; member
/linux-4.1.27/arch/m68k/mac/
Dconfig.c102 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo()
891 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF, in mac_identify()
892 mac_bi_data.dimensions >> 16); in mac_identify()
/linux-4.1.27/drivers/video/fbdev/
Dmacfb.c574 macfb_defined.xres = mac_bi_data.dimensions & 0xFFFF; in macfb_init()
575 macfb_defined.yres = mac_bi_data.dimensions >> 16; in macfb_init()
DKconfig1139 have a display with nonstandard dimensions. A VESA compliant
/linux-4.1.27/Documentation/input/
Dntrig.txt56 However not all of these devices have the same physical dimensions. Most
Devent-codes.txt174 the input device may be used freely in three dimensions, consider ABS_Z
/linux-4.1.27/drivers/staging/panel/
DKconfig84 more precise aspects (wiring, dimensions, protocol, ...). Please note
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt393 dimensions of the screen.
422 <yres> and <depth> give the dimensions of the screen and the number of
546 is used for both dimensions. The default value is 2 for both
/linux-4.1.27/drivers/gpu/drm/radeon/
Dcik.c4872 u32 dimensions[3]; member