Searched refs:displays (Results 1 – 25 of 121) sorted by relevance
12345
| /Linux-v5.4/Documentation/fb/ |
| D | sa1100fb.rst | 14 For most common passive displays, giving the option:: 22 displays are supported as long as the SDS bit is set in LCCR0; GPIO<9:2> 25 For active displays or displays requiring additional configuration
|
| D | modedb.rst | 32 If 'R' is specified, do a 'reduced blanking' calculation for digital displays. 91 The GTF is limited by the fact that it is designed mainly for CRT displays. 99 displays, the "reduced blanking" calculation can be used. 104 new CRT displays and probably with most flatpanels, if 'reduced blanking'
|
| /Linux-v5.4/drivers/gpu/drm/imx/ |
| D | Kconfig | 14 tristate "Support for parallel displays" 20 tristate "Support for TV and VGA displays" 29 tristate "Support for LVDS displays"
|
| /Linux-v5.4/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 | sysfs-class-chromeos-driver-cros-ec-lightbar | 56 that it displays under various conditions, such as at 58 file displays the current sequence that the lightbar is
|
| 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-v5.4/drivers/video/fbdev/omap2/omapfb/ |
| D | omapfb.h | 91 struct omapfb_display_data displays[10]; member 155 if (fbdev->displays[i].dssdev == dssdev) in get_display_data() 156 return &fbdev->displays[i]; in get_display_data()
|
| D | Makefile | 4 obj-y += displays/
|
| D | Kconfig | 39 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
|
| /Linux-v5.4/drivers/video/fbdev/ |
| 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-v5.4/Documentation/hwmon/ |
| D | ibmaem.rst | 32 is a register that displays an estimate of raw energy consumption since the 43 The "power_cap" value displays the current system power cap, as set by the AEM
|
| /Linux-v5.4/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-v5.4/Documentation/media/v4l-drivers/ |
| D | davinci-vpbe.rst | 64 Support LCD Panel displays using the VENC. For example to support a Logic 70 various LCD displays.As of this patch a basic driver is present, and this 71 support for external encoders and displays forms a part of the next
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/ |
| D | Makefile | 8 obj-y += displays/
|
| D | Kconfig | 15 source "drivers/gpu/drm/omapdrm/displays/Kconfig"
|
| /Linux-v5.4/arch/arm/plat-samsung/include/plat/ |
| D | fb-s3c2410.h | 47 struct s3c2410fb_display *displays; /* attached displays info */ member
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | btmrvl.rst | 84 This command displays current auto sleep status. 93 This command displays the value of Tx download ready flag.
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-evlist.txt | 15 This command displays the names of events sampled in a perf.data file.
|
| D | perf-buildid-list.txt | 15 This command displays the buildids found in a perf.data file, so that other
|
| /Linux-v5.4/drivers/usb/typec/altmodes/ |
| D | Kconfig | 9 displays and adapters to be attached to the USB Type-C
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/ |
| D | ste,mcde.txt | 5 LCD displays or bridges. It is used in the ST-Ericsson U8500 platform. 46 the displays are connected to the DSI hosts using the common binding
|
| /Linux-v5.4/Documentation/arm/omap/ |
| D | dss.rst | 46 The DSS driver models OMAP's overlays, overlay managers and displays in a 150 restrictions which kinds of displays an overlay manager can be connected: 153 - Virtual overlay managers can only be connected to DBI or DSI displays. 154 - DISPC LCD overlay manager can be connected to all displays, except TV 238 framebuffers, overlays, overlay managers, displays. Framebuffers are 316 - Default video mode for specified displays. For example,
|
| /Linux-v5.4/drivers/staging/fbtft/ |
| D | README | 5 The module 'fbtft' makes writing drivers for some of these displays very easy.
|
12345