/Linux-v4.19/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. 74 The GTF is limited by the fact that it is designed mainly for CRT displays. 82 displays, the "reduced blanking" calculation can be used. 87 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
/Linux-v4.19/drivers/staging/fbtft/ |
D | fbtft_device.c | 270 static struct fbtft_device_display displays[] = { variable 1461 for (i = 0; i < ARRAY_SIZE(displays); i++) in fbtft_device_init() 1462 pr_info("%s\n", displays[i].name); in fbtft_device_init() 1467 i = ARRAY_SIZE(displays) - 1; in fbtft_device_init() 1468 displays[i].name = name; in fbtft_device_init() 1470 displays[i].pdev->name = name; in fbtft_device_init() 1471 displays[i].spi = NULL; in fbtft_device_init() 1475 len = strlcpy(displays[i].spi->modalias, name, in fbtft_device_init() 1479 displays[i].spi->modalias); in fbtft_device_init() 1480 displays[i].pdev = NULL; in fbtft_device_init() [all …]
|
D | Kconfig | 162 displays with a resolution of up to 320x240 pixels. 203 tristate "Generic FB driver for TFT LCD displays" 206 Generic Framebuffer support for TFT LCD displays.
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | Kconfig | 13 tristate "Support for parallel displays" 19 tristate "Support for TV and VGA displays" 27 tristate "Support for LVDS displays"
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 15 Description: This attribute file displays how many seconds have elapsed 22 Description: This attribute file displays the type of memory controller 28 Description: This attribute file displays, in count of megabytes, of memory 34 Description: This attribute file displays the total count of uncorrectable 42 Description: This attribute file displays the number of UEs that have 49 Description: This attribute file displays the total count of correctable 59 Description: This attribute file displays the number of CEs that 82 Description: This attribute file displays the information about the last 145 Description: This attribute file displays the total count of correctable 154 Description: This attribute file displays the total count of uncorrectable
|
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-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 102 struct omapfb_display_data displays[10]; member 166 if (fbdev->displays[i].dssdev == dssdev) in get_display_data() 167 return &fbdev->displays[i]; in get_display_data()
|
D | Makefile | 4 obj-y += displays/
|
D | Kconfig | 38 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
|
/Linux-v4.19/drivers/video/fbdev/ |
D | nuc900fb.c | 96 struct nuc900fb_display *default_display = mach_info->displays + in nuc900fb_check_var() 110 if (var->xres == mach_info->displays[i].xres && in nuc900fb_check_var() 111 var->yres == mach_info->displays[i].yres && in nuc900fb_check_var() 112 var->bits_per_pixel == mach_info->displays[i].bpp) { in nuc900fb_check_var() 113 display = mach_info->displays + i; in nuc900fb_check_var() 530 display = mach_info->displays + mach_info->default_display; in nuc900fb_probe() 612 unsigned long smem_len = mach_info->displays[i].xres; in nuc900fb_probe() 613 smem_len *= mach_info->displays[i].yres; in nuc900fb_probe() 614 smem_len *= mach_info->displays[i].bpp; in nuc900fb_probe()
|
D | s3c2410fb.c | 128 struct s3c2410fb_display *default_display = mach_info->displays + in s3c2410fb_check_var() 143 if (type == mach_info->displays[i].type && in s3c2410fb_check_var() 144 var->yres == mach_info->displays[i].yres && in s3c2410fb_check_var() 145 var->xres == mach_info->displays[i].xres && in s3c2410fb_check_var() 146 var->bits_per_pixel == mach_info->displays[i].bpp) { in s3c2410fb_check_var() 147 display = mach_info->displays + i; in s3c2410fb_check_var() 849 display = mach_info->displays + mach_info->default_display; in s3c24xxfb_probe() 944 unsigned long smem_len = mach_info->displays[i].xres; in s3c24xxfb_probe() 946 smem_len *= mach_info->displays[i].yres; in s3c24xxfb_probe() 947 smem_len *= mach_info->displays[i].bpp; in s3c24xxfb_probe()
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/auxdisplay/ |
D | hit,hd44780.txt | 27 - internal-buffer-width: Internal buffer width (default is 40 for displays 28 with 1 or 2 lines, and display-width-chars for displays with more than 2
|
D | img-ascii-lcd.txt | 1 Binding for ASCII LCD displays on Imagination Technologies boards
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | Makefile | 8 obj-y += displays/
|
D | Kconfig | 14 source "drivers/gpu/drm/omapdrm/displays/Kconfig"
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | davinci-vpbe.rst | 62 Support LCD Panel displays using the VENC. For example to support a Logic 68 various LCD displays.As of this patch a basic driver is present, and this 69 support for external encoders and displays forms a part of the next
|
/Linux-v4.19/arch/arm/plat-samsung/include/plat/ |
D | fb-s3c2410.h | 47 struct s3c2410fb_display *displays; /* attached displays info */ member
|
/Linux-v4.19/include/linux/platform_data/ |
D | video-nuc900fb.h | 71 struct nuc900fb_display *displays; member
|
/Linux-v4.19/drivers/usb/typec/altmodes/ |
D | Kconfig | 8 displays and adapters to be attached to the USB Type-C
|
/Linux-v4.19/Documentation/ |
D | btmrvl.txt | 84 This command displays current auto sleep status. 93 This command displays the value of Tx download ready flag.
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-evlist.txt | 15 This command displays the names of events sampled in a perf.data file.
|
/Linux-v4.19/Documentation/EDID/ |
D | HOWTO.txt | 7 booting or it displays the wrong area. Cases when this happens are: 56 displays the correct CRC which must then be inserted into the source
|