Home
last modified time | relevance | path

Searched refs:analog (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/linux/drivers/input/joystick/
A Danalog.c94 struct analog { struct
104 struct analog analog[2]; member
122 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument
278 if (port->analog[i].mask) in analog_poll()
340 static void analog_name(struct analog *analog) in analog_name() argument
344 seq_buf_init(&s, analog->name, sizeof(analog->name)); in analog_name()
372 analog_name(analog); in analog_init_device()
373 snprintf(analog->phys, sizeof(analog->phys), in analog_init_device()
461 struct analog *analog = port->analog; in analog_init_masks() local
497 analog[1].mask &= (analog[0].mask & ANALOG_EXTENSIONS) ? ANALOG_GAMEPAD in analog_init_masks()
[all …]
/linux/Documentation/devicetree/bindings/sound/
A Dallwinner,sun8i-a23-codec-analog.yaml4 $id: http://devicetree.org/schemas/sound/allwinner,sun8i-a23-codec-analog.yaml#
18 # - allwinner,sun8i-a23-codec-analog
19 - const: allwinner,sun8i-h3-codec-analog
21 - const: allwinner,sun8i-v3-codec-analog
22 - const: allwinner,sun8i-h3-codec-analog
23 - const: allwinner,sun8i-v3s-codec-analog
36 codec_analog: codec-analog@1f015c0 {
37 compatible = "allwinner,sun8i-h3-codec-analog";
A Drockchip,rk3288-hdmi-analog.txt1 ROCKCHIP RK3288 with HDMI and analog audio
4 - compatible: "rockchip,rk3288-hdmi-analog"
8 - rockchip,audio-codec: The phandle of the analog audio codec.
17 headphone (when the analog output is an headphone).
19 (when the analog output is an headphone).
25 compatible = "rockchip,rk3288-hdmi-analog";
A Dallwinner,sun50i-a64-codec-analog.yaml4 $id: http://devicetree.org/schemas/sound/allwinner,sun50i-a64-codec-analog.yaml#
15 const: allwinner,sun50i-a64-codec-analog
33 codec_analog: codec-analog@1f015c0 {
34 compatible = "allwinner,sun50i-a64-codec-analog";
A Dmt6359.yaml36 - 1 # ACC - analog mic with alternating coupling
38 - 3 # DCC - analog mic with direct couping
39 - 4 # DCC_ECM_DIFF - analog electret condenser mic with differential mode
40 - 5 # DCC_ECM_SINGLE - analog electret condenser mic with single mode
A Dadi,adau1977.yaml11 - Bogdan Togorean <bogdan.togorean@analog.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1977.pdf
16 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1978.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1979.pdf
/linux/Documentation/devicetree/bindings/arm/amlogic/
A Danalog-top.txt1 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/Documentation/hwmon/
A Dltc2978.rst12 Datasheet: https://www.analog.com/en/products/ltc2972.html
20 Datasheet: https://www.analog.com/en/products/ltc2974
28 Datasheet: https://www.analog.com/en/products/ltc2975
36 Datasheet: https://www.analog.com/en/products/ltc2977
44 Datasheet: https://www.analog.com/en/products/ltc2978
46 https://www.analog.com/en/products/ltc2978a
54 Datasheet: https://www.analog.com/en/products/ltc2979
62 Datasheet: https://www.analog.com/en/products/ltc2980
182 Datasheet: https://www.analog.com/ltm4680
190 Datasheet: https://www.analog.com/ltm4686
[all …]
A Dtwl4030-madc-hwmon.rst29 2 GP analog input
30 3 GP analog input
31 4 GP analog input
32 5 GP analog input
33 6 GP analog input
34 7 GP analog input
A Dpcf8591.rst25 The PCF8591 is an 8-bit A/D and D/A converter (4 analog inputs and one
26 analog output) for the I2C bus produced by Philips Semiconductors (now NXP).
29 The PCF8591 has 4 analog inputs programmable as single-ended or
87 the value of the corresponding channel. Depending on the current analog inputs
92 The out0_enable file is RW. Reading gives "1" for analog output enabled and
93 "0" for analog output disabled. Writing accepts "0" and "1" accordingly.
96 the value to the digital-to-analog converter. Note that a voltage will
A Dadm1275.rst12 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1075.pdf
20 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1272.pdf
28 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1275.pdf
36 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf
44 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1278.pdf
52 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1293_1294.pdf
67 integrated 12 bit analog-to-digital converter (ADC), accessed using a
/linux/drivers/phy/amlogic/
A Dphy-meson-axg-pcie.c29 struct phy *analog; member
46 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
60 ret = phy_power_off(priv->analog); in phy_axg_pcie_power_off()
74 ret = phy_init(priv->analog); in phy_axg_pcie_init()
87 ret = phy_exit(priv->analog); in phy_axg_pcie_exit()
99 ret = phy_reset(priv->analog); in phy_axg_pcie_reset()
160 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe()
161 if (IS_ERR(priv->analog)) in phy_axg_pcie_probe()
162 return PTR_ERR(priv->analog); in phy_axg_pcie_probe()
A Dphy-meson-axg-mipi-dphy.c171 struct phy *analog; member
187 ret = phy_init(priv->analog); in phy_meson_axg_mipi_dphy_init()
208 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure()
223 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
307 phy_power_off(priv->analog); in phy_meson_axg_mipi_dphy_power_off()
317 ret = phy_exit(priv->analog); in phy_meson_axg_mipi_dphy_exit()
368 priv->analog = devm_phy_get(dev, "analog"); in phy_meson_axg_mipi_dphy_probe()
369 if (IS_ERR(priv->analog)) in phy_meson_axg_mipi_dphy_probe()
370 return PTR_ERR(priv->analog); in phy_meson_axg_mipi_dphy_probe()
/linux/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad799x.yaml7 title: Analog Devices AD799x analog to digital converters
10 - Michael Hennerich <Michael.Hennerich@analog.com>
14 AD7999 and similar analog to digital converters.
17 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7991_7995_7999.pdf
19 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7992.pdf
21 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7993_7994.pdf
23 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7997_7998.pdf
A Dadi,ad9467.yaml10 - Michael Hennerich <michael.hennerich@analog.com>
11 - Alexandru Ardelean <alexandru.ardelean@analog.com>
14 The AD9467 and the parts similar with it, are high-speed analog-to-digital
20 https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf
22 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf
23 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9434.pdf
24 https://www.analog.com/media/en/technical-documentation/data-sheets/AD9467.pdf
A Dadi,ad7780.yaml7 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
A Dadi,ad7606.yaml10 - Beniamin Bia <beniamin.bia@analog.com>
11 - Stefan Popa <stefan.popa@analog.com>
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
46 This logic input is used to initiate conversions on the analog
77 this pin determines the input range of the analog input channels. If
78 this pin is tied to a logic high, the analog input range is ±10V for
79 all channels. If this pin is tied to a logic low, the analog input range
A Dadi,ad7923.yaml10 - Michael Hennerich <michael.hennerich@analog.com>
18 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7923.pdf
19 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7904_7914_7924.pdf
20 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7908_7918_7928.pdf
A Dadi,ad7192.yaml11 - Michael Hennerich <michael.hennerich@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7192.pdf
67 Enables the buffer on the analog inputs. If cleared, the analog inputs
69 bit is set, the analog inputs are buffered, allowing the user to place
/linux/drivers/gpu/drm/sti/
A DNOTES14 - 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/Documentation/devicetree/bindings/spi/
A Dsprd,spi-adi.yaml17 analog chip (such as PMIC) from digital chip. ADI controller follows the SPI
22 48 hardware channels to access analog chip. For 2 software read/write channels,
23 users should set ADI registers to access analog chip. For hardware channels,
25 which means we can just link one analog chip address to one hardware channel,
26 then users can access the mapped analog chip address by this hardware channel
32 the analog chip address where user want to access by hardware components.
34 Since we have multi-subsystems will use unique ADI to access analog chip, when
77 - description: The analog chip address where user want to access by
/linux/Documentation/devicetree/bindings/phy/
A Damlogic,meson-axg-mipi-pcie-analog.yaml4 $id: "http://devicetree.org/schemas/phy/amlogic,meson-axg-mipi-pcie-analog.yaml#"
7 title: Amlogic AXG shared MIPI/PCIE analog PHY
24 const: amlogic,axg-mipi-pcie-analog-phy
38 compatible = "amlogic,axg-mipi-pcie-analog-phy";
/linux/Documentation/driver-api/iio/
A Dintro.rst9 analog-to-digital conversion (ADC) or digital-to-analog conversion (DAC)
19 * analog to digital converters (ADCs)
22 * digital to analog converters (DACs)
/linux/Documentation/devicetree/bindings/regulator/
A Dst,stm32-booster.yaml7 title: STMicroelectronics STM32 booster for ADC analog input switches bindings
14 to supply ADC analog input switches.
30 description: phandle to the vdda input analog voltage.
/linux/Documentation/devicetree/bindings/media/i2c/
A Drda,rda5807.yaml31 rda,analog-out:
32 description: Enable analog audio output.
65 rda,analog-out;

Completed in 13 milliseconds

12345678910>>...17