Home
last modified time | relevance | path

Searched +full:no +full:- +full:output (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/kernel/linux/linux-6.6/tools/perf/Documentation/
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
10 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
11 $(wildcard perf-*.txt)) \
20 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
21 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
25 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML))
31 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1))
32 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5))
33 DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7))
40 htmldir?=$(prefix)/share/doc/perf-doc
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
6 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
7 $(wildcard perf-*.txt)) \
16 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
17 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
22 …DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wil…
24 SP_ARTICLES += technical/api-index
28 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML))
34 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1))
35 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5))
[all …]
/kernel/linux/linux-6.6/include/linux/
Dzlib.h1 /* zlib.h -- interface of the 'zlib' general purpose compression library
3 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any damages
21 Jean-loup Gailly Mark Adler
44 this checks there is no more input data available and the next data
53 The 'zlib' compression library provides in-memory compression and
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
65 The compressed data format used by default by the in-memory functions is
[all …]
/kernel/linux/linux-5.10/include/linux/
Dzlib.h1 /* zlib.h -- interface of the 'zlib' general purpose compression library
3 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any damages
21 Jean-loup Gailly Mark Adler
44 this checks there is no more input data available and the next data
53 The 'zlib' compression library provides in-memory compression and
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
65 The compressed data format used by default by the in-memory functions is
[all …]
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
Dstat_output.sh2 # SPDX-License-Identifier: GPL-2.0
7 [ "$(id -u)" != 0 ] && [ "$(cat /proc/sys/kernel/perf_event_paranoid)" -gt $1 ]
13 echo -n "Checking $1 output: no args "
15 commachecker --no-args
21 echo -n "Checking $1 output: system wide "
27 perf stat -a $2 true
28 commachecker --system-wide
34 echo -n "Checking $1 output: system wide no aggregation "
40 perf stat -A -a --no-merge $2 true
41 commachecker --system-wide-no-aggr
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-g-fbuf.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
40 :ref:`Video Overlay <overlay>` or :ref:`Video Output Overlay <osd>`
42 output device) and can be determined with the
46 The V4L2 API distinguishes destructive and non-destructive overlays. A
48 of a graphics card. A non-destructive overlay blends video images into a
49 VGA signal or graphics into a video signal. *Video Output Overlays* are
50 always non-destructive.
53 this is no longer needed, and it was always a very dangerous feature.
60 To set the parameters for a *Video Output Overlay*, applications must
[all …]
Dvidioc-g-audioout.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_AUDOUT - VIDIOC_S_AUDOUT - Query or select the current audio output
38 To query the current audio output applications zero out the ``reserved``
42 has no audio inputs, or none which combine with the current video
43 output.
45 Audio outputs have no writable properties. Nevertheless, to select the
46 current audio output applications can initialize the ``index`` field and
49 ``VIDIOC_S_AUDOUT`` ioctl. Drivers switch to the requested output or
51 write-only ioctl, it does not return the current audio output attributes
63 .. flat-table:: struct v4l2_audioout
[all …]
Dvidioc-g-output.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output
33 Pointer to an integer with output index.
38 To query the current video output applications call the
40 stores the number of the output, as in the struct
42 fail only when there are no video outputs, returning the ``EINVAL`` error
45 To select a video output applications store the number of the desired
46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
50 effects applications must select an output before querying or
59 On success 0 is returned, on error -1 and the ``errno`` variable is set
[all …]
/kernel/linux/linux-6.6/tools/perf/tests/shell/
Dstat+json_output.sh2 # perf stat JSON output linter
3 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
4 # Checks various perf stat JSON output commands for the
7 set -e
29 rm -f "${stat_output}"
31 trap - EXIT TERM INT
43 [ "$(id -u)" != 0 ] && [ "$(cat /proc/sys/kernel/perf_event_paranoid)" -gt $1 ]
48 echo -n "Checking json output: no args "
49 perf stat -j -o "${stat_output}" true
50 $PYTHON $pythonchecker --no-args --file "${stat_output}"
[all …]
/kernel/linux/linux-5.10/Documentation/sparc/oradax/
Ddax-hv-api.txt3 Publication date 2017-09-25 08:21
5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf"
16 live-migration and other system management activities.
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
28 …e Completion Area and, unless execution order is specifically restricted through the use of serial-
38 …There is no fixed limit on the number of outstanding CCBs guest software may have queued in the vi…
45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device
51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility
54No-op/Sync
77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats.
[all …]
/kernel/linux/linux-6.6/Documentation/arch/sparc/oradax/
Ddax-hv-api.txt3 Publication date 2017-09-25 08:21
5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf"
16 live-migration and other system management activities.
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
28 …e Completion Area and, unless execution order is specifically restricted through the use of serial-
38 …There is no fixed limit on the number of outstanding CCBs guest software may have queued in the vi…
45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device
51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility
54No-op/Sync
77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats.
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-audioout.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_AUDOUT - VIDIOC_S_AUDOUT - Query or select the current audio output
38 To query the current audio output applications zero out the ``reserved``
42 has no audio inputs, or none which combine with the current video
43 output.
45 Audio outputs have no writable properties. Nevertheless, to select the
46 current audio output applications can initialize the ``index`` field and
49 ``VIDIOC_S_AUDOUT`` ioctl. Drivers switch to the requested output or
51 write-only ioctl, it does not return the current audio output attributes
63 .. flat-table:: struct v4l2_audioout
[all …]
Dvidioc-g-output.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output
33 Pointer to an integer with output index.
38 To query the current video output applications call the
40 stores the number of the output, as in the struct
42 fail only when there are no video outputs, returning the ``EINVAL`` error
45 To select a video output applications store the number of the desired
46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
50 effects applications must select an output before querying or
59 On success 0 is returned, on error -1 and the ``errno`` variable is set
[all …]
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
DMakefile1 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
8 MAN7_TXT = libperf-counting.txt libperf-sampling.txt
18 MAN_XML = $(addprefix $(OUTPUT),$(_MAN_XML))
19 MAN_HTML = $(addprefix $(OUTPUT),$(_MAN_HTML))
20 MAN_3 = $(addprefix $(OUTPUT),$(_MAN_3))
21 MAN_7 = $(addprefix $(OUTPUT),$(_MAN_7))
38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
40 MANPAGE_XSL = manpage-normal.xsl
45 RM ?= rm -f
48 # -7.1.2, no extra settings are needed.
[all …]
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
DMakefile1 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
8 MAN7_TXT = libperf-counting.txt libperf-sampling.txt
18 MAN_XML = $(addprefix $(OUTPUT),$(_MAN_XML))
19 MAN_HTML = $(addprefix $(OUTPUT),$(_MAN_HTML))
20 MAN_3 = $(addprefix $(OUTPUT),$(_MAN_3))
21 MAN_7 = $(addprefix $(OUTPUT),$(_MAN_7))
38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
40 MANPAGE_XSL = manpage-normal.xsl
45 RM ?= rm -f
48 # -7.1.2, no extra settings are needed.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dpincfg-node.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/pincfg-node.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
21 bias-disable:
25 bias-high-impedance:
27 description: high impedance mode ("third-state", "floating")
29 bias-bus-hold:
33 bias-pull-up:
[all …]
/kernel/linux/linux-5.10/lib/842/
D842.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 * number of data bytes to add to the output buffer, or an index pointing
14 * to a previously-written number of data bytes to copy to the output buffer.
16 * The template code is a 5-bit value. This code indicates what to do with
22 * bytes being written to the output buffer. Each template (i.e. all actions
23 * in the table row) will add up to 8 bytes being written to the output buffer.
25 * N0 (for which there is no corresponding arg in the compressed data buffer).
29 * buffer should be copied directly to the output buffer.
33 * 4, or 8 byte value already in the output buffer, that should be copied to
34 * the end of the output buffer. Essentially, the index points to a position
[all …]
/kernel/linux/linux-6.6/lib/842/
D842.h1 /* SPDX-License-Identifier: GPL-2.0 */
13 * number of data bytes to add to the output buffer, or an index pointing
14 * to a previously-written number of data bytes to copy to the output buffer.
16 * The template code is a 5-bit value. This code indicates what to do with
22 * bytes being written to the output buffer. Each template (i.e. all actions
23 * in the table row) will add up to 8 bytes being written to the output buffer.
25 * N0 (for which there is no corresponding arg in the compressed data buffer).
29 * buffer should be copied directly to the output buffer.
33 * 4, or 8 byte value already in the output buffer, that should be copied to
34 * the end of the output buffer. Essentially, the index points to a position
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320aic31xx.txt1 Texas Instruments - tlv320aic31xx Codec module
7 - compatible - "string" - One of:
8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp
9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp
10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
12 "ti,tlv320aic3120" - TLV320AIC3120 (mono speaker amp, MiniDSP)
13 "ti,tlv320aic3111" - TLV320AIC3111 (stereo speaker amp, MiniDSP)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dtlv320aic31xx.txt1 Texas Instruments - tlv320aic31xx Codec module
7 - compatible - "string" - One of:
8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp
9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp
10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
12 "ti,tlv320aic3120" - TLV320AIC3120 (mono speaker amp, MiniDSP)
13 "ti,tlv320aic3111" - TLV320AIC3111 (stereo speaker amp, MiniDSP)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
[all …]
/kernel/linux/linux-6.6/include/sound/
Dak4113.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 /* input/output control */
18 /* input/output control */
50 /* Q-subcode address + control */
52 /* Q-subcode track */
54 /* Q-subcode index */
56 /* Q-subcode minute */
58 /* Q-subcode second */
60 /* Q-subcode frame */
62 /* Q-subcode zero */
[all …]
/kernel/linux/linux-5.10/include/sound/
Dak4113.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 /* input/output control */
18 /* input/output control */
50 /* Q-subcode address + control */
52 /* Q-subcode track */
54 /* Q-subcode index */
56 /* Q-subcode minute */
58 /* Q-subcode second */
60 /* Q-subcode frame */
62 /* Q-subcode zero */
[all …]
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
DMakefile8 $(wildcard libtraceevent-*.txt) \
16 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
17 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
18 DOC_MAN3=$(addprefix $(OUTPUT),$(_DOC_MAN3))
25 htmldir?=$(prefix)/share/doc/libtraceevent-doc
26 pdfdir?=$(prefix)/share/doc/libtraceevent-doc
31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
33 MANPAGE_XSL = manpage-normal.xsl
36 RM ?= rm -f
40 ASCIIDOC_EXTRA = -a compat-mode
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-regulator16 'enabled' means the regulator output is ON and is supplying
17 power to the system (assuming no error prevents it).
19 'disabled' means the regulator output is OFF and is not
20 supplying power to the system (unless some non-Linux
27 or microamps to determine configured regulator output levels.
34 regulators which can report that output value.
38 - off
39 - on
40 - error
41 - fast
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_dvo_dev.h10 * written prior permission. The copyright holders make no representations
15 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
35 /* DVOA/B/C output register */
56 * Called to allow the output a chance to create properties after the
62 * Turn on/off output.
70 * Callback for testing a video mode for a given output.
73 * be supported on the output specifically, and not represent
82 * Callback for preparing mode changes on an output
87 * Callback for committing mode changes on an output
94 * This is only called while the output is disabled. The dpms callback
[all …]

12345678910>>...46