Home
last modified time | relevance | path

Searched +full:standard +full:- +full:mode (Results 1 – 25 of 1019) sorted by relevance

12345678910>>...41

/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt10 - compatible: Must be "brcm,bcm11351-pinctrl"
11 - reg: Base address of the PAD Controller register block and the size
17 compatible = "brcm,bcm11351-pinctrl";
27 Each pin configuration node is a sub-node of the pin controller node and is a
31 Please refer to the pinctrl-bindings.txt in this directory for details of the
45 details generic pin config properties, please refer to pinctrl-bindings.txt
46 and <include/linux/pinctrl/pinconfig-generic.h>.
49 Standard, I2C, and HDMI. Each type accepts a different set of pin config
54 - pins: Multiple strings. Specifies the name(s) of one or more pins to
57 Optional Properties (for standard pins):
[all …]
/linux-5.10/Documentation/admin-guide/
Dsvga.rst4 Video Mode Selection Support 2.13
7 :Copyright: |copy| 1995--1999 Martin Mares, <mj@ucw.cz>
12 This small document describes the "Video Mode Selection" feature which
21 enter ``scan`` on the video mode prompt, pick the mode you want to use,
22 remember its mode ID (the four-digit hexadecimal number) and then
25 The video mode to be used is selected by a kernel parameter which can be
28 (present in standard Linux utility packages). You can use the following values
31 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
35 ASK_VGA - Display a video mode menu upon startup (see below).
[all …]
/linux-5.10/Documentation/networking/
Dplip.rst1 .. SPDX-License-Identifier: GPL-2.0
14 -----------------
17 This device interface allows a point-to-point connection between two
25 printer port. PLIP is a non-standard, but [can use] uses the standard
26 LapLink null-printer cable [can also work in turbo mode, with a PLIP
52 an existing Ethernet. Isn't standard (not even de facto standard, like
62 -------------------
77 On these machines, the PLIP driver can be used in IRQ-less mode, where
79 and if such data is available, process it. This mode is less efficient than
80 the IRQ mode, because the driver has to check the parallel port many times
[all …]
/linux-5.10/Documentation/fb/
Dmodedb.rst2 modedb default video mode support
6 Currently all frame buffer device drivers have their own video mode databases,
9 - one routine to probe for video modes, which can be used by all frame buffer
11 - one generic video mode database with a fair amount of standard videomodes
13 - the possibility to supply your own mode database for graphics hardware that
14 needs non-standard modes, like amifb and Mac frame buffer drivers (which
18 consider that to be a video mode option. If no frame buffer device is specified
19 in a video= option, fbmem considers that to be a global video mode option.
21 Valid mode specifiers (mode_option argument)::
23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
[all …]
Duvesafb.rst2 uvesafb - A Generic Driver for VBE2+ compliant video cards
6 ---------------
9 with the VBE 2.0 standard.
30 --------------------------
36 - Lack of any type of acceleration.
37 - A strict and limited set of supported video modes. Often the native
40 video mode you want to use. This can be especially painful with
42 ratio, which is what most BIOS-es are limited to.
43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant
44 Video BIOS. Note that many nVidia Video BIOS-es claim to be VBE 3.0
[all …]
Dudlfb.rst15 pixels line-by-line via USB bulk transfers.
18 does not require any acks - the effect is very low latency that
20 non-gaming and non-video applications.
22 Mode setting, EDID read, etc are other bulk or control transfers. Mode
23 setting is very flexible - able to set nearly arbitrary modes from any timing.
35 one-to-one with the fbdev interface, making the driver quite small and
37 * X servers and other applications can use the standard fbdev interface
38 from user mode to talk to the device, without needing to know anything
48 In the future, hopefully fbdev will be enhanced with an small standard
60 of the monitor, and set the best common mode between the DisplayLink device
[all …]
/linux-5.10/drivers/net/arcnet/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
25 tristate "Enable standard ARCNet packet format (RFC 1201)"
29 industry-standard RFC1201 implementations, like the arcether.com
39 software complying with the "old" standard, specifically, the DOS
42 industry-standard RFC1201 implementations, like the arcether.com
49 tristate "Enable raw mode packet interface"
51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
56 tristate "Enable CAP mode packet interface"
58 ARCnet "cap mode" packet encapsulation. Used to get the hardware
71 Cap only listens to protocol 1-8.
[all …]
/linux-5.10/arch/arm/crypto/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
13 tristate "SHA1 digest algorithm (ARM-asm)"
17 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
27 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
37 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
41 tristate "SHA-224/256 digest algorithm (ARM v8 Crypto Extensions)"
46 SHA-256 secure hash standard (DFIPS 180-2) implemented
50 tristate "SHA-224/256 digest algorithm (ARM-asm and NEON)"
54 SHA-256 secure hash standard (DFIPS 180-2) implemented
58 tristate "SHA-384/512 digest algorithm (ARM-asm and NEON)"
[all …]
/linux-5.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
32 * @config: Value of the band switch byte (BB) to setup this mode.
33 * @cb: Value of the CB byte to setup this mode.
54 * struct tuner_params - Parameters to be used to setup the tuner. Those
55 * are used by drivers/media/tuners/tuner-types.c in
[all …]
/linux-5.10/include/linux/
Dwait_bit.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Linux wait-bit related types and methods:
24 typedef int wait_bit_action_f(struct wait_bit_key *key, int mode);
27 …ad *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
28 …ad *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, …
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
36 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *key);
49 extern int bit_wait(struct wait_bit_key *key, int mode);
[all …]
/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmax77802.txt3 This is a part of device tree bindings of MAX77802 multi-function device.
6 The MAX77802 PMIC has 10 high-efficiency Buck and 32 Low-dropout (LDO)
12 - inb1-supply: The input supply for BUCK1
13 - inb2-supply: The input supply for BUCK2
14 - inb3-supply: The input supply for BUCK3
15 - inb4-supply: The input supply for BUCK4
16 - inb5-supply: The input supply for BUCK5
17 - inb6-supply: The input supply for BUCK6
18 - inb7-supply: The input supply for BUCK7
19 - inb8-supply: The input supply for BUCK8
[all …]
/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-g-tuner.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_TUNER - VIDIOC_S_TUNER - Get or set tuner attributes
46 Tuners have two writable properties, the audio mode and the radio
47 frequency. To change the audio mode, applications initialize the
51 different audio mode if the requested mode is invalid or unsupported.
52 Since this is a write-only ioctl, it does not return the actually
53 selected audio mode.
68 .. flat-table:: struct v4l2_tuner
69 :header-rows: 0
70 :stub-columns: 0
[all …]
Dext-ctrls-dv.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _dv-controls:
15 only exposed on the ``/dev/v4l-subdev*`` device node.
23 Identification Data, :ref:`vesaedid`) and HDCP (High-bandwidth Digital
33 .. _dv-control-id:
47 read-only control is applicable to DVI-D, HDMI and DisplayPort
51 Rx Sense is the detection of pull-ups on the TMDS clock lines. This
56 that pad will be 0. This read-only control is applicable to DVI-D
64 EDIDs, then the bit for that pad will be 0. This read-only control
65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors.
[all …]
/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-typec-displayport18 Note. USB configuration does not equal to Exit Mode. It is
19 separate configuration defined in VESA DisplayPort Alt Mode on
20 USB Type-C Standard. Functionally it equals to the situation
21 where the mode has been exited (to exit the mode, see
22 Documentation/ABI/testing/sysfs-bus-typec, and use file
29 VESA DisplayPort Alt Mode on USB Type-C Standard defines six
30 different pin assignments for USB Type-C connector that are
44 Note. As of VESA DisplayPort Alt Mode on USB Type-C Standard
Dsysfs-class-power-wilco1 What: /sys/class/power_supply/wilco-charger/charge_type
7 Standard:
8 Fully charges battery at a standard rate.
24 On Wilco device this mode is pre-configured in the factory
25 through EC's private PID. Swiching to a different mode will
26 be denied by Wilco EC when Long Life mode is enabled.
28 What: /sys/class/power_supply/wilco-charger/charge_control_start_threshold
35 What: /sys/class/power_supply/wilco-charger/charge_control_end_threshold
/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h2 Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
60 /*------------------------------------------------------------------------------
62 ------------------------------------------------------------------------------*/
69 * \retval -EIO Initialization failed.
78 * \retval -EIO Termination failed.
98 * \retval -EIO Failure.
99 * \retval -EINVAL Parameter 'wcount' is not zero but parameter
133 #define TUNER_MODE_SUB0 0x0001 /* for sub-mode (e.g. RF-AGC setting) */
134 #define TUNER_MODE_SUB1 0x0002 /* for sub-mode (e.g. RF-AGC setting) */
135 #define TUNER_MODE_SUB2 0x0004 /* for sub-mode (e.g. RF-AGC setting) */
[all …]
/linux-5.10/Documentation/sound/cards/
Dhdspm.rst2 Software Interface ALSA-DSP MADI Driver
5 (translated from German, so no good English ;-),
7 2004 - winfried ritsch
11 the Controls and startup-options are ALSA-Standard and only the
19 ------------------
21 * number of channels -- depends on transmission mode
29 * Single Speed -- 1..64 channels
32 (Note: Choosing the 56channel mode for transmission or as
37 * Double Speed -- 1..32 channels
40 Note: Choosing the 56-channel mode for
[all …]
/linux-5.10/drivers/dma/
Dste_dma40_ll.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) ST-Ericsson SA 2007-2010
4 * Author: Per Friden <per.friden@stericsson.com> for ST-Ericsson SA
5 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson SA
20 #define D40_PHYS_TO_GROUP(phys) ((phys & (D40_GROUP_SIZE - 1)) / 2)
22 /* Most bits of the CFG register are the same in log as in phy mode */
38 /* Standard channel parameters - basic mode (element register) */
44 /* Standard channel parameters - basic mode (Link register) */
50 * 29-bit byte word aligned address of the reload area.
54 /* Standard basic channel logical mode */
[all …]
/linux-5.10/crypto/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
140 bool "Disable run-time self tests"
143 Disable run-time self tests that normally take place at
147 bool "Enable extra run-time crypto self tests"
150 Enable extra run-time self tests of registered crypto algorithms,
199 Authenc: Combined mode wrapper for IPsec.
221 comment "Public-key cryptography"
233 tristate "Diffie-Hellman algorithm"
237 Generic implementation of the Diffie-Hellman algorithm.
251 tristate "EC-RDSA (GOST 34.10) algorithm"
[all …]
/linux-5.10/drivers/tty/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
24 one can be used for a text-mode user session, and a third could run
26 is done with certain key combinations, usually Alt-<function key>.
43 shiny Linux system :-)
59 and warnings and which allows logins in single user mode. If you
62 common mode of operations, so you should say Y here unless you want
96 See <file:Documentation/driver-api/console.rst> for more
111 Linux has traditionally used the BSD-like names /dev/ptyxx for
114 however, supports the Unix98 naming standard: in order to acquire a
134 Linux has traditionally used the BSD-like names /dev/ptyxx
[all …]
/linux-5.10/Documentation/devicetree/bindings/pci/
Dnvidia,tegra194-pcie.txt4 and thus inherits all the common properties defined in designware-pcie.txt.
5 Some of the controller instances are dual mode where in they can work either
6 in root port mode or endpoint mode but one at a time.
9 - power-domains: A phandle to the node that controls power to the respective
19 "include/dt-bindings/power/tegra194-powergate.h" file.
20 - reg: A list of physical base address and length pairs for each set of
21 controller registers. Must contain an entry for each entry in the reg-names
23 - reg-names: Must include the following entries:
25 "config": As per the definition in designware-pcie.txt
31 - interrupts: A list of interrupt outputs of the controller. Must contain an
[all …]
/linux-5.10/include/media/davinci/
Dvpbe_types.h1 /* SPDX-License-Identifier: GPL-2.0-only */
14 /* vpbe_timing_type - Timing types used in vpbe device */
24 * @name: ptr to name string of the standard, "NTSC", "PAL" etc
25 * @std: standard or non-standard mode. 1 - standard, 0 - nonstandard
26 * @interlaced: 1 - interlaced, 0 - non interlaced/progressive
34 * @hsync_len: h-sync length
35 * @vsync_len: v-sync length
39 * Structure holding timing and resolution information of a standard.
40 * Used by vpbe_device to set required non-standard timing in the
48 * ------
[all …]
Dvpbe.h1 /* SPDX-License-Identifier: GPL-2.0-only */
11 #include <media/v4l2-dev.h>
12 #include <media/v4l2-ioctl.h>
13 #include <media/v4l2-device.h>
39 * requires a set of non-standard timing values to be listed here for
40 * each supported mode since venc is used in non-standard timing mode
49 * example, SD modes would use YCC8 where as HD mode would use YCC16.
50 * Not sure if this is needed on a per mode basis instead of per
51 * output basis. If per mode is needed, we may have to move this to
127 /* De-initialize the device */
[all …]
/linux-5.10/sound/drivers/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
50 tristate "PC-Speaker support (READ HELP!)"
60 You can compile this as a module which will be called snd-pcsp.
65 pc-speaker a default sound device. Which is likely not
69 options snd-pcsp index=2
71 You don't need this driver if you only want your pc-speaker to beep.
90 will be called snd-dummy.
99 the standard ALSA PCM device. The devices are routed 0->1 and
100 1->0, where first number is the playback PCM device and second
106 timing source using the time shift universal control (+-20%
[all …]
/linux-5.10/Documentation/admin-guide/media/
Dvivid.rst1 .. SPDX-License-Identifier: GPL-2.0
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
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
28 - All possible control types are present
29 - Support for various pixel aspect ratios and video aspect ratios
[all …]

12345678910>>...41