| /Linux-v5.4/Documentation/devicetree/bindings/ | 
| D | trivial-devices.yaml | 29 …      # SMBus/I2C Digital Temperature Sensor in 6-Pin SOT with SMBus Alert and Over Temperature Pin45             # Three-Axis Digital Accelerometer
 47 … # Three-Axis Digital Accelerometer (backward-compatibility value "adi,adxl345" must be listed too)
 63             # High-Precision Digital Thermometer
 67             # Tiny Digital Thermometer and Thermostat
 71             # Digital Thermometer and Thermostat
 91             # MPL3115: Absolute Digital Pressure Sensor
 97             # G751: Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface
 113             # Intersil ISL68137 Digital Output Configurable PWM Controller
 123             # mCube 3-axis 8-bit digital accelerometer
 [all …]
 
 | 
| /Linux-v5.4/drivers/iio/potentiometer/ | 
| D | Kconfig | 7 menu "Digital potentiometers"10 	tristate "Analog Devices AD5272 and similar Digital Potentiometer driver"
 14 	  digital potentiometer chip.
 20 	tristate "Maxim Integrated DS1803 Digital Potentiometer driver"
 24 	  digital potentiometer chip.
 30 	tristate "Maxim MAX5432-MAX5435 Digital Potentiometer driver"
 34 	  MAX5432, MAX5433, MAX5434 and MAX5435 digital
 41 	tristate "Maxim MAX5481-MAX5484 Digital Potentiometer driver"
 45 	  MAX5481, MAX5482, MAX5483, MAX5484 digital potentiometer
 52 	tristate "Maxim MAX5487/MAX5488/MAX5489 Digital Potentiometer driver"
 [all …]
 
 | 
| /Linux-v5.4/Documentation/media/dvb-drivers/ | 
| D | avermedia.rst | 22 Digital TV.24 One  significant difference between Digital TV and Analogue TV
 36 dealing  with  digital  signals,  not  analogue  signals and a
 37 composite  video signal is about as far removed from a digital
 44   signal. **NOTE:** some countries employ a digital audio signal
 50 The  digital  datastream from an Analogue TV card is generated
 57 digital  data  stream  to be presented to the PC in an encoded
 59 Digital TV.
 61 The  purpose of a simple budget digital TV card (DVB-T,C or S)
 65 * Extract  the encoded digital datastream from the broadcast
 [all …]
 
 | 
| /Linux-v5.4/Documentation/media/uapi/dvb/ | 
| D | intro.rst | 23 area of digital video broadcasting (Digital TV) and should be familiar with28 Various Digital TV standards documents are available for download at:
 43 The first API for Digital TV cards we used at Convergence in late 1999 was an
 45 grabber cards. As such it was not really well suited to be used for Digital
 50 standard Linux Digital TV API. As a commitment to the development of terminals
 54 Convergence provided a first implementation of the Linux Digital TV API.
 55 Convergence was the maintainer of the Linux Digital TV API in the early
 59 of this document). The Linux  Digital TV API is constantly reviewed and
 76     Components of a Digital TV card/STB
 78 A Digital TV card or set-top-box (STB) usually consists of the
 [all …]
 
 | 
| D | dvbapi.rst | 15 Part II - Digital TV API22    It it was originally written to support the European digital TV
 23    standard (DVB), and later extended to support all digital TV standards.
 26    it, and to associated hardware as **Digital TV**.
 30      - the Digital TV API version
 32      - digital TV data types (enums, structs, defines, etc);
 33      - digital TV device nodes (``/dev/dvb/...``);
 66  - Original author of the Digital TV API documentation.
 70  - Original author of the Digital TV API documentation.
 93 Digital TV API.
 
 | 
| /Linux-v5.4/drivers/iio/dac/ | 
| D | Kconfig | 7 menu "Digital to analog converters"18 	  Digital to Analog Converter.
 29 	  Digital to Analog Converters (DAC).
 42 	  Digital to Analog Converters (DAC).
 52 	  digital-to-analog convertors (DAC).
 75 	  AD5432, AD5439, AD5443, AD5449 Digital to Analog Converters.
 90 	  Digital to Analog / Analog to Digital Converter.
 102 	  Digital to Analog / Analog to Digital Converter.
 112 	  High Voltage Digital to Analog Converter.
 129 	  LTC1660 and LTC1665 Digital to Analog Converters.
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/pci/ddbridge/ | 
| D | ddbridge-hw.c | 3  * ddbridge-hw.c: Digital Devices bridge hardware maps5  * Copyright (C) 2010-2017 Digital Devices GmbH
 92 	.name     = "unknown Digital Devices PCIe card, install newer driver",
 98 	.name     = "Digital Devices Octopus DVB adapter",
 106 	.name     = "Digital Devices Octopus V3 DVB adapter",
 114 	.name     = "Digital Devices Octopus LE DVB adapter",
 122 	.name     = "Digital Devices Octopus OEM",
 134 	.name     = "Digital Devices Octopus Mini",
 142 	.name     = "Digital Devices Cine S2 V6 DVB adapter",
 150 	.name     = "Digital Devices Cine S2 V6.5 DVB adapter",
 [all …]
 
 | 
| /Linux-v5.4/Documentation/ | 
| D | digsig.txt | 2 Digital Signature Verification API19 Digital signature verification API provides a method to verify digital signature.
 20 Currently digital signatures are used by the IMA/EVM integrity protection subsystem.
 22 Digital signature verification is implemented using cut-down kernel port of
 58 	digsig_verify() - digital signature verification with public key
 62 	* digsig_verify() - digital signature verification with public key
 64 	* @sig:	digital signature
 70 	* Verifies data integrity against digital signature.
 
 | 
| /Linux-v5.4/include/media/ | 
| D | dvb_vb2.h | 26  * enum dvb_buf_type - types of Digital TV memory-mapped buffers29  *			  with a received Digital TV stream
 175  * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV
 191  * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV
 200  * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV
 210  * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV
 223  * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV
 235  * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV
 247  * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling.
 253  * Queue a Digital TV buffer as requested by userspace
 [all …]
 
 | 
| D | dvbdev.h | 41  * enum dvb_device_type - type of the Digital TV device43  * @DVB_DEVICE_SEC:		Digital TV standalone Common Interface (CI)
 44  * @DVB_DEVICE_FRONTEND:	Digital TV frontend.
 45  * @DVB_DEVICE_DEMUX:		Digital TV demux.
 46  * @DVB_DEVICE_DVR:		Digital TV digital video record (DVR).
 47  * @DVB_DEVICE_CA:		Digital TV Conditional Access (CA).
 48  * @DVB_DEVICE_NET:		Digital TV network.
 50  * @DVB_DEVICE_VIDEO:		Digital TV video decoder.
 52  * @DVB_DEVICE_AUDIO:		Digital TV audio decoder.
 54  * @DVB_DEVICE_OSD:		Digital TV On Screen Display (OSD).
 [all …]
 
 | 
| /Linux-v5.4/drivers/iio/accel/ | 
| D | Kconfig | 10 	tristate "Analog Devices ADIS16201 Dual-Axis Digital Inclinometer and Accelerometer"16 	  digital inclinometer and accelerometer.
 22 	tristate "Analog Devices ADIS16209 Dual-Axis Digital Inclinometer and Accelerometer"
 27 	  Say Y here to build support for Analog Devices adis16209 dual-axis digital inclinometer
 37 	tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer I2C Driver"
 44 	  ADXL345 or ADXL375 3-axis digital accelerometer.
 51 	tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer SPI Driver"
 58 	  ADXL345 or ADXL375 3-axis digital accelerometer.
 139 	tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver"
 143 	  digital accelerometer.
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/common/siano/ | 
| D | sms-cards.c | 19 		.name	= "Siano Stellar Digital Receiver",24 		.name	= "Siano Nova A Digital Receiver",
 29 		.name	= "Siano Nova B Digital Receiver",
 34 		.name	= "Siano Vega Digital Receiver",
 89 		.name = "Siano Nice Digital Receiver",
 94 		.name = "Siano Venice Digital Receiver",
 99 		.name = "Siano Stellar Digital Receiver ROM",
 105 		.name = "ZTE Data Card Digital Receiver",
 112 		.name = "ONDA Data Card Digital Receiver",
 119 		.name = "Siano Ming Digital Receiver",
 [all …]
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ | 
| D | omap-abe-twl6040.txt | 30  * Digital Mic50  * Digital Mic1 Bias
 51  * Digital Mic2 Bias
 53 Digital mic pins:
 89 		"DMic", "Digital Mic",
 90 		"Digital Mic", "Digital Mic1 Bias";
 
 | 
| /Linux-v5.4/arch/arm/mach-sti/ | 
| D | Kconfig | 33 	  This enables support for STMicroelectronics Digital Consumer35 	  and other digital audio/video applications using Flattned Device
 42 	  This enables support for STMicroelectronics Digital Consumer
 44 	  and other digital audio/video applications using Flattened Device
 52 	  This enables support for STMicroelectronics Digital Consumer
 54 	  and other digital audio/video applications using Flattened Device
 
 | 
| /Linux-v5.4/sound/soc/intel/boards/ | 
| D | skl_hda_dsp_generic.c | 24 	SND_SOC_DAPM_SPK("Digital Out", NULL),25 	SND_SOC_DAPM_MIC("Digital In", NULL),
 38 	{ "Digital Out", NULL, "Codec Output Pin2" },
 42 	{ "Codec Input Pin2", NULL, "Digital In" },
 45 	/* digital mics */
 51 	{ "Digital Codec Playback", NULL, "Digital CPU Playback" },
 52 	{ "Digital CPU Playback", NULL, "codec1_out" },
 58 	{ "codec1_in", NULL, "Digital CPU Capture" },
 59 	{ "Digital CPU Capture", NULL, "Digital Codec Capture" },
 
 | 
| /Linux-v5.4/sound/soc/sunxi/ | 
| D | sun8i-codec.c | 3  * This driver supports the digital controls for the internal codec350 	SOC_DAPM_DOUBLE("AIF1 Slot 0 Digital DAC Playback Switch",
 354 	SOC_DAPM_DOUBLE("AIF1 Slot 1 Digital DAC Playback Switch",
 358 	SOC_DAPM_DOUBLE("AIF2 Digital DAC Playback Switch", SUN8I_DAC_MXR_SRC,
 361 	SOC_DAPM_DOUBLE("ADC Digital DAC Playback Switch", SUN8I_DAC_MXR_SRC,
 367 	SOC_DAPM_DOUBLE("AIF1 Slot 0 Digital ADC Capture Switch",
 371 	SOC_DAPM_DOUBLE("AIF2 Digital ADC Capture Switch", SUN8I_AIF1_MXR_SRC,
 374 	SOC_DAPM_DOUBLE("AIF1 Data Digital ADC Capture Switch",
 378 	SOC_DAPM_DOUBLE("AIF2 Inv Digital ADC Capture Switch",
 385 	/* Digital parts of the DACs and ADC */
 [all …]
 
 | 
| /Linux-v5.4/Documentation/media/kapi/ | 
| D | dtv-core.rst | 3 Digital TV (DVB) devices6 Digital TV devices are implemented by several different drivers:
 10   implement the digital demux logic (either in software or in hardware);
 15     the hardware responsible for tuning into a digital TV transponder or
 20     commands the digital TV decoding hardware. The output of a demod is
 21     a digital stream, with multiple audio, video and data channels typically
 
 | 
| /Linux-v5.4/drivers/iio/gyro/ | 
| D | Kconfig | 3 # IIO Digital Gyroscope Sensor drivers configuration7 menu "Digital gyroscope sensors"
 33 	tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver"
 39 	  ADIS16250 ADIS16255 and ADIS16251 programmable digital gyroscope sensors.
 45 	tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver"
 49 	  programmable digital output gyroscope.
 158 	tristate "InvenSense ITG3200 Digital 3-Axis Gyroscope I2C driver"
 162 	  Say yes here to add support for the InvenSense ITG3200 digital
 
 | 
| /Linux-v5.4/Documentation/media/uapi/mediactl/ | 
| D | media-types.rst | 72        -  V4L Software Digital Radio (SDR) streaming input or output entity75        -  DVB Digital TV streaming input or output entity
 78        -  Digital TV demodulator entity.
 85        -  Digital TV Conditional Access module (CAM) entity
 88        -  Digital TV network ULE/MLE desencapsulation entity. Could be
 115 	  some digital video standard, with appropriate timing signals.
 118        -  Digital TV, analog TV, radio and/or software radio tuner, with
 224        -  Digital video decoder. The basic function of the video decoder is
 225 	  to accept digital video from a wide variety of sources
 226 	  and output it in some digital video standard, with appropriate
 [all …]
 
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | nau8540.c | 213 	SOC_DAPM_ENUM("Digital CH4 Select", digital_ch4_enum);219 	SOC_DAPM_ENUM("Digital CH3 Select", digital_ch3_enum);
 225 	SOC_DAPM_ENUM("Digital CH2 Select", digital_ch2_enum);
 231 	SOC_DAPM_ENUM("Digital CH1 Select", digital_ch1_enum);
 300 	SND_SOC_DAPM_MUX("Digital CH4 Mux",
 302 	SND_SOC_DAPM_MUX("Digital CH3 Mux",
 304 	SND_SOC_DAPM_MUX("Digital CH2 Mux",
 306 	SND_SOC_DAPM_MUX("Digital CH1 Mux",
 334 	{"Digital CH1 Mux", "ADC channel 1", "ADC CH1"},
 335 	{"Digital CH1 Mux", "ADC channel 2", "ADC CH2"},
 [all …]
 
 | 
| D | ab8500-codec.c | 426 	SND_SOC_DAPM_PGA("HSL Digital Volume", SND_SOC_NOPM, 0, 0,428 	SND_SOC_DAPM_PGA("HSR Digital Volume", SND_SOC_NOPM, 0, 0,
 678 	/* Digital Microphone path */
 784 	{"HSL Digital Volume", NULL, "DA1 Enable"},
 785 	{"HSR Digital Volume", NULL, "DA2 Enable"},
 787 	{"HSL DAC", NULL, "HSL Digital Volume"},
 788 	{"HSR DAC", NULL, "HSR Digital Volume"},
 835 		"HSL Digital Volume"},
 958 	/* Digital Microphone path */
 998 	{"HSL Digital Volume", NULL, "ANC to Earpiece"},
 [all …]
 
 | 
| /Linux-v5.4/include/dt-bindings/pinctrl/ | 
| D | qcom,pmic-mpp.h | 12 /* Digital Input/Output: level [PM8058] */18 /* Digital Input/Output: level [PM8901] */
 25 /* Digital Input/Output: level [PM8921] */
 31 /* Digital Input/Output: level [PM8821] */
 35 /* Digital Input/Output: level [PM8018] */
 44 /* Digital Input/Output: level [PM8038] */
 
 | 
| /Linux-v5.4/arch/mips/boot/dts/pic32/ | 
| D | pic32mzda_sk.dts | 103 		microchip,digital;109 		microchip,digital;
 114 		microchip,digital;
 123 			microchip,digital;
 129 			microchip,digital;
 138 			microchip,digital;
 144 			microchip,digital;
 
 | 
| /Linux-v5.4/sound/pci/echoaudio/ | 
| D | echoaudio_gml.c | 3    Copyright Echo Digital Audio Corporation (c) 1998 - 20047    This file is part of Echo Digital Audio's generic driver library.
 9    Echo Digital Audio's generic driver library is free software;
 68 	/* Handle the digital input auto-mute */  in write_control_reg()
 90 /* Gina24, Layla24, and Mona support digital input auto-mute.  If the digital
 91 input auto-mute is enabled, the DSP will only enable the digital inputs if
 93 If the auto-mute is disabled, the digital inputs are enabled regardless of
 117 	/* All audio channels must be closed before changing the digital mode */  in set_digital_mode()
 127 	/* If we successfully changed the digital mode from or to ADAT,  in set_digital_mode()
 
 | 
| /Linux-v5.4/Documentation/driver-api/iio/ | 
| D | intro.rst | 9 analog-to-digital conversion (ADC) or digital-to-analog conversion (DAC)19 * analog to digital converters (ADCs)
 21 * capacitance to digital converters (CDCs)
 22 * digital to analog converters (DACs)
 
 |