Searched full:standard (Results  1 – 25 of 2611) sorted by relevance
12345678910>>...105
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ | 
| D | brcm,bcm11351-pinctrl.txt | 49 Standard, I2C, and HDMI.  Each type accepts a different set of pin config57 Optional Properties (for standard pins):
 68 					0: Standard(100kbps)& Fast(400kbps) mode
 94 					0: Standard(100kbps)& Fast(400kbps) mode
 112 					0: Standard(100kbps)& Fast(400kbps) mode
 127 		//group node defining 1 standard pin
 194 	"adcsync",		Standard
 195 	"bat_rm",		Standard
 200 	"classgpwr",		Standard
 201 	"clk_cx8",		Standard
 [all …]
 
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | standard.rst | 24 V4L2 defines one bit for each analog video standard currently in use28 standard, although presenting the user a menu of supported standards is
 36 standards also contain sets of one or more standard bits.
 39 signals. The first enumerated standard is a set of B and G/PAL, switched
 45 To query and select the standard used by the current video input or
 48 *received* standard can be sensed with the
 54    :ref:`v4l2_std_id <v4l2-std-id>` type (a standard set), *not* an
 55    index into the standard enumeration. Drivers must implement all video
 56    standard ioctls when the device has one or more video inputs or outputs.
 63    video standard, or
 [all …]
 
 | 
| D | vidioc-querystd.rst | 19 VIDIOC_QUERYSTD - VIDIOC_SUBDEV_QUERYSTD - Sense the video standard received by the current input45 The hardware may be able to detect the current video standard
 57    Drivers shall *not* switch the video standard
 58    automatically if a new video standard is detected. Instead, drivers
 61    :ref:`VIDIOC_QUERYSTD`. The reason is that a new video standard can mean
 65    standard is valid they will have to stop streaming, set the new
 66    standard, allocate new buffers and start streaming again.
 77     Standard video timings are not supported for this input or output.
 
 | 
| D | pixfmt-intro.rst | 11 Standard Image Formats15 necessary to have standard image data formats which both sides will
 17 section is intended to be an unambiguous specification of the standard
 22 to convert images to one of the standard formats when needed. But the
 29 Even so, ultimately, some standard formats are needed, so the V4L2
 30 specification would not be complete without well-defined standard
 33 The V4L2 standard formats are mainly uncompressed formats. The pixels
 
 | 
| D | vidioc-g-std.rst | 19 …- VIDIOC_SUBDEV_G_STD - VIDIOC_SUBDEV_S_STD - Query or select the video standard of the current in…51 To query and select the current video standard applications use the
 60 does not return the actual new standard as :ref:`VIDIOC_G_STD <VIDIOC_G_STD>` does. When
 62 standard the driver returns an ``EINVAL`` error code. When the standard set
 64 standards. If the current input or output does not support standard
 81     Standard video timings are not supported for this input or output.
 
 | 
| D | vidioc-g-dv-timings.rst | 150       - The video standard(s) this format belongs to. This will be filled163       - The Video Identification Code according to the CEA-861 standard.
 167       - The Video Identification Code according to the HDMI standard.
 227     * - Timing standard
 230       - The timings follow the CEA-861 Digital TV Profile standard
 232       - The timings follow the VESA Discrete Monitor Timings standard
 234       - The timings follow the VESA Coordinated Video Timings standard
 236       - The timings follow the VESA Generalized Timings Formula standard
 238       - The timings follow the SDI Timings standard.
 304         Identification Code as per the CEA-861 standard.
 [all …]
 
 | 
| D | colorspaces-details.rst | 20 The :ref:`smpte170m` standard defines the colorspace used by NTSC and90 the :ref:`itu601` standard and this colorspace is sometimes called
 102 The :ref:`itu709` standard defines the colorspace used by HDTV in
 134 The full name of this standard is Rec. ITU-R BT.709-5.
 209 The non-standard xvYCC 709 or xvYCC 601 encodings can be
 223 The :ref:`srgb` standard defines the colorspace used by most webcams
 228 Note that the :ref:`sycc` standard specifies full range quantization,
 305 The :ref:`oprgb` standard defines the colorspace used by computer
 311 Note that the :ref:`oprgb` standard specifies full range quantization,
 377 The :ref:`itu2020` standard defines the colorspace used by Ultra-high
 [all …]
 
 | 
| /Linux-v5.4/Documentation/hwmon/ | 
| D | pmbus-core.rst | 8 [from pmbus.org] The Power Management Bus (PMBus) is an open standard11 protocol is implemented over the industry-standard SMBus serial interface and
 13 conversion products. This flexible and highly versatile standard allows for
 17 semiconductor companies, this open power system standard is maintained and
 22 commands, and manufacturers can add as many non-standard commands as they like.
 67 standard PMBus commands and virtual PMBus commands.
 69 Standard PMBus commands
 72 Standard PMBus commands (commands values 0x00 to 0xff) are defined in the PMBUs
 78 Virtual PMBus commands are provided to enable support for non-standard
 83 distinguished from standard PMBus commands (which can not have values larger
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/i2c/ | 
| D | tvp514x.c | 61  * struct tvp514x_std_info - Structure to store standard information65  * @standard: v4l2 standard structure information
 71 	struct v4l2_standard standard;  member
 88  * @current_std: Current standard
 231 	/* Standard: STD_NTSC_MJ */
 236 	 .standard = {
 243 	/* Standard: STD_PAL_BDGHIN */
 249 	 .standard = {
 257 	/* Standard: need to add for additional standard */
 378  * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
 [all …]
 
 | 
| /Linux-v5.4/include/linux/mmc/ | 
| D | sdio_ids.h | 10  * Standard SDIO Function Interfaces13 #define SDIO_CLASS_NONE		0x00	/* Not a SDIO standard interface */
 14 #define SDIO_CLASS_UART		0x01	/* standard UART interface */
 17 #define SDIO_CLASS_GPS		0x04	/* GPS standard interface */
 18 #define SDIO_CLASS_CAMERA	0x05	/* Camera standard interface */
 19 #define SDIO_CLASS_PHS		0x06	/* PHS standard interface */
 
 | 
| /Linux-v5.4/include/media/davinci/ | 
| D | vpbe_types.h | 24  * @name: ptr to name string of the standard, "NTSC", "PAL" etc25  * @std: standard or non-standard mode. 1 - standard, 0 - nonstandard
 39  *  Structure holding timing and resolution information of a standard.
 40  * Used by vpbe_device to set required non-standard timing in the
 
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | acpi_pnp.c | 124 	{"PNP0400"},		/* Standard LPT Printer Port */136 	{"PNP0400"},		/* Standard LPT Printer Port */
 222 	{"PNP0500"},		/* Generic standard PC COM port     */
 228 	{"PNPC100"},		/* Standard 9600 bps Modem */
 229 	{"PNPC101"},		/* Standard 14400 bps Modem */
 230 	{"PNPC102"},		/*  Standard 28800 bps Modem */
 231 	{"PNPC103"},		/*  Standard Modem */
 232 	{"PNPC104"},		/*  Standard 9600 bps Modem */
 233 	{"PNPC105"},		/*  Standard 14400 bps Modem */
 234 	{"PNPC106"},		/*  Standard 28800 bps Modem */
 [all …]
 
 | 
| /Linux-v5.4/include/net/ | 
| D | bond_3ad.h | 33 /* rx machine states(43.4.11 in the 802.3ad standard) */44 /* periodic machine states(43.4.12 in the 802.3ad standard) */
 53 /* mux machine states(43.4.13 in the 802.3ad standard) */
 62 /* tx machine states(43.4.15 in the 802.3ad standard) */
 68 /* churn machine states(43.4.17 in the 802.3ad standard) */
 87 /* timers types(43.4.9 in the 802.3ad standard) */
 98 /* Link Aggregation Control Protocol(LACP) data unit structure(43.4.2.2 in the 802.3ad standard) */
 134 /* Marker Protocol Data Unit(PDU) structure(43.5.3.2 in the 802.3ad standard) */
 179 /* aggregator structure(43.4.5 in the 802.3ad standard) */
 207 /* port structure(43.4.6 in the 802.3ad standard) */
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | zynq-zc706.dts | 153 			io-standard = <4>;176 			io-standard = <1>;
 190 			io-standard = <1>;
 214 			io-standard = <1>;
 227 			io-standard = <1>;
 241 			io-standard = <1>;
 254 			io-standard = <1>;
 267 			io-standard = <1>;
 290 			io-standard = <1>;
 
 | 
| D | zynq-zc702.dts | 203 			io-standard = <1>;226 			io-standard = <4>;
 249 			io-standard = <1>;
 267 			io-standard = <1>;
 291 			io-standard = <1>;
 304 			io-standard = <1>;
 318 			io-standard = <1>;
 331 			io-standard = <1>;
 344 			io-standard = <1>;
 367 			io-standard = <1>;
 
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | svga.rst | 27 (present in standard Linux utility packages). You can use the following values30    NORMAL_VGA - Standard 80x25 mode available on all display adapters.
 32    EXTENDED_VGA	- Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
 54 the standard 80x25 mode.
 89 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
 120    0x0100 to 0x017f - standard BIOS modes. The ID is a BIOS video mode number
 128 	945=132x28 for the standard Video7 BIOS)
 131 	by modifying one of the standard modes). Currently available:
 132 	0x0f00	standard 80x25, don't reset mode if already set (=FFFF)
 133 	0x0f01	standard with 8-point font: 80x43 on EGA, 80x50 on VGA
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/crypto/ | 
| D | Kconfig | 17 	  SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented27 	  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
 46 	  SHA-256 secure hash standard (DFIPS 180-2) implemented
 54 	  SHA-256 secure hash standard (DFIPS 180-2) implemented
 62 	  SHA-512 secure hash standard (DFIPS 180-2) implemented
 
 | 
| /Linux-v5.4/drivers/tty/serial/8250/ | 
| D | 8250_pnp.c | 204 	/* Generic standard PC COM port	 */216 	/* Standard 9600 bps Modem */
 218 	/* Standard 14400 bps Modem */
 220 	/*  Standard 28800 bps Modem*/
 222 	/*  Standard Modem*/
 224 	/*  Standard 9600 bps Modem*/
 226 	/*  Standard 14400 bps Modem*/
 228 	/*  Standard 28800 bps Modem*/
 230 	/*  Standard Modem */
 232 	/* Standard 9600 bps Modem */
 [all …]
 
 | 
| D | Kconfig | 13 	  This selects whether you want to include the driver for the standard14 	  serial ports.  The standard answer is Y.  People who might say N
 17 	  serial mouse and don't intend to use their machine's standard serial
 24 	  non-standard serial ports, since the configuration information will
 36 	  modems and similar devices connecting to the standard serial ports.
 60 	  This builds standard PNP serial support. You may be able to
 71 	  standard 16550A serial port.
 127 	  This builds standard PCI serial support. You may be able to
 198 	  If you wish to use any non-standard features of the standard "dumb"
 212 	  standard COM 1/2/3/4 ports. This may happen if you have an AST
 [all …]
 
 | 
| /Linux-v5.4/drivers/bcma/ | 
| D | README | 4 Standard AMBA drivers are platform specific, have hardcoded addresses and use5 AMBA standard fields like CID and PID.
 9    as standard AMBA device. Reading it's CID or PID can cause machine lockup.
 10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
 
 | 
| /Linux-v5.4/Documentation/media/uapi/dvb/ | 
| D | fe-type-t.rst | 44        -  For DVB-S standard54        -  For DVB-C annex A standard
 64        -  For DVB-T standard
 74        -  For ATSC standard (terrestrial) or for DVB-C Annex B (cable) used
 96 filled with the currently standard, as selected by the last call to
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ | 
| D | dcsr.txt | 30 	Definition: A standard property.  Defines the number of cells36 	Definition: A standard property.  Defines the number of cells
 43 	Definition: A standard property. Specifies the physical address
 90 	Definition: A standard property.  Specifies the physical address
 119 	Definition: A standard property.  Specifies the physical address
 156 	Definition: A standard property.  Specifies the physical address
 181 	Definition: A standard property.  Specifies the physical address
 218 	Definition: A standard property.  Specifies the physical address
 246 	Definition: A standard property.  Specifies the physical address
 277 	Definition: A standard property.  Specifies the physical address
 [all …]
 
 | 
| /Linux-v5.4/drivers/dma/ | 
| D | ste_dma40_ll.h | 38 /* Standard channel parameters - basic mode (element register) */44 /* Standard channel parameters - basic mode (Link register) */
 54 /* Standard basic channel logical mode */
 68 /* Standard basic channel logical params in memory */
 114 /* Standard channel parameter register offsets */
 339  * physical(standard) mode.
 398  * @lcsp0: Logical Channel Standard Param 0 - Src.
 399  * @lcsp1: Logical Channel Standard Param 1 - Src.
 400  * @lcsp2: Logical Channel Standard Param 2 - Dst.
 401  * @lcsp3: Logical Channel Standard Param 3 - Dst.
 
 | 
| /Linux-v5.4/include/media/ | 
| D | tuner-types.h | 13  * @TUNER_PARAM_TYPE_PAL:	Tuner params are for PAL color TV standard14  * @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
 58  *			 multi-standard analog TV/Radio demodulator, with is
 64  *				row per different standard.
 106  *				standard is selected. Set this bit to 1 if this
 109  *				standard is selected. Set this bit to 1 if this
 114  *				L standard PLL gating, vs the driver default
 
 | 
| /Linux-v5.4/Documentation/networking/ | 
| D | PLIP.txt | 21 printer port.  PLIP is a non-standard, but [can use] uses the standard48 an existing Ethernet. Isn't standard (not even de facto standard, like
 113 only one implemented in the early version of the code) uses a standard
 125 The cable for the first transfer mode is a standard
 131 bits with standard status register implementation.
 191 standard in Mode 0.  That standard specifies the following protocol:
 
 | 
        12345678910>>...105