/openbmc/linux/Documentation/devicetree/bindings/leds/ |
H A D | awinic,aw200xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Martin Kurbanov <mmkurbanov@sberdevices.ru> 19 aw20036 - https://www.awinic.com/en/productDetail/AW20036QNR#tech-docs 20 aw20054 - https://www.awinic.com/en/productDetail/AW20054QNR#tech-docs 21 aw20072 - https://www.awinic.com/en/productDetail/AW20072QNR#tech-docs 26 - awinic,aw20036 27 - awinic,aw20054 28 - awinic,aw20072 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_all_projects_page.py | 5 # Copyright (C) 2013-2016 Intel Corporation 7 # SPDX-License-Identifier: GPL-2.0-only 85 rows = self.find_all('#projectstable tbody tr') 89 for row in rows: 101 url = reverse('all-projects') 103 self.wait_until_visible('#empty-state-projectstable') 105 rows = self.find_all('#projectstable tbody tr') 106 self.assertEqual(len(rows), 0, 'should be no projects displayed') 112 url = reverse('all-projects') 123 The release for the default project should display as [all …]
|
/openbmc/u-boot/include/ |
H A D | video_osd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 /* The width of the OSD display in columns */ 13 /* The height of the OSD display in rows */ 22 * struct video_osd_ops - driver operations for OSD uclass 24 * The OSD uclass implements support for text-oriented on-screen displays, 25 * which are taken to be devices that independently display a graphical 26 * text-based overlay over the video output of an associated display. 28 * The functions defined by the uclass support writing text to the display in 29 * either a generic form (by specifying a string, a driver-specific color value 30 * for the text, and screen coordinates in rows and columns) or a [all …]
|
H A D | video.h | 9 * AIRVENT SAM s.p.a - RIMINI(ITALY) 32 * Bits per pixel selector. Each value n is such that the bits-per-pixel is 53 * struct video_priv - Device information used by the video uclass 56 * @ysize: Number of pixels rows (e.g.. 768) 57 * @rot: Display rotation (0=none, 1=90 degrees clockwise, etc.) 71 * @cmap: Colour map for 8-bit-per-pixel displays 72 * @fg_col_idx: Foreground color code (bit 3 = bold, bit 0-2 = color) 97 /* Placeholder - there are no video operations at present */ 101 #define video_get_ops(dev) ((struct video_ops *)(dev)->driver->ops) 104 * video_reserve() - Reserve frame-buffer memory for video devices [all …]
|
H A D | lcd_console.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ 10 short cols, rows; member 20 * console_calc_rowcol() - calculate available rows / columns wihtin a given 21 * screen-size based on used VIDEO_FONT. 29 * lcd_init_console() - Initialize lcd console parameters 31 * Setup the address of console base, and the number of rows and columns the 35 * @vl_rows: Number of rows in the console 37 * @vl_rot: Rotation of display in degree (0 - 90 - 180 - 270) counterlockwise 41 * lcd_set_col() - Set the number of the current lcd console column [all …]
|
H A D | video_console.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 41 * struct vidconsole_priv - uclass-private data about a console device 43 * Drivers must set up @rows, @cols, @x_charsize, @y_charsize in their probe() 49 * @rows: Number of text rows 54 * @xsize_frac: Width of the display in fractional units 67 int rows; member 88 * struct vidconsole_ops - Video console operations 91 * in pixels) or a text row number (measured in rows, where each row consists 92 * of an entire line of text - typically 16 pixels). 96 * putc_xy() - write a single character to a position [all …]
|
H A D | exynos_lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * exynos_lcd.h - Exynos LCD Controller structures 26 ushort vl_row; /* Number of rows (i.e. 480) */ 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 28 ushort vl_width; /* Width of display area in millimeters */ 29 ushort vl_height; /* Height of display area in millimeters */
|
H A D | pxa_lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * pxa_lcd.h - PXA LCD Controller structures 49 ushort vl_row; /* Number of rows (i.e. 480) */ 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 51 ushort vl_width; /* Width of display area in millimeters */ 52 ushort vl_height; /* Height of display area in millimeters */ 62 u_char vl_splt;/* Split display, 0 = single-scan, 1 = dual-scan */
|
H A D | lcd.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 38 * @param flush non-zero to flush cache after update, 0 to skip 52 ushort vl_row; /* Number of rows (i.e. 100) */ 53 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ 56 void *priv; /* Pointer to driver-specific data */ 90 * Get the number of text lines/rows on the LCD 92 * @return number of rows
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-colorimetry.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _colorimetry-controls: 15 ----------------------- 17 .. _colorimetry-control-id: 32 .. flat-table:: struct v4l2_ctrl_hdr10_cll_info 33 :header-rows: 0 34 :stub-columns: 0 37 * - __u16 38 - ``max_content_light_level`` 39 - The upper bound for the maximum light level among all individual [all …]
|
H A D | ext-ctrls-codec.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _codec-controls: 24 .. _mpeg-control-id: 27 ----------------- 35 .. _v4l2-mpeg-stream-type: 40 enum v4l2_mpeg_stream_type - 41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything 48 .. flat-table:: 49 :header-rows: 0 50 :stub-columns: 0 [all …]
|
H A D | ext-ctrls-camera.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _camera-controls: 13 .. _camera-control-id: 23 .. _v4l2-exposure-auto-type: 28 enum v4l2_exposure_auto_type - 37 .. flat-table:: 38 :header-rows: 0 39 :stub-columns: 0 41 * - ``V4L2_EXPOSURE_AUTO`` 42 - Automatic exposure time, automatic iris aperture. [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | vt.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 7 * These constants are also useful for user-level apps (e.g., VC 40 #define VT_RELDISP 0x5605 /* release display */ 47 unsigned short v_rows; /* number of rows */ 54 unsigned short v_rows; /* number of rows */ 56 unsigned short v_vlin; /* number of pixel rows on screen */ 57 unsigned short v_clin; /* number of pixel rows per character */ 71 #define VT_EVENT_RESIZE 0x0008 /* Resize display */
|
/openbmc/linux/drivers/auxdisplay/ |
H A D | ht16k33.c | 1 // SPDX-License-Identifier: GPL-2.0 29 #include "line-display.h" 72 uint32_t rows; member 146 memcpy(buf, &priv->seg.map, priv->seg.map_size); in map_seg_show() 147 return priv->seg.map_size; in map_seg_show() 155 if (cnt != priv->seg.map_size) in map_seg_store() 156 return -EINVAL; in map_seg_store() 158 memcpy(&priv->seg.map, buf, cnt); in map_seg_store() 167 uint8_t data = REG_DISPLAY_SETUP | REG_DISPLAY_SETUP_ON | priv->blink; in ht16k33_display_on() 169 return i2c_smbus_write_byte(priv->client, data); in ht16k33_display_on() [all …]
|
H A D | charlcd.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu> 6 * Copyright (C) 2016-2017 Glider bvba 14 #define LCD_FLAG_D 0x0010 /* Display on */ 16 #define LCD_FLAG_N 0x0040 /* 2-rows mode */ 56 * struct charlcd_ops - Functions used by charlcd. Drivers have to implement 59 * @print: Print one character to the display at current cursor position. 66 * @clear_display: Clear the whole display and set the cursor to 0, 0. The 69 * @init_display: Initialize the display. 71 * @shift_display: Shift whole display content left or right. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | toastertable.html | 26 {% include 'toastertable-filter.html' %} 28 <div class="row-fluid" id="empty-state-{{table_name}}" style="display:none"> 29 <div class="alert alert-info">{{empty_state|safe}}</div> 32 <div id="no-results-{{table_name}}" style="display:none"> 33 <div class="alert alert-warning"> 34 <form class="form-inline"> 35 <div class="form-group"> 36 <div class="btn-group"> 37 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 38 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></a> [all …]
|
H A D | toastertable-simple.html | 27 {% include 'toastertable-filter.html' %} 29 <div id="no-results-{{table_name}}" style="display:none"> 30 <div class="alert alert-warning"> 31 <form class="no-results form-inline"> 32 <div class="form-group"> 33 <div class="btn-group"> 34 …<input class="form-control" id="new-search-input-{{table_name}}" name="search" type="text" placeho… 35 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></s… 38 <button class="btn btn-default search-submit-{{table_name}}">Search</button> 39 … <button class="btn btn-link remove-search-btn-{{table_name}}">Show all {{title|lower}}</button> [all …]
|
H A D | detail_pagination_bottom.html | 7 {# only paginate if 10 or more rows unfiltered, all pages #} 9 <div id="pagination-detail"> 26 <form class="navbar-form navbar-right"> 27 <div class=form-group"> 28 <label>Show rows:</label> 29 <select class="pagesize form-control"> 40 <!-- Update page display settings -->
|
/openbmc/linux/drivers/leds/ |
H A D | leds-aw200xx.c | 1 // SPDX-License-Identifier: GPL-2.0 22 #define AW200XX_DIM_MAX (BIT(6) - 1) 23 #define AW200XX_FADE_MAX (BIT(8) - 1) 40 AW200XX_REG(AW200XX_NUM_PAGES - 1, AW200XX_PAGE_SIZE - 1) 66 /* Fast clear display control register */ 70 /* Display size configuration */ 75 ((x) + (((x) / (columns)) * (AW200XX_DSIZE_COLUMNS_MAX - (columns)))) 91 * Duty ratio of display scan (see p.15 of datasheet for formula): 96 #define AW200XX_DUTY_RATIO(rows) \ argument 97 (((592UL * USEC_PER_SEC) / 600500UL) * (MILLI / (rows)) / MILLI) [all …]
|
/openbmc/linux/drivers/video/console/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 menu "Console display driver support" 17 display that complies with the generic VGA standard. Virtually 28 tristate "MDA text console (dual-headed)" 59 On PA-RISC, the default value is 160, which should fit a 1280x1024 64 int "Initial number of console screen rows" 69 On PA-RISC, the default value is 64, which should fit a 1280x1024 81 Low-level framebuffer-based console driver. 89 This option enables the fbcon (framebuffer text-based) hardware 93 On modern machines, on mainstream machines (like x86-64) or when [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-stillpicture.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 11 ---- 18 -------- 25 --------- 27 .. flat-table:: 28 :header-rows: 0 29 :stub-columns: 0 31 - .. row 1 33 - int fd 35 - File descriptor returned by a previous call to open(). [all …]
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.h | 2 * linux/drivers/video/console/fbcon.h -- Low level frame buffer based console driver 22 * This is the interface between the low-level console driver and the 23 * low-level frame buffer device 27 /* Filled in by the low-level console driver */ 35 int vrows; /* number of virtual rows */ 114 max_len = max(info->var.green.length, info->var.red.length); in mono_col() 115 max_len = max(info->var.blue.length, max_len); in mono_col() 130 if (vc->vc_can_do_color) in attr_col_ec() 131 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec() 132 : attr_bgcol(shift,vc->vc_video_erase_char); in attr_col_ec() [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | cfb_console.c | 1 // SPDX-License-Identifier: GPL-2.0+ 12 * At the moment only the 8x16 font is tested and the font fore- and 20 * Character output goes to a memory-mapped video 21 * framebuffer with little or big-endian organisation. 29 * VIDEO_FB_LITTLE_ENDIAN - framebuffer organisation default: big endian 30 * VIDEO_HW_RECTFILL - graphic driver supports hardware rectangle fill 31 * VIDEO_HW_BITBLT - graphic driver supports hardware bit blt 35 * VIDEO_VISIBLE_COLS - x resolution 36 * VIDEO_VISIBLE_ROWS - y resolution 37 * VIDEO_PIXEL_SIZE - storage size in byte per pixel [all …]
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 30 .. flat-table:: IR default keymapping 31 :header-rows: 0 32 :stub-columns: 0 36 - .. row 1 38 - Key code 40 - Meaning 42 - Key examples on IR 44 - .. row 2 46 - **Numeric keys** [all …]
|
/openbmc/qemu/docs/system/ |
H A D | introduction.rst | 7 --------------------------- 14 .. list-table:: Supported Accelerators 15 :header-rows: 1 17 * - Accelerator 18 - Host OS 19 - Host Architectures 20 * - KVM 21 - Linux 22 - Arm (64 bit only), MIPS, PPC, RISC-V, s390x, x86 23 * - Xen [all …]
|