Home
last modified time | relevance | path

Searched +full:input +full:- +full:style (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7511.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15 space conversion, S/PDIF, CEC and HDCP. The transmitter input is
21 - adi,adv7511
22 - adi,adv7511w
23 - adi,adv7513
37 reg-names:
40 needing a non-default address.
[all …]
/kernel/linux/linux-6.6/Documentation/gpu/
Dkomeda-kms.rst1 .. SPDX-License-Identifier: GPL-2.0
23 -----
30 ------
39 -------------------
47 --------------------------
52 -----------------------------
57 --------------------------------
62 ------
63 D71 scaler mostly only has the half horizontal input/output capabilities
64 compared with Layer, like if Layer supports 4K input size, the scaler only can
[all …]
/kernel/linux/linux-5.10/Documentation/gpu/
Dkomeda-kms.rst1 .. SPDX-License-Identifier: GPL-2.0
23 -----
30 ------
39 -------------------
47 --------------------------
52 -----------------------------
57 --------------------------------
62 ------
63 D71 scaler mostly only has the half horizontal input/output capabilities
64 compared with Layer, like if Layer supports 4K input size, the scaler only can
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dvimc.dot1 # SPDX-License-Identifier: GPL-2.0
5 …n00000001 [label="{{} | Sensor A\n/dev/v4l-subdev0 | {<port0> 0}}", shape=Mrecord, style=filled, f…
6 n00000001:port0 -> n00000005:port0 [style=bold]
7 n00000001:port0 -> n0000000b [style=bold]
8 …n00000003 [label="{{} | Sensor B\n/dev/v4l-subdev1 | {<port0> 0}}", shape=Mrecord, style=filled, f…
9 n00000003:port0 -> n00000008:port0 [style=bold]
10 n00000003:port0 -> n0000000f [style=bold]
11 …n00000005 [label="{{<port0> 0} | Debayer A\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style
12 n00000005:port1 -> n00000017:port0
13 …n00000008 [label="{{<port0> 0} | Debayer B\n/dev/v4l-subdev3 | {<port1> 1}}", shape=Mrecord, style
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dvimc.dot1 # SPDX-License-Identifier: GPL-2.0
5 …n00000001 [label="{{} | Sensor A\n/dev/v4l-subdev0 | {<port0> 0}}", shape=Mrecord, style=filled, f…
6 n00000001:port0 -> n00000005:port0 [style=bold]
7 n00000001:port0 -> n0000000b [style=bold]
8 n00000001 -> n00000002
9 …n00000002 [label="{{} | Lens A\n/dev/v4l-subdev5 | {<port0>}}", shape=Mrecord, style=filled, fillc…
10 …n00000003 [label="{{} | Sensor B\n/dev/v4l-subdev1 | {<port0> 0}}", shape=Mrecord, style=filled, f…
11 n00000003:port0 -> n00000008:port0 [style=bold]
12 n00000003:port0 -> n0000000f [style=bold]
13 n00000003 -> n00000004
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dadi,adv7511.txt2 ------------------------------------------------
6 conversion, S/PDIF, CEC and HDCP. ADV7533/5 supports the DSI interface for input
11 - compatible: Should be one of:
18 - reg: I2C slave addresses
26 The ADV7511 supports a large number of input data formats that differ by their
29 properties describe the input and map directly to the video input tables of the
32 - adi,input-depth: Number of bits per color component at the input (8, 10 or
34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or
36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per
40 The following input format properties are required except in "rgb 1x" and
[all …]
/kernel/linux/linux-6.6/drivers/net/hamradio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 input and speaker output).
27 microphone input and speaker output). This protocol can be used as
56 and the AX25-HOWTO, available from
89 This is one of two drivers for Baycom style simple amateur radio
91 ser12 design in full-duplex mode. In addition, it allows the
94 driver, "BAYCOM ser12 half-duplex driver for AX.25" is the old
109 This is one of two drivers for Baycom style simple amateur radio
111 ser12 design in half-duplex mode. This is the old driver. It is
113 the full-duplex driver. This driver is deprecated. To configure
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-annotate.txt1 perf-annotate(1)
5 ----
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
9 --------
11 'perf annotate' [-i <file> | --input=file] [symbol_name]
14 -----------
15 This command reads the input file and displays an annotated version of the
22 -------
23 -i::
24 --input=<file>::
[all …]
/kernel/linux/linux-6.6/tools/perf/util/
Dsrcline.c1 // SPDX-License-Identifier: GPL-2.0
22 #include "subcmd/run-command.h"
34 if (dso->symsrc_filename) in dso__name()
35 dso_name = dso->symsrc_filename; in dso__name()
37 dso_name = dso->long_name; in dso__name()
42 if (!strncmp(dso_name, "/tmp/perf-", 10)) in dso__name()
55 return -1; in inline_list__append()
57 ilist->symbol = symbol; in inline_list__append()
58 ilist->srcline = srcline; in inline_list__append()
61 list_add_tail(&ilist->list, &node->val); in inline_list__append()
[all …]
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dperf-annotate.txt1 perf-annotate(1)
5 ----
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
9 --------
11 'perf annotate' [-i <file> | --input=file] [symbol_name]
14 -----------
15 This command reads the input file and displays an annotated version of the
22 -------
23 -i::
24 --input=<file>::
[all …]
/kernel/linux/linux-5.10/drivers/net/hamradio/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 input and speaker output).
27 microphone input and speaker output). This protocol can be used as
49 tristate "High-speed (DMA) SCC driver for AX.25"
52 This is a driver for high-speed SCC boards, i.e. those supporting
60 If you have one of these cards, say Y here and read the AX25-HOWTO,
77 <http://www.linux-ax25.org/wiki/Ax25-tools>. Please be sure to
89 and the AX25-HOWTO, available from
122 This is one of two drivers for Baycom style simple amateur radio
124 ser12 design in full-duplex mode. In addition, it allows the
[all …]
/kernel/linux/linux-6.6/Documentation/dev-tools/
Dcheckpatch.rst1 .. SPDX-License-Identifier: GPL-2.0-only
8 style violations in patches and optionally corrects them. Checkpatch can
27 - -q, --quiet
31 - -v, --verbose
35 - --no-tree
39 - --no-signoff
41 Disable the 'Signed-off-by' line check. The sign-off is a simple line at
43 or otherwise have the right to pass it on as an open-source patch.
47 Signed-off-by: Random J Developer <random@developer.example.org>
49 Setting this flag effectively stops a message for a missing signed-off-by
[all …]
/kernel/linux/linux-5.10/Documentation/input/devices/
Dxpad.rst2 xpad - Linux USB driver for Xbox compatible controllers
5 This driver exposes all first-party and third-party Xbox compatible
25 - if you are using a known controller
26 - if you are using a known dance pad
27 - if using an unknown device (one not listed below), what you set in the
28 module configuration for "Map D-PAD to buttons rather than axes for unknown
33 If you said Y it will map the d-pad to buttons, which is needed for dance
34 style games to function correctly. The default is Y.
43 ------------------
46 The jstest-program from joystick-1.2.15 (jstest-version 2.1.0) will report 8
[all …]
Dcs461x.rst4 This is a new low-level driver to support analog joystick attached to
6 Vortex/Solo drivers as an example of decoration style, and ALSA
13 Raw mode works fine with analog joystick front-end driver and cs461x
14 driver as a backend. I've tested this driver with CS4610, 4-axis and
15 4-button joystick; I mean the jstest utility. Also I've tried to
29 uses joystick as input device and PCM device as sound output in one time.
30 There are no sound or input collisions detected. The source code have
/kernel/linux/linux-6.6/Documentation/input/devices/
Dxpad.rst2 xpad - Linux USB driver for Xbox compatible controllers
5 This driver exposes all first-party and third-party Xbox compatible
16 the Xbox One's rumble protocol has not been reverse-engineered but in
25 - if you are using a known controller
26 - if you are using a known dance pad
27 - if using an unknown device (one not listed below), what you set in the
28 module configuration for "Map D-PAD to buttons rather than axes for unknown
33 If you said Y it will map the d-pad to buttons, which is needed for dance
34 style games to function correctly. The default is Y.
43 ------------------
[all …]
Dcs461x.rst4 This is a new low-level driver to support analog joystick attached to
6 Vortex/Solo drivers as an example of decoration style, and ALSA
13 Raw mode works fine with analog joystick front-end driver and cs461x
14 driver as a backend. I've tested this driver with CS4610, 4-axis and
15 4-button joystick; I mean the jstest utility. Also I've tried to
29 uses joystick as input device and PCM device as sound output in one time.
30 There are no sound or input collisions detected. The source code have
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/adv7511/
Dadv7511.h1 /* SPDX-License-Identifier: GPL-2.0-only */
62 #define ADV7511_REG_GC(x) (0x4b + (x)) /* 0x4b - 0x51 */
66 #define ADV7511_REG_AVI_INFOFRAME(x) (0x55 + (x)) /* 0x55 - 0x6f */
70 #define ADV7511_REG_AUDIO_INFOFRAME(x) (0x73 + (x)) /* 0x73 - 0x7c */
77 #define ADV7511_REG_AN(x) (0xb0 + (x)) /* 0xb0 - 0xb7 */
80 #define ADV7511_REG_BKSV(x) (0xc0 + (x)) /* 0xc0 - 0xc3 */
84 #define ADV7511_REG_BSTATUS(x) (0xca + (x)) /* 0xca - 0xcb */
89 #define ADV7511_REG_SYNC_ADJUSTMENT(x) (0xd7 + (x)) /* 0xd7 - 0xdc */
251 * enum adv7511_sync_polarity - Polarity for the input sync signals
272 * struct adv7511_link_config - Describes adv7511 hardware configuration
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/
Dadv7511.h1 /* SPDX-License-Identifier: GPL-2.0-only */
62 #define ADV7511_REG_GC(x) (0x4b + (x)) /* 0x4b - 0x51 */
66 #define ADV7511_REG_AVI_INFOFRAME(x) (0x55 + (x)) /* 0x55 - 0x6f */
70 #define ADV7511_REG_AUDIO_INFOFRAME(x) (0x73 + (x)) /* 0x73 - 0x7c */
77 #define ADV7511_REG_AN(x) (0xb0 + (x)) /* 0xb0 - 0xb7 */
80 #define ADV7511_REG_BKSV(x) (0xc0 + (x)) /* 0xc0 - 0xc3 */
84 #define ADV7511_REG_BSTATUS(x) (0xca + (x)) /* 0xca - 0xcb */
89 #define ADV7511_REG_SYNC_ADJUSTMENT(x) (0xd7 + (x)) /* 0xd7 - 0xdc */
244 * enum adv7511_sync_polarity - Polarity for the input sync signals
265 * struct adv7511_link_config - Describes adv7511 hardware configuration
[all …]
/kernel/linux/linux-6.6/Documentation/sphinx-static/
Dcustom.css1 /* SPDX-License-Identifier: GPL-2.0 */
7 div.body h1 { font-size: 180%; }
8 div.body h2 { font-size: 150%; }
9 div.body h3 { font-size: 130%; }
14 div.sphinxsidebar { font-size: inherit;
15 max-height: 100%;
16 overflow-y: auto; }
27 dl.function, dl.struct, dl.enum { margin-top: 2em; background-color: #ecf0f3; }
28 /* indent lines 2+ of multi-line function prototypes */
29 dl.function dt { margin-left: 10em; text-indent: -10em; }
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-ixp4xx.c1 // SPDX-License-Identifier: GPL-2.0
6 // based on previous work and know-how from:
18 #include <linux/irqchip/irq-ixp4xx.h>
20 #include <asm/mach-types.h>
32 * The hardware uses 3 bits to indicate interrupt "style".
35 * the style for 8 lines each for a total of 16 GPIO lines.
46 * struct ixp4xx_gpio - IXP4 GPIO state container
50 * @base: remapped I/O-memory base
51 * @irq_edge: Each bit represents an IRQ: 1: edge-triggered,
67 __raw_writel(BIT(d->hwirq), g->base + IXP4XX_REG_GPIS); in ixp4xx_gpio_irq_ack()
[all …]
/kernel/linux/linux-6.6/lib/zstd/
Dzstd_decompress_module.c1 // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
6 * This source code is licensed under both the BSD-style license (found in the
9 * You may select, at your option, one of the above-listed licenses.
85 zstd_in_buffer *input) in zstd_decompress_stream() argument
87 return ZSTD_decompressStream(dstream, output, input); in zstd_decompress_stream()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/
Dgpio-mmio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/gpio-mmio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
11 - Bartosz Golaszewski <brgl@bgdev.pl>
15 of set/clear-bit registers. Such controllers are common for glue logic in
16 FPGAs or ASICs. Commonly, these controllers are accessed over memory-mapped
17 NAND-style parallel busses.
22 - brcm,bcm6345-gpio
[all …]
/kernel/linux/linux-6.6/drivers/gpio/
Dgpio-ixp4xx.c1 // SPDX-License-Identifier: GPL-2.0
6 // based on previous work and know-how from:
28 * The hardware uses 3 bits to indicate interrupt "style".
31 * the style for 8 lines each for a total of 16 GPIO lines.
42 * struct ixp4xx_gpio - IXP4 GPIO state container
46 * @base: remapped I/O-memory base
47 * @irq_edge: Each bit represents an IRQ: 1: edge-triggered,
63 __raw_writel(BIT(d->hwirq), g->base + IXP4XX_REG_GPIS); in ixp4xx_gpio_irq_ack()
71 gpiochip_disable_irq(gc, d->hwirq); in ixp4xx_gpio_mask_irq()
79 /* ACK when unmasking if not edge-triggered */ in ixp4xx_gpio_irq_unmask()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/
Di2c-demux-pinctrl.txt1 Pinctrl-based I2C Bus DeMux
10 +-------------------------------+
12 | | +-----+ +-----+
13 | +------------+ | | dev | | dev |
14 | |I2C IP Core1|--\ | +-----+ +-----+
15 | +------------+ \-------+ | | |
16 | |Pinctrl|--|------+--------+
17 | +------------+ +-------+ |
18 | |I2C IP Core2|--/ |
19 | +------------+ |
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/
Di2c-demux-pinctrl.txt1 Pinctrl-based I2C Bus DeMux
10 +-------------------------------+
12 | | +-----+ +-----+
13 | +------------+ | | dev | | dev |
14 | |I2C IP Core1|--\ | +-----+ +-----+
15 | +------------+ \-------+ | | |
16 | |Pinctrl|--|------+--------+
17 | +------------+ +-------+ |
18 | |I2C IP Core2|--/ |
19 | +------------+ |
[all …]

12345678910>>...20