Home
last modified time | relevance | path

Searched refs:standards (Results 1 – 53 of 53) sorted by relevance

/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dv-timings.c168 (cap->standards && bt->standards && in v4l2_valid_dv_timings()
169 !(bt->standards & cap->standards)) || in v4l2_valid_dv_timings()
309 pr_info("%s: standards (0x%x):%s%s%s%s\n", dev_prefix, bt->standards, in v4l2_print_dv_timings()
310 (bt->standards & V4L2_DV_BT_STD_CEA861) ? " CEA" : "", in v4l2_print_dv_timings()
311 (bt->standards & V4L2_DV_BT_STD_DMT) ? " DMT" : "", in v4l2_print_dv_timings()
312 (bt->standards & V4L2_DV_BT_STD_CVT) ? " CVT" : "", in v4l2_print_dv_timings()
313 (bt->standards & V4L2_DV_BT_STD_GTF) ? " GTF" : ""); in v4l2_print_dv_timings()
532 fmt->bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt()
690 fmt->bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
Dv4l2-ioctl.c46 static const struct std_descr standards[] = { variable
93 for (i = 0; standards[i].std; i++) in v4l2_norm_to_name()
94 if (myid == standards[i].std) in v4l2_norm_to_name()
96 return standards[i].descr; in v4l2_norm_to_name()
703 p->bt.standards, p->bt.flags); in v4l_print_dv_timings()
730 p->bt.standards, p->bt.capabilities); in v4l_print_dv_timings_cap()
1725 while ((id & standards[j].std) != standards[j].std) in v4l_enumstd()
1727 curr_id = standards[j].std; in v4l_enumstd()
1728 descr = standards[j].descr; in v4l_enumstd()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dts3a227e.txt4 The TS3A227E detect headsets of 3-ring and 4-ring standards and
/linux-4.4.14/drivers/hwtracing/stm/
DKconfig7 Trace Protocol (STP) format as defined by MIPI STP standards.
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci.txt11 Additionally to the properties specified in the above standards a host bridge
/linux-4.4.14/Documentation/video4linux/
DREADME.davinci-vpbe37 a set of API calls to V4L2 drivers to set the output/standards
80 driver has been tested with NTSC and PAL standards and buffer streaming.
DREADME.cx8818 at least for some standards.
Dvivid.txt291 both support all TV standards. If the standard is queried, then the Vivid
297 TV standards. This is particularly noticable when generating a horizontally
299 visible. For 50 Hz standards the top field is the oldest and the bottom field
300 is the newest in time. For 60 Hz standards that is reversed: the bottom field
304 contain the top field for 50 Hz standards and the bottom field for 60 Hz
305 standards. This is what capture hardware does as well.
307 Finally, for PAL/SECAM standards the first half of the top line contains noise.
386 The S-Video output supports all TV standards.
419 cases the driver will generate valid VBI data: for 60 Hz standards it will
422 The XDS stream will give the current time once a minute. For 50 Hz standards
[all …]
DZoran138 The best know TV standards are NTSC/PAL/SECAM. but for decoding a frame that
139 information is not enough. There are several formats of the TV standards.
145 The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,...
149 The CCIR standards A,E,F are not used any more.
175 A rather good sites about the TV standards are:
/linux-4.4.14/drivers/net/can/usb/
DKconfig66 standards, that is:
/linux-4.4.14/tools/testing/selftests/futex/
DREADME61 o The Futex Test project adheres to the coding standards set forth by Linux
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt5 either correctly working because all components follow the standards -
/linux-4.4.14/Documentation/
Dunicode.txt105 http://www.evertype.com/standards/csur/klingon.html
167 http://www.evertype.com/standards/csur/
DHOWTO48 high standards for coding, style and procedure. These standards have
51 possible about these standards ahead of time, as they are well
DCodingStyle10 First off, I'd suggest printing out a copy of the GNU coding standards,
/linux-4.4.14/net/irda/
DKconfig11 The Infrared Data Associations (tm) specifies standards for wireless
/linux-4.4.14/Documentation/sound/alsa/soc/
Doverview.txt80 DAI.txt: Description of Digital Audio Interface standards and how to configure
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt5 This document gives references to the standards and protocols used to
/linux-4.4.14/Documentation/networking/
Dx25-iface.txt10 standards. Most X.25 device drivers will be moderately similar to the
Dl2tp.txt28 pseudowires for L2TP are defined in separate RFC standards. Another
Dcs89x0.txt63 IEEE 802.3 standards and support half or full-duplex operation in ISA bus
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-cap.c1633 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_CVT)) { in valid_cvt_gtf_timings()
1639 if (bt->standards == 0 || (bt->standards & V4L2_DV_BT_STD_GTF)) { in valid_cvt_gtf_timings()
Dvivid-vid-out.c1135 if ((bt->standards & (V4L2_DV_BT_STD_CVT | V4L2_DV_BT_STD_GTF)) && in valid_cvt_gtf_timings()
/linux-4.4.14/Documentation/hwmon/
Dsysfs-interface1 Naming and data format standards for sysfs files
27 files directly. This document briefly describes the standards that the
181 an arbitrary number, as not all standards have a version
Dasc7621123 the standards defined in "sysfs-interface".
/linux-4.4.14/Documentation/crypto/
Dapi-intro.txt96 standards) be included.
Dasymmetric-keys.txt106 identifiers from different standards aren't necessarily compatible. For
/linux-4.4.14/include/uapi/linux/
Dvideodev2.h1242 __u32 standards; member
1351 __u32 standards; member
/linux-4.4.14/drivers/media/i2c/
Dtvp7002.c574 if (!memcmp(bt, t, &bt->standards - &bt->width)) { in tvp7002_s_dv_timings()
Dadv7604.c1466 cap->bt.standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT | in adv76xx_dv_timings_cap()
Dadv7842.c1556 bt->standards = V4L2_DV_BT_STD_CEA861 | V4L2_DV_BT_STD_DMT | in adv7842_query_dv_timings()
/linux-4.4.14/Documentation/ide/
Dide.txt240 The latest standards define some enhancements, known as the ATA-6 spec,
/linux-4.4.14/Documentation/development-process/
D3.Early-stage95 the kernel community's standards. Some examples include:
D6.Followthrough15 standards. A failure to participate in this process is quite likely to
D4.Coding26 The first of these is to believe that the kernel coding standards do not
D2.Process304 up to Linux kernel coding or quality standards, but people may want to use
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt267 it. The format is standards body-type-variant.
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt444 the released standards from UEFI ASWG. As a practical matter, there will be
445 vendors that provide bad ACPI tables or violate the standards in some way.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex68 and the computer was not specified in the standards. As a result, many
510 errors should be according to the standards, whatever they are. When
610 interface and software standards. Before you protest, there are two
685 \subsection{And what about standards?}
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dhdmi_drv.c707 cap->bt.standards = V4L2_DV_BT_STD_CEA861; in hdmi_dv_timings_cap()
/linux-4.4.14/Documentation/arm/OMAP/
DDSS52 There exist several display technologies and standards that support audio as
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-video.c742 cap->bt.standards = V4L2_DV_BT_STD_CEA861; in vidioc_dv_timings_cap()
/linux-4.4.14/scripts/
Dspelling.txt930 standardss||standards
/linux-4.4.14/Documentation/blockdev/
Dparide.txt66 The high-level drivers function according to the relevant standards.
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt35 New FC standards have defined mechanisms which allows for a single physical
Dsym53c8xx_2.txt679 SCSI standards, chip cores functionnals and internal driver data structures.
Dscsi_mid_low_api.txt965 * the device receives the ioctl. According to recent Unix standards
Dncr53c8xx.txt1351 SCSI standards, chip cores functionnals and internal driver data structures.
/linux-4.4.14/Documentation/video4linux/bttv/
DCards112 TV standards:
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt383 standards for telecommunications and computer equipment.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt43 - http://www.intel.com/standards/hdaudio/
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt514 The defaults for TV/SC1224/SC1435 cover both PAL and NTSC standards.
/linux-4.4.14/
DCREDITS2043 D: Unicode, real-time, time, standards