Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 103 of 103) sorted by relevance

/linux-4.4.14/Documentation/fb/
Dsa1100fb.txt12 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
Dmodedb.txt32 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'
Dpvr2fb.txt42 inverse - invert colors on screen (for LCD displays)
Dinternals.txt77 Grayscale displays
Dudlfb.txt27 * Ability to add a nearly arbitrary number of displays to any USB 2.0
28 capable system. On Linux, number of displays is limited by fbdev interface
Dsh7760fb.txt17 (displays aren't hotpluggable anyway)
Ddeferred_io.txt29 For some types of nonvolatile high latency displays, the desired image is
Dep93xx-fb.txt6 embedded LCD displays. If you have a standard desktop monitor then you
Dmatroxfb.txt184 inverse - invert colors on screen (for LCD displays)
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft_device.c249 static struct fbtft_device_display displays[] = { variable
1447 for (i = 0; i < ARRAY_SIZE(displays); i++) in fbtft_device_init()
1448 pr_info("%s\n", displays[i].name); in fbtft_device_init()
1453 i = ARRAY_SIZE(displays) - 1; in fbtft_device_init()
1454 displays[i].name = name; in fbtft_device_init()
1456 displays[i].pdev->name = name; in fbtft_device_init()
1457 displays[i].spi = NULL; in fbtft_device_init()
1459 strncpy(displays[i].spi->modalias, name, SPI_NAME_SIZE); in fbtft_device_init()
1460 displays[i].pdev = NULL; in fbtft_device_init()
1464 for (i = 0; i < ARRAY_SIZE(displays); i++) { in fbtft_device_init()
[all …]
DKconfig150 displays with a resolution of up to 320x240 pixels.
191 tristate "Generic FB driver for TFT LCD displays"
194 Generic Framebuffer support for TFT LCD displays.
DREADME5 The module 'fbtft' makes writing drivers for some of these displays very easy.
/linux-4.4.14/drivers/gpu/drm/imx/
DKconfig23 tristate "Support for parallel displays"
29 tristate "Support for TV and VGA displays"
37 tristate "Support for LVDS displays"
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-edac15 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
Dsysfs-class-net-batman-adv13 displays the batman mesh interface this <iface>
Dprocfs-diskstats5 The /proc/diskstats file displays the I/O statistics
Dsysfs-ocfs212 The /sys/fs/ocfs2/max_locking_protocol file displays version
53 The /sys/fs/ocfs2/active_cluster_plugin displays which
Dsysfs-kernel-slab115 The cpu_slabs file is read-only and displays how many cpu slabs
315 The objects file is read-only and displays how many objects are
324 The objects_partial file is read-only and displays how many
372 The partial file is read-only and displays how long many
452 The slabs file is read-only and displays how long many slabs
471 The total_objects file is read-only and displays how many total
Dsysfs-driver-wacom62 of all eight button OLED displays.
Dsysfs-devices-system-cpu122 current_driver: displays current idle mechanism
124 current_governor_ro: displays current idle policy
Dsysfs-block5 The /sys/block/<disk>/stat files displays the I/O
/linux-4.4.14/drivers/video/fbdev/
Dnuc900fb.c96 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()
Ds3c2410fb.c128 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()
DKconfig106 Allow generic frame-buffer functions to work on displays with 1, 2
2342 far only synchronous displays are supported. If you plan to use
2369 of AUO. These controllers can be used to drive epaper displays
2381 This controller can drive Sipix epaper displays but can only do
2389 This controller can drive Sipix epaper displays and supports
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb.h103 struct omapfb_display_data displays[10]; member
167 if (fbdev->displays[i].dssdev == dssdev) in get_display_data()
168 return &fbdev->displays[i]; in get_display_data()
Domapfb-main.c1857 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_free_resources()
1859 if (fbdev->displays[i].auto_update_work_enabled) in omapfb_free_resources()
2195 if (strcmp(fbdev->displays[i].dssdev->name, in omapfb_parse_def_modes()
2197 display = fbdev->displays[i].dssdev; in omapfb_parse_def_modes()
2384 struct omap_dss_device *dssdev = fbdev->displays[i].dssdev; in omapfb_init_connections()
2436 dssdev = fbdev->displays[i].dssdev; in omapfb_find_default_display()
2454 dssdev = fbdev->displays[i].dssdev; in omapfb_find_default_display()
2465 return fbdev->displays[0].dssdev; in omapfb_find_default_display()
2523 d = &fbdev->displays[fbdev->num_displays++]; in omapfb_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/
DMakefile4 obj-y += displays-new/
DKconfig8 source "drivers/video/fbdev/omap2/displays-new/Kconfig"
/linux-4.4.14/Documentation/hwmon/
Dibmaem26 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
Dds62022 returned via sysfs displays post decimal positions.
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dfb-s3c2410.h51 struct s3c2410fb_display *displays; /* attached diplays info */ member
/linux-4.4.14/Documentation/video4linux/
DREADME.davinci-vpbe62 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-4.4.14/include/linux/platform_data/
Dvideo-nuc900fb.h71 struct nuc900fb_display *displays; member
/linux-4.4.14/tools/perf/Documentation/
Dperf-evlist.txt15 This command displays the names of events sampled in a perf.data file.
Dperf-buildid-list.txt15 This command displays the buildids found in a perf.data file, so that other
Dperf-mem.txt18 "perf mem report" displays the result. It invokes perf report with the
Dperf-kvm.txt22 'perf kvm [options] top <command>' to generates and displays
42 'perf kvm diff' to displays the performance difference amongst two perf.data
Dperf-annotate.txt15 This command reads the input file and displays an annotated version of the
Dperf-top.txt15 This command generates and displays a performance counter profile in real time.
263 Pressing any unmapped key displays a menu, and prompts for input.
Dperf-list.txt15 This command displays the symbolic event types which can be selected in the
Dperf-diff.txt15 This command displays the performance difference amongst two or more perf.data
Dperf-report.txt15 This command displays the performance counter profile information recorded
182 - fractal: like graph, but displays relative rates. Each branch of
Dperf-script-perl.txt18 displays the results of the trace analysis implemented in the given
Dperf-script.txt19 This command reads the input file and displays the trace recorded.
Dperf-script-python.txt18 displays the results of the trace analysis implemented in the given
265 dictionary and displays a line for each entry containing the syscall
/linux-4.4.14/Documentation/
Dbtmrvl.txt82 This command displays current auto sleep status.
91 This command displays the value of Tx download ready flag.
Dpnp.txt24 id - displays a list of support EISA IDs
25 options - displays possible resource configurations
26 resources - displays currently allocated resources and allows resource changes
Dsvga.txt43 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
165 on your machine (or displays a "Error: Scanning of VESA modes failed" message),
Dedac.txt224 This attribute file displays the total count of uncorrectable
234 This attribute file displays the total count of correctable
246 This attribute file displays, in count of megabytes, the memory
D00-INDEX35 - directory with info on customizing EDID for broken gfx/displays.
87 - directory with info on controlling backlights in flat panel displays
Dapplying-patches.txt207 patch; lsdiff, which displays a short listing of affected files in a patch
209 and grepdiff, which displays a list of the files modified by a patch where
Ddevices.txt3270 Virtual consoles are full-screen terminal displays on the system video
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt7 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
/linux-4.4.14/Documentation/cpu-freq/
Dintel-pstate.txt41 turbo_pct: displays the percentage of the total performance that
45 num_pstates: displays the number of pstates that are supported
/linux-4.4.14/Documentation/arm/OMAP/
DDSS45 The DSS driver models OMAP's overlays, overlay managers and displays in a
149 restrictions which kinds of displays an overlay manager can be connected:
152 - Virtual overlay managers can only be connected to DBI or DSI displays.
153 - DISPC LCD overlay manager can be connected to all displays, except TV
234 framebuffers, overlays, overlay managers, displays. Framebuffers are
308 - Default video mode for specified displays. For example,
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-smdk2440.c131 .displays = &smdk2440_lcd_cfg,
Dmach-rx3715.c126 .displays = &rx3715_lcdcfg,
Dmach-at2440evb.c174 .displays = &at2440evb_lcd_cfg,
Dmach-amlm5900.c196 .displays = &amlm5900_lcd_info,
Dmach-mini2440.c198 .displays = &mini2440_lcd_cfg[0], /* not constant! see init */
658 mini2440_fb_info.displays = in mini2440_init()
Dmach-qt2410.c174 .displays = qt2410_lcd_cfg,
Dmach-n30.c335 .displays = &n30_display,
Dmach-jive.c318 .displays = jive_vgg2432a4_display,
Dmach-bast.c477 .displays = bast_lcd_info,
Dmach-h1940.c211 .displays = &h1940_lcd,
Dmach-rx1950.c361 .displays = &rx1950_display,
/linux-4.4.14/arch/arm/mach-w90x900/
Ddev.c452 .displays = &nuc900_lcd_info[0],
454 .displays = nuc900_lcd_info,
/linux-4.4.14/drivers/media/platform/omap/
Domap_voutdef.h106 struct omap_dss_device *displays[MAX_DISPLAYS]; member
Domap_vout.c2120 if (vid_dev->displays[k]->state != OMAP_DSS_DISPLAY_DISABLED) in omap_vout_remove()
2121 vid_dev->displays[k]->driver->disable(vid_dev->displays[k]); in omap_vout_remove()
2123 omap_dss_put_device(vid_dev->displays[k]); in omap_vout_remove()
2169 vid_dev->displays[vid_dev->num_displays++] = dssdev; in omap_vout_probe()
2226 struct omap_dss_device *display = vid_dev->displays[i]; in omap_vout_probe()
/linux-4.4.14/drivers/net/ethernet/marvell/
DKconfig102 The file /sys/kernel/debug/skge/ethX displays the state of the internal
137 The file /sys/kernel/debug/sky2/ethX displays the state of the internal
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c650 enum omap_display_type displays; in dss_get_hdmi_venc_clk_source() local
652 displays = dss_feat_get_supported_displays(OMAP_DSS_CHANNEL_DIGIT); in dss_get_hdmi_venc_clk_source()
653 if ((displays & OMAP_DISPLAY_TYPE_HDMI) == 0) in dss_get_hdmi_venc_clk_source()
656 if ((displays & OMAP_DISPLAY_TYPE_VENC) == 0) in dss_get_hdmi_venc_clk_source()
/linux-4.4.14/Documentation/usb/
Dmisc_usbsevseg.txt8 Both the 6 character and 8 character displays have PRODUCT_ID,
/linux-4.4.14/arch/avr32/boards/atngw100/
DKconfig41 this may break the setup for other displays that use these pins.
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt46 for displays. If a display supports multiple signal timings, the native-mode
/linux-4.4.14/arch/arm/plat-samsung/
Ddevs.c659 npd->displays = kmemdup(pd->displays, in s3c24xx_fb_set_platdata()
662 if (!npd->displays) in s3c24xx_fb_set_platdata()
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm28 displays the retained values along with a temperature in millidegrees
/linux-4.4.14/Documentation/laptops/
Dasus-laptop.txt109 To switch the displays, echo values from 0 to 15 to
149 In most cases, the appropriate displays must be plugged in for the above
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,omap-dss.txt38 The board dts file may define aliases for displays to assign "displayX" style
/linux-4.4.14/Documentation/trace/
Dftrace.txt89 This sets or displays whether writing to the trace
147 This sets or displays the number of kilobytes each CPU
161 This displays the total combined size of all the trace buffers.
233 displays all functions that have a callback attached to them
284 that string was. This file displays the string and address for
298 This displays the "snapshot" buffer and also lets the user
310 This displays the stack back trace of the largest stack
430 file, but it only displays or sets the buffer size for the
460 snapshot the current CPU (if supported). It only displays
471 This displays certain stats about the ring buffer:
[all …]
Devents.txt109 It also displays the format string that will be used to print the
/linux-4.4.14/Documentation/s390/
DDebugging390.txt727 If using gdb & you would like accurate displays of registers &
762 The VM Debugger displays operators but not operands, and also the debugger
763 displays useful information on the same line as the author of the code probably
786 The debugger also displays other useful info on the same line such as the
848 displays the gprs on each step.
866 D PREFIX displays the prefix offset
1076 Q CPUS displays all the CPU's available to your virtual machine
1255 This displays a 2nd return address of 80014CA6
1548 This displays state of devices using this channel path
1550 This displays the subchannel information SCHIB block for the device.
[all …]
/linux-4.4.14/Documentation/input/
Damijoy.txt154 This should be noted when doing variable beam displays.
Dyealink.txt39 Q: Phone is working now (displays version and accepts keypad input) but I can't
/linux-4.4.14/arch/m68k/q40/
DREADME117 displays current state of the various IRQ lines.
/linux-4.4.14/drivers/atm/
DKconfig57 Extended debugging records various events and displays that list
172 Extended debugging records various events and displays that list
/linux-4.4.14/Documentation/kbuild/
Dkconfig.txt192 mono => selects colors suitable for monochrome displays
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet174 displays them:
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt150 'dmsetup table' displays the table used to construct the mapping.
/linux-4.4.14/Documentation/networking/
Dudplite.txt234 This displays UDP-Lite statistics variables, whose meaning is as follows.
Darcnet.txt513 first! D_DURING displays 4-5 lines for each packet sent or received. D_TX,
Dfilter.txt41 displays what is being placed into this structure.
/linux-4.4.14/Documentation/RCU/
Dtrace.txt26 rcu/rcutorture. This file displays rcutorture test progress. The output
524 top-level directory RCU, namely rcu/rcudata, which displays fields in
/linux-4.4.14/Documentation/vm/
Dslub.txt93 slabinfo -a displays which slabs were merged together.
Dhugetlbpage.txt22 persistent hugetlb pages in the kernel's huge page pool. It also displays
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt36 device that displays digits), an additional index argument can be specified:
/linux-4.4.14/Documentation/cdrom/
Dide-cd345 * This loads a CDROM from a specified slot in a changer, and displays
/linux-4.4.14/kernel/trace/
DKconfig359 kernel and displays it in /sys/kernel/debug/tracing/stack_trace.
/linux-4.4.14/drivers/char/
DKconfig143 port, for instance deviceid (which displays Plug-and-Play device
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre324 Controls and displays LRU size limit for unused locks for this
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt23 and framebuffer-based displays
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt352 LCD displays, for example.
/linux-4.4.14/Documentation/filesystems/
Dproc.txt695 i386 and x86_64 platforms support the new IRQ vector displays.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS1154 card. If the driver displays string <Ensoniq Soundscape (old)>, you have