/linux-2.6.39/Documentation/fb/ |
D | sa1100fb.txt | 12 For most common passive displays, giving the option 20 displays are supported as long as the SDS bit is set in LCCR0; GPIO<9:2> 23 For active displays or displays requiring additional configuration
|
D | modedb.txt | 32 If 'R' is specified, do a 'reduced blanking' calculation for digital displays. 59 The GTF is limited by the fact that it is designed mainly for CRT displays. 67 displays, the "reduced blanking" calculation can be used. 72 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
/linux-2.6.39/drivers/video/display/ |
D | Kconfig | 15 covers LCD displays for PDAs but also other types of displays
|
/linux-2.6.39/drivers/video/ |
D | nuc900fb.c | 97 struct nuc900fb_display *default_display = mach_info->displays + in nuc900fb_check_var() 111 if (var->xres == mach_info->displays[i].xres && in nuc900fb_check_var() 112 var->yres == mach_info->displays[i].yres && in nuc900fb_check_var() 113 var->bits_per_pixel == mach_info->displays[i].bpp) { in nuc900fb_check_var() 114 display = mach_info->displays + i; in nuc900fb_check_var() 531 display = mach_info->displays + mach_info->default_display; in nuc900fb_probe() 614 unsigned long smem_len = mach_info->displays[i].xres; in nuc900fb_probe() 615 smem_len *= mach_info->displays[i].yres; in nuc900fb_probe() 616 smem_len *= mach_info->displays[i].bpp; in nuc900fb_probe()
|
D | s3c2410fb.c | 122 struct s3c2410fb_display *default_display = mach_info->displays + in s3c2410fb_check_var() 137 if (type == mach_info->displays[i].type && in s3c2410fb_check_var() 138 var->yres == mach_info->displays[i].yres && in s3c2410fb_check_var() 139 var->xres == mach_info->displays[i].xres && in s3c2410fb_check_var() 140 var->bits_per_pixel == mach_info->displays[i].bpp) { in s3c2410fb_check_var() 141 display = mach_info->displays + i; in s3c2410fb_check_var() 845 display = mach_info->displays + mach_info->default_display; in s3c24xxfb_probe() 937 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe() 939 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe() 940 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
|
/linux-2.6.39/drivers/video/omap2/ |
D | Makefile | 6 obj-y += displays/
|
D | Kconfig | 9 source "drivers/video/omap2/displays/Kconfig"
|
/linux-2.6.39/Documentation/hwmon/ |
D | ibmaem | 26 is a register that displays an estimate of raw energy consumption since the 37 The "power_cap" value displays the current system power cap, as set by the AEM
|
/linux-2.6.39/arch/arm/plat-s3c24xx/ |
D | devs.c | 155 npd->displays = kmemdup(pd->displays, in s3c24xx_fb_set_platdata() 158 if (!npd->displays) in s3c24xx_fb_set_platdata()
|
/linux-2.6.39/arch/arm/mach-s3c2410/include/mach/ |
D | fb.h | 53 struct s3c2410fb_display *displays; /* attached diplays info */ member
|
/linux-2.6.39/arch/arm/mach-w90x900/include/mach/ |
D | fb.h | 71 struct nuc900fb_display *displays; member
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-evlist.txt | 15 This command displays the names of events sampled in a perf.data file.
|
D | perf-top.txt | 15 This command generates and displays a performance counter profile in real time. 142 Pressing any unmapped key displays a menu, and prompts for input.
|
D | perf-kvm.txt | 21 'perf kvm [options] top <command>' to generates and displays 34 'perf kvm diff' to displays the performance difference amongst two perf.data
|
D | perf-buildid-list.txt | 15 This command displays the buildids found in a perf.data file, so that other
|
D | perf-report.txt | 15 This command displays the performance counter profile information recorded 89 - fractal: like graph, but displays relative rates. Each branch of
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-class-net-batman-adv | 7 displays the batman mesh interface this <iface>
|
D | procfs-diskstats | 5 The /proc/diskstats file displays the I/O statistics
|
D | sysfs-ocfs2 | 12 The /sys/fs/ocfs2/max_locking_protocol file displays version 53 The /sys/fs/ocfs2/active_cluster_plugin displays which
|
/linux-2.6.39/Documentation/arm/OMAP/ |
D | DSS | 45 The DSS driver models OMAP's overlays, overlay managers and displays in a 104 restrictions which kinds of displays an overlay manager can be connected: 107 - Virtual overlay managers can only be connected to DBI or DSI displays. 108 - DISPC LCD overlay manager can be connected to all displays, except TV 188 framebuffers, overlays, overlay managers, displays. Framebuffers are 264 - Default video mode for specified displays. For example,
|
/linux-2.6.39/Documentation/ |
D | btmrvl.txt | 82 This command displays current auto sleep status. 91 This command displays the value of Tx download ready flag.
|
/linux-2.6.39/drivers/media/video/omap/ |
D | omap_voutdef.h | 67 struct omap_dss_device *displays[MAX_DISPLAYS]; member
|
/linux-2.6.39/arch/arm/mach-s3c2440/ |
D | mach-smdk2440.c | 133 .displays = &smdk2440_lcd_cfg,
|
/linux-2.6.39/arch/arm/mach-w90x900/ |
D | dev.c | 450 .displays = &nuc900_lcd_info[0], 452 .displays = nuc900_lcd_info,
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | Kconfig | 102 bool "Fake VSYNC irq from manual update displays" 107 displays using manual mode, and you want VSYNC to, for example,
|