/Linux-v5.4/drivers/iio/dac/ |
D | Kconfig | 7 menu "Digital to analog converters" 10 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 13 Say yes here to build support for Analog Devices AD5024, AD5025, AD5044, 18 Digital to Analog Converter. 24 tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver" 27 Say yes here to build support for Analog Devices AD5360, AD5361, 29 Digital to Analog Converters (DAC). 35 tristate "Analog Devices AD5380/81/82/83/84/90/91/92 DAC driver" 40 Say yes here to build support for Analog Devices AD5380, AD5381, 42 Digital to Analog Converters (DAC). [all …]
|
/Linux-v5.4/drivers/input/joystick/ |
D | analog.c | 7 * Analog joystick and gamepad driver for Linux 25 #define DRIVER_DESC "Analog joystick and gamepad driver" 45 MODULE_PARM_DESC(map, "Describes analog joysticks type/capabilities"); 97 struct analog { struct 107 struct analog analog[2]; argument 183 * analog_decode() decodes analog joystick data and reports input events. 186 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 188 struct input_dev *dev = analog->dev; in analog_decode() 191 if (analog->mask & ANALOG_HAT_FCS) in analog_decode() 199 if (analog->mask & (0x10 << i)) in analog_decode() [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | stm32mp157-pinctrl.dtsi | 151 pinmux = <STM32_PINMUX('A', 15, ANALOG)>; /* HDMI_CEC */ 166 pinmux = <STM32_PINMUX('B', 6, ANALOG)>; /* HDMI_CEC */ 193 pinmux = <STM32_PINMUX('H', 8, ANALOG)>,/* DCMI_HSYNC */ 194 <STM32_PINMUX('B', 7, ANALOG)>,/* DCMI_VSYNC */ 195 <STM32_PINMUX('A', 6, ANALOG)>,/* DCMI_PIXCLK */ 196 <STM32_PINMUX('H', 9, ANALOG)>,/* DCMI_D0 */ 197 <STM32_PINMUX('H', 10, ANALOG)>,/* DCMI_D1 */ 198 <STM32_PINMUX('H', 11, ANALOG)>,/* DCMI_D2 */ 199 <STM32_PINMUX('H', 12, ANALOG)>,/* DCMI_D3 */ 200 <STM32_PINMUX('H', 14, ANALOG)>,/* DCMI_D4 */ [all …]
|
/Linux-v5.4/drivers/pinctrl/stm32/ |
D | pinctrl-stm32f429.c | 24 STM32_FUNCTION(17, "ANALOG") 35 STM32_FUNCTION(17, "ANALOG") 46 STM32_FUNCTION(17, "ANALOG") 59 STM32_FUNCTION(17, "ANALOG") 71 STM32_FUNCTION(17, "ANALOG") 81 STM32_FUNCTION(17, "ANALOG") 94 STM32_FUNCTION(17, "ANALOG") 106 STM32_FUNCTION(17, "ANALOG") 118 STM32_FUNCTION(17, "ANALOG") 128 STM32_FUNCTION(17, "ANALOG") [all …]
|
D | pinctrl-stm32f746.c | 25 STM32_FUNCTION(17, "ANALOG") 39 STM32_FUNCTION(17, "ANALOG") 52 STM32_FUNCTION(17, "ANALOG") 65 STM32_FUNCTION(17, "ANALOG") 77 STM32_FUNCTION(17, "ANALOG") 88 STM32_FUNCTION(17, "ANALOG") 101 STM32_FUNCTION(17, "ANALOG") 114 STM32_FUNCTION(17, "ANALOG") 127 STM32_FUNCTION(17, "ANALOG") 138 STM32_FUNCTION(17, "ANALOG") [all …]
|
D | pinctrl-stm32f469.c | 23 STM32_FUNCTION(17, "ANALOG") 36 STM32_FUNCTION(17, "ANALOG") 48 STM32_FUNCTION(17, "ANALOG") 62 STM32_FUNCTION(17, "ANALOG") 74 STM32_FUNCTION(17, "ANALOG") 85 STM32_FUNCTION(17, "ANALOG") 98 STM32_FUNCTION(17, "ANALOG") 112 STM32_FUNCTION(17, "ANALOG") 124 STM32_FUNCTION(17, "ANALOG") 135 STM32_FUNCTION(17, "ANALOG") [all …]
|
D | pinctrl-stm32f769.c | 24 STM32_FUNCTION(17, "ANALOG") 38 STM32_FUNCTION(17, "ANALOG") 52 STM32_FUNCTION(17, "ANALOG") 66 STM32_FUNCTION(17, "ANALOG") 79 STM32_FUNCTION(17, "ANALOG") 91 STM32_FUNCTION(17, "ANALOG") 106 STM32_FUNCTION(17, "ANALOG") 120 STM32_FUNCTION(17, "ANALOG") 136 STM32_FUNCTION(17, "ANALOG") 148 STM32_FUNCTION(17, "ANALOG") [all …]
|
D | pinctrl-stm32h743.c | 26 STM32_FUNCTION(17, "ANALOG") 42 STM32_FUNCTION(17, "ANALOG") 57 STM32_FUNCTION(17, "ANALOG") 72 STM32_FUNCTION(17, "ANALOG") 86 STM32_FUNCTION(17, "ANALOG") 98 STM32_FUNCTION(17, "ANALOG") 115 STM32_FUNCTION(17, "ANALOG") 129 STM32_FUNCTION(17, "ANALOG") 146 STM32_FUNCTION(17, "ANALOG") 162 STM32_FUNCTION(17, "ANALOG") [all …]
|
D | pinctrl-stm32mp157.c | 27 STM32_FUNCTION(17, "ANALOG") 45 STM32_FUNCTION(17, "ANALOG") 62 STM32_FUNCTION(17, "ANALOG") 77 STM32_FUNCTION(17, "ANALOG") 94 STM32_FUNCTION(17, "ANALOG") 108 STM32_FUNCTION(17, "ANALOG") 126 STM32_FUNCTION(17, "ANALOG") 143 STM32_FUNCTION(17, "ANALOG") 162 STM32_FUNCTION(17, "ANALOG") 177 STM32_FUNCTION(17, "ANALOG") [all …]
|
/Linux-v5.4/sound/soc/intel/boards/ |
D | skl_hda_dsp_generic.c | 20 SND_SOC_DAPM_HP("Analog Out", NULL), 21 SND_SOC_DAPM_MIC("Analog In", NULL), 22 SND_SOC_DAPM_HP("Alt Analog Out", NULL), 23 SND_SOC_DAPM_MIC("Alt Analog In", NULL), 37 { "Analog Out", NULL, "Codec Output Pin1" }, 39 { "Alt Analog Out", NULL, "Codec Output Pin3" }, 41 { "Codec Input Pin1", NULL, "Analog In" }, 43 { "Codec Input Pin3", NULL, "Alt Analog In" }, 49 { "Analog Codec Playback", NULL, "Analog CPU Playback" }, 50 { "Analog CPU Playback", NULL, "codec0_out" }, [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | rockchip,rk3288-hdmi-analog.txt | 1 ROCKCHIP RK3288 with HDMI and analog audio 4 - compatible: "rockchip,rk3288-hdmi-analog" 8 - rockchip,audio-codec: The phandle of the analog audio codec. 13 "Analog". 17 headphone (when the analog output is an headphone). 19 (when the analog output is an headphone). 25 compatible = "rockchip,rk3288-hdmi-analog"; 26 rockchip,model = "Analog audio output"; 29 rockchip,routing = "Analog", "LOUT2", 30 "Analog", "ROUT2";
|
D | sun8i-codec-analog.txt | 1 * Allwinner Codec Analog Controls 5 - "allwinner,sun8i-a23-codec-analog" 6 - "allwinner,sun8i-h3-codec-analog" 7 - "allwinner,sun8i-v3s-codec-analog" 14 codec_analog: codec-analog { 15 compatible = "allwinner,sun8i-a23-codec-analog";
|
/Linux-v5.4/drivers/iio/adc/ |
D | Kconfig | 7 menu "Analog to digital converters" 15 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver" 19 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8 20 SPI analog to digital converters (ADC). 26 tristate "Analog Devices AD7265/AD7266 ADC driver" 32 Say yes here to build support for Analog Devices AD7265 and AD7266 39 tristate "Analog Devices AD7291 ADC driver" 42 Say yes here to build support for Analog Devices AD7291 49 tristate "Analog Devices AD7298 ADC driver" 54 Say yes here to build support for Analog Devices AD7298 [all …]
|
/Linux-v5.4/sound/soc/codecs/ |
D | twl4030.c | 280 /* anti-pop when changing analog gain */ in twl4030_init_chip() 453 /* Left analog microphone selection */ 465 /* Right analog microphone selection */ 471 /* TX1 L/R Analog/Digital microphone selection */ 473 {"Analog", "Digimic0"}; 482 /* TX2 L/R Analog/Digital microphone selection */ 484 {"Analog", "Digimic1"}; 493 /* Analog bypass for AudioR1 */ 497 /* Analog bypass for AudioL1 */ 501 /* Analog bypass for AudioR2 */ [all …]
|
/Linux-v5.4/Documentation/hwmon/ |
D | adm1275.rst | 6 * Analog Devices ADM1075 12 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1075.pdf 14 * Analog Devices ADM1272 20 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1272.pdf 22 * Analog Devices ADM1275 28 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1275.pdf 30 * Analog Devices ADM1276 36 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf 38 * Analog Devices ADM1278 44 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1278.pdf [all …]
|
D | adt7410.rst | 6 * Analog Devices ADT7410 12 Datasheet: Publicly available at the Analog Devices website 14 http://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf 15 * Analog Devices ADT7420 21 Datasheet: Publicly available at the Analog Devices website 23 http://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf 25 * Analog Devices ADT7310 31 Datasheet: Publicly available at the Analog Devices website 33 http://www.analog.com/static/imported-files/data_sheets/ADT7310.pdf 35 * Analog Devices ADT7320 [all …]
|
D | ad7314.rst | 6 * Analog Devices AD7314 10 Datasheet: Publicly available at Analog Devices website. 12 * Analog Devices ADT7301 16 Datasheet: Publicly available at Analog Devices website. 18 * Analog Devices ADT7302 22 Datasheet: Publicly available at Analog Devices website.
|
/Linux-v5.4/drivers/staging/iio/adc/ |
D | Kconfig | 5 menu "Analog to digital converters" 8 tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver" 12 Say yes here to build support for Analog Devices AD7816/7/8 19 tristate "Analog Devices AD7190 AD7192 AD7193 AD7195 ADC driver" 23 Say yes here to build support for Analog Devices AD7190, 24 AD7192, AD7193 or AD7195 SPI analog to digital converters (ADC). 31 tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System" 35 Say yes here to build support for Analog Devices AD7280A
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/amlogic/ |
D | analog-top.txt | 1 Amlogic Meson8 and Meson8b "analog top" registers: 4 The analog top registers contain information about the so-called 8 - reg: the register range of the analog top registers 10 - "amlogic,meson8-analog-top" 11 - "amlogic,meson8b-analog-top" 17 analog_top: analog-top@81a8 { 18 compatible = "amlogic,meson8-analog-top", "syscon";
|
/Linux-v5.4/drivers/iio/imu/ |
D | Kconfig | 10 tristate "Analog Devices ADIS16400 and similar IMU SPI driver" 15 Say yes here to build support for Analog Devices adis16300, adis16344, 21 tristate "Analog Devices ADIS16460 and similar IMU driver" 26 Say yes here to build support for Analog Devices ADIS16460 inertial 33 tristate "Analog Devices ADIS16480 and similar IMU driver" 38 Say yes here to build support for Analog Devices ADIS16375, ADIS16480, 62 A set of IO helper functions for the Analog Devices ADIS* device family. 68 A set of buffer helper functions for the Analog Devices ADIS* device
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7606.yaml | 7 title: Analog Devices AD7606 Simultaneous Sampling ADC 10 - Beniamin Bia <beniamin.bia@analog.com> 11 - Stefan Popa <stefan.popa@analog.com> 14 Analog Devices AD7606 Simultaneous Sampling ADC 15 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf 16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7606B.pdf 17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7616.pdf 45 This logic input is used to initiate conversions on the analog 76 this pin determines the input range of the analog input channels. If 77 this pin is tied to a logic high, the analog input range is ±10V for [all …]
|
D | adi,ad7780.yaml | 7 title: Analog Devices AD7170/AD7171/AD7780/AD7781 analog to digital converters 10 - Michael Hennerich <michael.hennerich@analog.com> 13 The ad7780 is a sigma-delta analog to digital converter. This driver provides 20 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7170.pdf 22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7171.pdf 24 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7780.pdf 26 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7781.pdf
|
/Linux-v5.4/drivers/iio/gyro/ |
D | Kconfig | 10 tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver" 13 Say yes here to build support for Analog Devices ADIS16080, ADIS16100 Yaw 17 tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver" 20 Say yes here to build support for Analog Devices ADIS16130 High Precision 24 tristate "Analog devices ADIS16136 and similar gyroscopes driver" 29 Say yes here to build support for the Analog Devices ADIS16133, ADIS16135, 33 tristate "Analog Devices ADIS16260 Digital Gyroscope Sensor SPI driver" 38 Say yes here to build support for Analog Devices ADIS16260 ADIS16265 45 tristate "Analog Devices ADXRS450/3 Digital Output Gyroscope SPI driver" 48 Say yes here to build support for Analog Devices ADXRS450 and ADXRS453
|
/Linux-v5.4/drivers/gpu/drm/sti/ |
D | NOTES | 14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals 16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to 18 - The SD analog signal is typically used for legacy TV 27 | | | | | +---+ HD analog +--> YCbCr 29 dec | | | mixer| | +---+ SD analog +--> CVBS 45 - The Bridges/Connectors are mapped to the HDMI / DVO / HD Analog / SD analog 55 | | | | | | | +-> | | HD analog | <-+ 57 | | | mixer| | +-> | | SD analog | <-+
|
/Linux-v5.4/Documentation/devicetree/bindings/spi/ |
D | spi-sprd-adi.txt | 4 analog chip (such as PMIC) from digital chip. ADI controller follows the SPI 9 48 hardware channels to access analog chip. For 2 software read/write channels, 10 users should set ADI registers to access analog chip. For hardware channels, 12 which means we can just link one analog chip address to one hardware channel, 13 then users can access the mapped analog chip address by this hardware channel 19 the analog chip address where user want to access by hardware components. 21 Since we have multi-subsystems will use unique ADI to access analog chip, when 48 value specifies the analog chip address where user want to access
|