Home
last modified time | relevance | path

Searched +full:all +full:- +full:outputs (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/linux-6.12.1/Documentation/userspace-api/ioctl/
Dcdrom.rst5 - Edward A. Falk <efalk@google.com>
10 the CDROM layer. These are by-and-large implemented (as of Linux 2.6)
33 CDROMEJECT_SW enable(1)/disable(0) auto-ejecting
34 CDROMMULTISESSION Obtain the start-of-last-session
40 CDROMRESET hard-reset the drive
47 CDROMPLAYBLK scsi-cd only, (struct cdrom_blk)
48 CDROMREADALL read all 2646 bytes
49 CDROMGETSPINDOWN return 4-bit spindown value
50 CDROMSETSPINDOWN set 4-bit spindown value
54 CDROM_SELECT_SPEED Set the CD-ROM speed
[all …]
/linux-6.12.1/include/media/drv-intf/
Dmsp3400.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 msp3400.h - definition for msp3400 inputs and outputs
16 combinations. The details are all in the datasheets but I will try
24 selected tuner input, the selected SCART input and all I2S inputs go to
28 have support for surround sound. It has several outputs: MAIN, AUX, I2S
33 Outputs
36 Most DSP outputs are also the outputs of the msp3400. However, the SCART
37 outputs of the msp3400 can select which input to use: either the SCART1 or
56 ignore or mute certain inputs or outputs.
59 outputs may be present. At the end of this header some tables are
[all …]
/linux-6.12.1/arch/sparc/include/asm/
Dspitfire.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 #define TSB_TAG_TARGET 0x0000000000000000 /* All chips */
19 #define TLB_SFSR 0x0000000000000018 /* All chips */
20 #define TSB_REG 0x0000000000000028 /* All chips */
21 #define TLB_TAG_ACCESS 0x0000000000000030 /* All chips */
22 #define VIRT_WATCHPOINT 0x0000000000000038 /* All chips */
23 #define PHYS_WATCHPOINT 0x0000000000000040 /* All chips */
24 #define TSB_EXTENSION_P 0x0000000000000048 /* Ultra-III and later */
25 #define TSB_EXTENSION_S 0x0000000000000050 /* Ultra-III and later, D-TLB only */
26 #define TSB_EXTENSION_N 0x0000000000000058 /* Ultra-III and later */
[all …]
Dross.h1 /* SPDX-License-Identifier: GPL-2.0 */
20 * -----------------------------------------------------------------
22 * -----------------------------------------------------------------
23 * 31 24 23-22 21 20 19 18-15 14 13 12 11 10 9 8 7-2 1 0
25 * Phew, lots of fields there ;-)
31 * BM: Boot-Mode. One indicates the MMU is in boot mode.
34 * CS: Cache Size -- 0 = 128k, 1 = 256k
37 * CM: Cache Mode -- 0 = write-through, 1 = copy-back
38 * CE: Cache Enable -- 0 = no caching, 1 = cache is on
39 * NF: No Fault -- 0 = faults trap the CPU from supervisor mode
[all …]
Dviking.h1 /* SPDX-License-Identifier: GPL-2.0 */
18 * -----------------------------------------------------------
19 * |impl-vers| RSV |TC|AC|SP|BM|PC|MBM|SB|IC|DC|PSO|RSV|NF|ME|
20 * -----------------------------------------------------------
21 * 31 24 23-17 16 15 14 13 12 11 10 9 8 7 6-2 1 0
23 * TC: Tablewalk Cacheable -- 0 = Twalks are not cacheable in E-cache
24 * 1 = Twalks are cacheable in E-cache
26 * GNU/Viking will only cache tablewalks in the E-cache (mxcc) if present
28 * for machines lacking an E-cache (ie. in MBUS mode) this bit must
31 * AC: Alternate Cacheable -- 0 = Passthru physical accesses not cacheable
[all …]
/linux-6.12.1/drivers/gpu/drm/vc4/tests/
Dvc4_test_pv_muxing.c1 // SPDX-License-Identifier: GPL-2.0
37 if (!hvs_state->fifo_state[i].in_use) in check_fifo_conflict()
72 if (constraint->type != type) in __check_encoder_constraints()
75 for (j = 0; j < constraint->nchannels; j++) { in __check_encoder_constraints()
76 unsigned int _channel = constraint->channels[j]; in __check_encoder_constraints()
126 struct drm_device *drm = state->dev; in get_vc4_crtc_state_for_encoder()
159 channel = new_vc4_crtc_state->assigned_channel; in check_channel_for_encoder()
162 KUNIT_EXPECT_TRUE(test, new_hvs_state->fifo_state[channel].in_use); in check_channel_for_encoder()
179 strscpy(desc, t->name, KUNIT_PARAM_DESC_SIZE); in vc4_test_pv_muxing_desc()
211 VC4_PV_MUXING_TEST("2 outputs: DSI0, HDMI0",
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Daudio.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
6 Audio Inputs and Outputs
9 Audio inputs and outputs are physical connectors of a device. Video
10 capture devices have inputs, output devices have outputs, zero or more
11 each. Radio devices have no audio inputs or outputs. They have exactly
13 tuners with video inputs or outputs only, and radio devices have none of
17 Audio and video inputs and outputs are associated. Selecting a video
29 outputs applications can enumerate them with the
52 Drivers must implement all audio input ioctls when the device has
53 multiple selectable audio inputs, all audio output ioctls when the
[all …]
Dvideo.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
6 Video Inputs and Outputs
9 Video inputs and outputs are physical connectors of a device. These can
11 Video, S-Video and RGB connectors. Camera sensors are also considered to
13 VBI output devices have outputs, at least one each. Radio devices have
14 no video inputs or outputs.
17 outputs applications can enumerate them with the
29 implement all the input ioctls when the device has one or more inputs,
30 all the output ioctls when the device has one or more outputs.
35 .. code-block:: c
[all …]
Dvidioc-enumoutput.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_ENUMOUTPUT - Enumerate video outputs
34 To query the attributes of a video outputs applications initialize the
38 when the index is out of bounds. To enumerate all outputs applications
46 .. flat-table:: struct v4l2_output
47 :header-rows: 0
48 :stub-columns: 0
51 * - __u32
52 - ``index``
53 - Identifies the output, set by the application.
[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
42 fail only when there are no video outputs, returning the ``EINVAL`` error
47 pointer to this integer. Side effects are possible. For example outputs
53 Information about video outputs is available using the
59 On success 0 is returned, on error -1 and the ``errno`` variable is set
61 :ref:`Generic Error Codes <gen-errors>` chapter.
65 video outputs at all.
Dvidioc-enumaudioout.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_ENUMAUDOUT - Enumerate audio outputs
39 bounds. To enumerate all audio outputs applications shall begin at index
45 to a sound card are not audio outputs in this sense.
53 On success 0 is returned, on error -1 and the ``errno`` variable is set
55 :ref:`Generic Error Codes <gen-errors>` chapter.
/linux-6.12.1/Documentation/gpu/
Dtegra.rst11 supports the built-in GPU, comprised of the gr2d and gr3d engines. Starting
18 - A host1x driver that provides infrastructure and access to the host1x
21 - A KMS driver that supports the display controllers as well as a number of
22 outputs, such as RGB, HDMI, DSI, and DisplayPort.
24 - A set of custom userspace IOCTLs that can be used to submit jobs to the
39 Once all clients are available, the infrastructure will initialize the logical
40 device using a driver-provided function which will set up the bits specific to
48 -------------------------------
50 .. kernel-doc:: include/linux/host1x.h
52 .. kernel-doc:: drivers/gpu/host1x/bus.c
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/pwm/pwm-samsung.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Krzysztof Kozlowski <krzk@kernel.org>
15 and clock event timers, as well as to drive SoC outputs with PWM signal. Each
16 PWM timer block provides 5 PWM channels (not all of them can drive physical
17 outputs - see SoC and board manual).
24 - enum:
[all …]
/linux-6.12.1/Documentation/hwmon/
Ddme1737.rst18 Addresses scanned: none, address read from Super-I/O config space
34 Addresses scanned: none, address read from Super-I/O config space
43 -----------------
52 Include non-standard LPC addresses 0x162e and 0x164e
55 - VIA EPIA SN18000
59 -----------
63 and SCH5127 Super-I/O chips. These chips feature monitoring of 3 temp sensors
64 temp[1-3] (2 remote diodes and 1 internal), 8 voltages in[0-7] (7 external and
65 1 internal) and up to 6 fan speeds fan[1-6]. Additionally, the chips implement
66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and
[all …]
Dlm85.rst79 - Philip Pokorny <ppokorny@penguincomputing.com>,
80 - Frodo Looijaard <frodol@dds.nl>,
81 - Richard Barrington <rich_b_nz@clear.net.nz>,
82 - Margit Schubert-While <margitsw@t-online.de>,
83 - Justin Thiessen <jthiessen@penguincomputing.com>
86 -----------
92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0
94 temperatures and five (5) voltages. It has four (4) 16-bit counters for
97 outputs that can be used to control fan speed.
110 A sophisticated control system for the PWM outputs is designed into the
[all …]
Dadm1026.rst16 - Philip Pokorny <ppokorny@penguincomputing.com> for Penguin Computing
17 - Justin Thiessen <jthiessen@penguincomputing.com>
20 -----------------
23 List of GPIO pins (0-16) to program as inputs
26 List of GPIO pins (0-16) to program as outputs
29 List of GPIO pins (0-16) to program as inverted
32 List of GPIO pins (0-16) to program as normal/non-inverted
35 List of GPIO pins (0-7) to program as fan tachs
39 -----------
45 16 general purpose digital I/O lines, eight (8) fan speed sensors (8-bit),
[all …]
Dadt7475.rst39 - Jordan Crouse
40 - Hans de Goede
41 - Darrick J. Wong (documentation)
42 - Jean Delvare
46 -----------
52 features, including extra voltage measurement inputs and PECI support. All
56 The ADT747x uses the 2-wire interface compatible with the SMBus 2.0
58 temperatures and two (2) or more voltages. It has four (4) 16-bit counters
59 for measuring fan speed. There are three (3) PWM outputs that can be used
62 A sophisticated control system for the PWM outputs is designed into the
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dxlnx,gpio-xilinx.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/xlnx,gpio-xilinx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neeli Srinivas <srinivas.neeli@amd.com>
14 to an AXI4-Lite interface. The AXI GPIO can be configured as either
15 a single or a dual-channel device. The width of each channel is
22 - xlnx,xps-gpio-1.00.a
27 "#gpio-cells":
33 gpio-controller: true
[all …]
/linux-6.12.1/Documentation/admin-guide/media/
Dvivid.rst1 .. SPDX-License-Identifier: GPL-2.0
11 Up to 64 vivid instances can be created, each with up to 16 inputs and 16 outputs.
13 Each input can be a webcam, TV capture device, S-Video capture device or an HDMI
14 capture device. Each output can be an S-Video output device or an HDMI output
17 These inputs and outputs act exactly as a real hardware device would behave. This
23 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O.
24 - A large list of test patterns and variations thereof
25 - Working brightness, contrast, saturation and hue controls
26 - Support for the alpha color component
27 - Full colorspace support, including limited/full RGB range
[all …]
/linux-6.12.1/drivers/comedi/drivers/
Dpcl730.c1 // SPDX-License-Identifier: GPL-2.0
4 * Driver for Advantech PCL-730 and clones
10 * Description: Advantech PCL-730 (& compatibles)
11 * Devices: [Advantech] PCL-730 (pcl730), PCM-3730 (pcm3730), PCL-725 (pcl725),
12 * PCL-733 (pcl733), PCL-734 (pcl734),
13 * [ADLink] ACL-7130 (acl7130), ACL-7225b (acl7225b),
14 * [ICP] ISO-730 (iso730), P8R8-DIO (p8r8dio), P16R16-DIO (p16r16dio),
15 * [Diamond Systems] OPMM-1616-XT (opmm-1616-xt), PEARL-MM-P (pearl-mm-p),
16 * IR104-PBF (ir104-pbf),
21 * [0] - I/O port base
[all …]
Dadv_pci1720.c1 // SPDX-License-Identifier: GPL-2.0+
3 * COMEDI driver for Advantech PCI-1720U
9 * COMEDI - Linux Control and Measurement Device Interface
15 * Description: 4-channel Isolated D/A Output board
16 * Devices: [Advantech] PCI-7120U (adv_pci1720)
18 * Updated: Fri, 29 Oct 2015 17:19:35 -0700
23 * The PCI-1720 has 4 isolated 12-bit analog output channels with multiple
27 * The analog outputs can operate in two modes, immediate and synchronized.
35 * Jumper JP5 controls the "hot" reset state of the analog outputs.
36 * Depending on its setting, the analog outputs will either keep the
[all …]
/linux-6.12.1/arch/m68k/ifpsp060/
Dos.S3 |M68000 Hi-Performance Microprocessor Division
5 |Production Release P1.00 -- October 10, 1994
7 |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved.
11 |MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,
32 | - example "Call-Out"s required by both the ISP and FPSP.
38 | EXAMPLE CALL-OUTS #
69 | (i.e. all the known length <= 4) are implemented by single moves
79 | a0 - supervisor source address
80 | a1 - user destination address
81 | d0 - number of bytes to write
[all …]
/linux-6.12.1/Documentation/input/devices/
Drotary-encoder.rst2 rotary-encoder - a generic driver for GPIO connected devices
8 --------
11 peripherals with two wires. The outputs are phase-shifted by 90 degrees
15 Some encoders have both outputs low in stable states, others also have
16 a stable state with both outputs high (half-period mode) and some have
17 a stable state in all steps (quarter-period mode).
19 The phase diagram of these two outputs look like this::
33 |<-------->|
36 |<-->|
37 one step (half-period mode)
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_utils.h1 /* SPDX-License-Identifier: MIT */
13 * all copies or substantial portions of the Software.
53 * dml2_dc_construct_pipes - This function will determine if we need additional pipes based
54 * on the DML calculated outputs for MPC, ODM and allocate them as necessary. This function
58 * map_hw_resources(&s->cur_display_config, &s->mode_support_info);
59 …* result = dml_mode_programming(&in_ctx->dml_core_ctx, s->mode_support_params.out_lowest_state_idx…
60 * dml2_dc_construct_pipes(in_display_state, s->mode_support_info, out_hw_context);
65 * @dml_mode_support_st : To get the ODM, MPC outputs as determined by the DML.
75 * dml2_predict_pipe_split - This function is the dml2 version of predict split pipe. It predicts a
87 * dml2_build_mapped_resource - This function is the dml2 version of build_mapped_resource.
[all …]
/linux-6.12.1/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * (c) 1998-2002 Petr Vandrovec <vandrove@vc.cvut.cz>
33 * "Gerd Knorr" <kraxel@goldbach.isdn.cs.tu-berlin.de>
57 * "Ulf Jaenicke-Roessler" <ujr@physik.phy.tu-dresden.de>
73 * G400 MAX/non-MAX distinction
81 * "Denis Zaitsev" <zzz@cd-club.ru>
84 * "Mike Pieper" <mike@pieper-family.de>
94 * (c) 1998 Gerd Knorr <kraxel@cs.tu-berlin.de>
128 /* --------------------------------------------------------------------- */
134 /* --------------------------------------------------------------------- */
[all …]

12345678910>>...30