Home
last modified time | relevance | path

Searched +full:multi +full:- +full:color (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v5.10/Documentation/devicetree/bindings/leds/
Dleds-class-multicolor.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-class-multicolor.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dan Murphy <dmurphy@ti.com>
13 Bindings for multi color LEDs show how to describe current outputs of
14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV
15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED
16 modules. This is achieved by adding multi-led nodes layer to the
23 "^multi-led@([0-9a-f])$":
[all …]
Dleds-lp50xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-lp50xx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dan Murphy <dmurphy@ti.com>
13 The LP50XX is multi-channel, I2C RGB LED Drivers that can group RGB LEDs into
27 - ti,lp5009
28 - ti,lp5012
29 - ti,lp5018
30 - ti,lp5024
[all …]
Dcznic,turris-omnia-leds.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/cznic,turris-omnia-leds.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marek Behún <marek.behun@nic.cz>
20 const: cznic,turris-omnia-leds
26 "#address-cells":
29 "#size-cells":
33 "^multi-led@[0-9a-b]$":
36 - $ref: leds-class-multicolor.yaml#
[all …]
Dleds-lp55xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-lp55xx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacek Anaszewski <jacek.anaszewski@gmail.com>
11 - Pavel Machek <pavel@ucw.cz>
14 Bindings for the TI/National Semiconductor LP55xx and LP8501 multi channel
27 - national,lp5521
28 - national,lp5523
29 - ti,lp55231
[all …]
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
Dia_css_macc1_5_types.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * CSS-API header file for Multi-Axis Color Conversion algorithm parameters.
23 /* Multi-Axis Color Conversion configuration
33 /* Multi-Axes Color Correction (MACC) table.
49 * OutU = (data00 * InU + data01 * InV) >> (13 - exp)
50 * OutV = (data10 * InU + data11 * InV) >> (13 - exp)
53 * OutU = (4096 * InU + 0 * InV) >> (13 - 1)
54 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1)
59 MACC1_5: s[macc_config.exp].[13-macc_config.exp], [-8192,8191]
64 /* Multi-Axes Color Correction (MACC) configuration.
Dia_css_macc1_5_table.host.c1 // SPDX-License-Identifier: GPL-2.0
20 /* Multi-Axes Color Correction table for ISP2.
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc_1.0/
Dia_css_macc_types.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * CSS-API header file for Multi-Axis Color Correction (MACC) parameters.
29 /* Multi-Axis Color Correction (MACC) table.
45 * OutU = (data00 * InU + data01 * InV) >> (13 - exp)
46 * OutV = (data10 * InU + data11 * InV) >> (13 - exp)
49 * OutU = (4096 * InU + 0 * InV) >> (13 - 1)
50 * OutV = ( 0 * InU + 4096 * InV) >> (13 - 1)
56 MACC1: s2.13, [-65536,65535]
59 MACC2: s[macc_config.exp].[13-macc_config.exp], [-8192,8191]
Dia_css_macc_table.host.c1 // SPDX-License-Identifier: GPL-2.0
20 /* Multi-Axes Color Correction table for ISP1.
37 /* Multi-Axes Color Correction table for ISP2.
/Linux-v5.10/tools/power/pm-graph/
DREADME8 pm-graph: suspend/resume/boot timing analysis tools
11 Home Page: https://01.org/pm-graph
13 Report bugs/issues at bugzilla.kernel.org Tools/pm-graph
14 - https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
17 - Getting Started:
18 https://01.org/pm-graph/documentation/getting-started
20 - Config File Format:
21 https://01.org/pm-graph/documentation/3-config-file-format
23 - upstream version in git:
24 https://github.com/intel/pm-graph/
[all …]
/Linux-v5.10/drivers/leds/
Dleds-lp55xx-common.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * Derived from leds-lp5521.c, leds-lp5523.c
15 #include <linux/led-class-multicolor.h>
145 * @lock : Lock for user-space interface
156 struct mutex lock; /* lock for user-space interface */
168 * @mc_cdev : Multi color class device
169 * @color_components: Multi color LED map information
/Linux-v5.10/Documentation/fb/
Dviafb.rst6 --------
15 ---------------
29 color depth: 8 bpp, 16 bpp, 32 bpp supports.
34 ----------------------
47 - 640x480 (default)
48 - 720x480
49 - 800x600
50 - 1024x768
53 - 8, 16, 32 (default:32)
56 - 60, 75, 85, 100, 120 (default:60)
[all …]
/Linux-v5.10/drivers/media/platform/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 Say Y here to enable support for platform-specific V4L drivers.
13 source "drivers/media/platform/marvell-ccic/Kconfig"
22 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
125 will be called s3c-camif.
139 will be called stm32-dcmi.
150 source "drivers/media/platform/exynos4-is/Kconfig"
153 source "drivers/media/platform/rcar-vin/Kconfig"
174 bool "Memory-to-memory multimedia devices"
185 tristate "Chips&Media Coda multi-standard codec IP"
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv420m.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-YUV420M:
4 .. _v4l2-pix-fmt-yvu420m:
19 This is a multi-planar format, as opposed to a packed format. The three
20 components are separated into three sub-images or planes.
25 Each Cb belongs to four pixels, a two-by-two square of the image. For
39 used only in drivers and applications that support the multi-planar API,
40 described in :ref:`planar-apis`.
48 .. flat-table::
49 :header-rows: 0
[all …]
Dpixfmt-nv16m.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-NV16M:
4 .. _v4l2-pix-fmt-nv61m:
18 This is a multi-planar, two-plane version of the YUV 4:2:2 format. The
19 three components are separated into two sub-images or planes.
21 two planes are non-contiguous in memory, i.e. the chroma plane does not
32 used only in drivers and applications that support the multi-planar API,
33 described in :ref:`planar-apis`.
39 .. flat-table::
40 :header-rows: 0
[all …]
Dpixfmt-yuv444m.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-YUV444M:
4 .. _v4l2-pix-fmt-yvu444m:
19 This is a multi-planar format, as opposed to a packed format. The three
20 components are separated into three sub-images or planes.
34 used only in drivers and applications that support the multi-planar API,
35 described in :ref:`planar-apis`.
41 .. flat-table::
42 :header-rows: 0
43 :stub-columns: 0
[all …]
Dpixfmt-yuv422m.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-YUV422M:
4 .. _v4l2-pix-fmt-yvu422m:
19 This is a multi-planar format, as opposed to a packed format. The three
20 components are separated into three sub-images or planes.
38 used only in drivers and applications that support the multi-planar API,
39 described in :ref:`planar-apis`.
47 .. flat-table::
48 :header-rows: 0
49 :stub-columns: 0
[all …]
Dpixfmt-nv12m.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-PIX-FMT-NV12M:
4 .. _v4l2-pix-fmt-nv12mt-16x16:
5 .. _V4L2-PIX-FMT-NV21M:
21 This is a multi-planar, two-plane version of the YUV 4:2:0 format. The
22 three components are separated into two sub-images or planes.
24 two planes are non-contiguous in memory, i.e. the chroma plane do not
40 applications that support the multi-planar API, described in
41 :ref:`planar-apis`.
49 .. flat-table::
[all …]
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac.h9 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation
25 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
30 * Copyright(c) 2012 - 2014, 2018 - 2020 Intel Corporation
65 * AUX indices follows - 1 for non-CDB, 2 for CDB.
85 * enum iwl_mac_protection_flags - MAC context flags
104 * enum iwl_mac_types - Supported MAC types
108 * @FW_MAC_TYPE_PIBSS: Pseudo-IBSS
132 * enum iwl_tsf_id - TSF hw timer ID
148 * struct iwl_mac_data_ap - configuration data for AP MAC context
171 * struct iwl_mac_data_ibss - configuration data for IBSS MAC context
[all …]
/Linux-v5.10/arch/parisc/include/asm/
Dgrfioctl.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Structures are HP-UX compatible for XFree86 usage.
5 * Linux/PA-RISC Project (http://www.parisc-linux.org/)
6 * Copyright (C) 2001 Helge Deller (deller a parisc-linux org)
29 #define S9000_ID_A1659A 0x26D1482A /* CRX 8 plane color (=ELK) */
31 #define S9000_ID_A1439A 0x26D148EE /* CRX24 = CRX+ (24-plane color) */
32 #define S9000_ID_A1924A 0x26D1488C /* GRX gray-scale */
38 #define S9000_ID_TOMCAT 0x27FCCB6D /* dual-headed ELK (Dual CRX) */
48 #define CRT_ID_VISUALIZE_EG 0x2D08C0A7 /* Graffiti, A4450A (built-in B132+/B160L) */
95 #define GCTERM _IOWR('G',20,int) /* multi-headed Tomcat */
/Linux-v5.10/drivers/eisa/
Deisa.ids6 # Marc Zyngier <maz@wild-wind.fr.eu.org>
10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter"
11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter"
12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter"
13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter"
14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter"
15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter"
25 ACE7010 "ACME Multi-Function Board"
39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2"
41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1"
[all …]
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dfimc-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2010-2012 Samsung Electronics Co., Ltd.
25 #include <media/v4l2-ioctl.h>
26 #include <media/videobuf2-v4l2.h>
27 #include <media/videobuf2-dma-contig.h>
29 #include "fimc-core.h"
30 #include "fimc-reg.h"
31 #include "media-dev.h"
41 .color = FIMC_FMT_RGB565,
48 .color = FIMC_FMT_RGB666,
[all …]
/Linux-v5.10/include/media/
Dtuner-types.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * enum param_type - type of the tuner pameters
13 * @TUNER_PARAM_TYPE_PAL: Tuner params are for PAL color TV standard
14 * @TUNER_PARAM_TYPE_SECAM: Tuner params are for SECAM color TV standard
15 * @TUNER_PARAM_TYPE_NTSC: Tuner params are for NTSC color TV standard
27 * struct tuner_range - define the frequencies supported by the tuner
54 * struct tuner_params - Parameters to be used to setup the tuner. Those
55 * are used by drivers/media/tuners/tuner-types.c in
57 * the parameters are for tuners based on tda9887 IF-PLL
58 * multi-standard analog TV/Radio demodulator, with is
[all …]
/Linux-v5.10/scripts/
Dcheckkconfigsymbols.py2 # SPDX-License-Identifier: GPL-2.0-only
6 # (c) 2014-2017 Valentin Rothberg <valentinrothberg@gmail.com>
23 SYMBOL = r"(?:\w*[A-Z0-9]\w*){2,}"
31 REGEX_FILE_KCONFIG = re.compile(r".*Kconfig[\.\w+\-]*$")
38 REGEX_FILTER_SYMBOLS = re.compile(r"[A-Za-z0-9]$")
39 REGEX_NUMERIC = re.compile(r"0[xX][0-9a-fA-F]+|[0-9]+")
48 "Please note that specifying commits will 'git reset --hard\' " \
54 parser.add_argument('-c', '--commit', dest='commit', action='store',
59 parser.add_argument('-d', '--diff', dest='diff', action='store',
62 "(e.g., -d commmit1..commit2)")
[all …]
/Linux-v5.10/drivers/media/platform/qcom/venus/
Dhfi_cmds.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
15 pkt->hdr.size = sizeof(*pkt); in pkt_sys_init()
16 pkt->hdr.pkt_type = HFI_CMD_SYS_INIT; in pkt_sys_init()
17 pkt->arch_type = arch_type; in pkt_sys_init()
22 pkt->hdr.size = sizeof(*pkt); in pkt_sys_pc_prep()
23 pkt->hdr.pkt_type = HFI_CMD_SYS_PC_PREP; in pkt_sys_pc_prep()
28 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_idle_indicator()
30 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_idle_indicator()
31 pkt->hdr.pkt_type = HFI_CMD_SYS_SET_PROPERTY; in pkt_sys_idle_indicator()
[all …]
/Linux-v5.10/Documentation/admin-guide/media/
Dfimc.rst1 .. SPDX-License-Identifier: GPL-2.0
8 Copyright |copy| 2012 - 2013 Samsung Electronics Co., Ltd.
11 SoC Application Processors is an integrated camera host interface, color
17 drivers/media/platform/exynos4-is directory.
20 --------------
22 S5PC100 (mem-to-mem only), S5PV210, Exynos4210
25 ------------------
27 - camera parallel interface capture (ITU-R.BT601/565);
28 - camera serial interface capture (MIPI-CSI2);
29 - memory-to-memory processing (color space conversion, scaling, mirror
[all …]

1234