| /drivers/input/joystick/ |
| A D | analog.c | 91 struct analog { struct 101 struct analog analog[2]; argument 119 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 275 if (port->analog[i].mask) in analog_poll() 337 static void analog_name(struct analog *analog) in analog_name() argument 341 seq_buf_init(&s, analog->name, sizeof(analog->name)); in analog_name() 369 analog_name(analog); in analog_init_device() 370 snprintf(analog->phys, sizeof(analog->phys), in analog_init_device() 458 struct analog *analog = port->analog; in analog_init_masks() local 494 analog[1].mask &= (analog[0].mask & ANALOG_EXTENSIONS) ? ANALOG_GAMEPAD in analog_init_masks() [all …]
|
| A D | Makefile | 13 obj-$(CONFIG_JOYSTICK_ANALOG) += analog.o
|
| /drivers/phy/amlogic/ |
| A D | phy-meson-axg-pcie.c | 30 struct phy *analog; member 47 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on() 61 ret = phy_power_off(priv->analog); in phy_axg_pcie_power_off() 75 ret = phy_init(priv->analog); in phy_axg_pcie_init() 88 ret = phy_exit(priv->analog); in phy_axg_pcie_exit() 100 ret = phy_reset(priv->analog); in phy_axg_pcie_reset() 152 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe() 153 if (IS_ERR(priv->analog)) in phy_axg_pcie_probe() 154 return PTR_ERR(priv->analog); in phy_axg_pcie_probe()
|
| A D | phy-meson-axg-mipi-dphy.c | 172 struct phy *analog; member 188 ret = phy_init(priv->analog); in phy_meson_axg_mipi_dphy_init() 209 ret = phy_configure(priv->analog, opts); in phy_meson_axg_mipi_dphy_configure() 224 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on() 308 phy_power_off(priv->analog); in phy_meson_axg_mipi_dphy_power_off() 318 ret = phy_exit(priv->analog); in phy_meson_axg_mipi_dphy_exit() 367 priv->analog = devm_phy_get(dev, "analog"); in phy_meson_axg_mipi_dphy_probe() 368 if (IS_ERR(priv->analog)) in phy_meson_axg_mipi_dphy_probe() 369 return PTR_ERR(priv->analog); in phy_meson_axg_mipi_dphy_probe()
|
| A D | Makefile | 7 obj-$(CONFIG_PHY_MESON_G12A_MIPI_DPHY_ANALOG) += phy-meson-g12a-mipi-dphy-analog.o 9 obj-$(CONFIG_PHY_MESON_AXG_MIPI_PCIE_ANALOG) += phy-meson-axg-mipi-pcie-analog.o
|
| A D | Kconfig | 86 tristate "Meson AXG MIPI + PCIE analog PHY driver" 93 Enable this to support the Meson MIPI + PCIE analog PHY
|
| /drivers/gpu/drm/sti/ |
| A 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 | <-+
|
| /drivers/iio/addac/ |
| A D | Kconfig | 6 menu "Analog to digital and digital to analog converters" 46 integrated analog PC/104 card. 49 differential) analog inputs, 2 channels of analog output, 4 digital
|
| /drivers/media/usb/au0828/ |
| A D | Kconfig | 16 This is a hybrid analog/digital tv capture driver for 23 bool "Auvitek AU0828 v4l2 analog video support" 32 Choose Y here to include support for v4l2 analog video
|
| /drivers/gpu/drm/bridge/ |
| A D | display-connector.c | 230 bool analog, digital; in display_connector_probe() local 232 analog = of_property_read_bool(pdev->dev.of_node, "analog"); in display_connector_probe() 234 if (analog && !digital) { in display_connector_probe() 236 } else if (!analog && digital) { in display_connector_probe() 238 } else if (analog && digital) { in display_connector_probe()
|
| /drivers/video/fbdev/omap2/omapfb/displays/ |
| A D | Kconfig | 6 tristate "OPA362 external analog amplifier" 8 Driver for OPA362 external analog TV amplifier controlled 36 Driver for a generic analog TV connector.
|
| A D | Makefile | 7 obj-$(CONFIG_FB_OMAP2_CONNECTOR_ANALOG_TV) += connector-analog-tv.o
|
| /drivers/media/ |
| A D | Kconfig | 81 Enable analog TV support. 83 Say Y when you have a TV board with analog support or with a 84 hybrid analog/digital TV chipset. 87 support both analog and digital TV. Disabling this option 98 hybrid digital TV and analog TV. 167 Enables the V4L2 API, used by cameras, analog TV, video grabbers,
|
| /drivers/media/pci/ttpci/ |
| A D | Kconfig | 31 analog inputs or an onboard Common Interface connector. 66 tristate "Budget cards with analog video inputs" 81 MPEG2 decoder, but with one or more analog video inputs.
|
| /drivers/media/i2c/ |
| A D | ar0521.c | 229 unsigned int analog = min(gain, 64u); /* range is 0 - 127 */ in ar0521_set_gains() local 232 red = min(red - analog + 64, 511u); in ar0521_set_gains() 233 green = min(green - analog + 64, 511u); in ar0521_set_gains() 234 blue = min(blue - analog + 64, 511u); in ar0521_set_gains() 236 regs[1] = be(green << 7 | analog); in ar0521_set_gains() 237 regs[2] = be(blue << 7 | analog); in ar0521_set_gains() 238 regs[3] = be(red << 7 | analog); in ar0521_set_gains() 239 regs[4] = be(green << 7 | analog); in ar0521_set_gains()
|
| /drivers/iio/adc/ |
| A D | Kconfig | 38 SPI analog to digital converters (ADC). If intended to use with 55 SPI analog to digital converters (ADC). 68 successive approximation register (SAR) analog-to-digital 115 analog to digital converters (ADC). 163 SPI analog to digital converters (ADC). 292 ADUM7702, ADUM7703 analog to digital converters (ADC). 406 AD7780 and AD7781 SPI analog to digital converters (ADC). 440 AD7887 SPI analog to digital converter (ADC). 1029 analog to digital converters. 1054 Microchip Technology's analog to digital converters: [all …]
|
| /drivers/media/pci/ |
| A D | Kconfig | 26 comment "Media capture/analog TV support" 35 comment "Media capture/analog/hybrid TV support"
|
| /drivers/iio/dac/ |
| A D | Kconfig | 7 menu "Digital to analog converters" 94 digital-to-analog converters (DAC). 192 digital-to-analog (DAC) converters that require either a high-speed 198 Link: https://wiki.analog.com/resources/fpga/docs/axi_dac_ip 380 analog output device family (CIO-DAC16, CIO-DAC08, PC104-DAC06). The 478 digital to analog converter (DAC) offering rail-to-rail buffered 495 MCP 4725/6 12-bit digital-to-analog converter (DAC) with I2C 506 MCP4728 quad channel, 12-bit digital-to-analog converter (DAC) 591 Say yes here to support Vybrid board digital-to-analog converter.
|
| /drivers/media/platform/aspeed/ |
| A D | Kconfig | 14 from digital or analog sources.
|
| /drivers/pinctrl/ |
| A D | pinctrl-lpc18xx.c | 198 unsigned char analog; member 221 .analog = a, \ 233 .analog = a, \ 1177 if (function == FUNC_ADC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set() 1182 if (LPC18XX_ANALOG_ADC(pin->analog) == 0) in lpc18xx_pmx_set() 1188 reg |= pin->analog & LPC18XX_ANALOG_BIT_MASK; in lpc18xx_pmx_set() 1194 if (function == FUNC_DAC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set() 1280 if (function == FUNC_DAC && p->analog == DAC) in lpc18xx_valid_pin_function() 1283 if (function == FUNC_ADC && p->analog) in lpc18xx_valid_pin_function()
|
| /drivers/usb/typec/mux/ |
| A D | Kconfig | 11 provides support for muxing analog audio and sideband signals on a 94 provides support for muxing analog audio and sideband signals on a
|
| /drivers/net/wireless/broadcom/b43legacy/ |
| A D | radio.c | 463 if (phy->analog == 0) in b43legacy_calc_nrssi_offset() 578 if (phy->analog >= 2) in b43legacy_calc_nrssi_slope() 580 else if (phy->analog == 0) in b43legacy_calc_nrssi_slope() 605 if (phy->analog != 0) in b43legacy_calc_nrssi_slope() 709 if (phy->analog >= 2) in b43legacy_calc_nrssi_slope() 1554 if (phy->analog == 0) in b43legacy_radio_init2050() 1557 if (phy->analog >= 2) in b43legacy_radio_init2050() 1681 if (phy->analog != 0) in b43legacy_radio_init2050()
|
| A D | phy.c | 533 if (phy->analog == 1) in b43legacy_phy_initb5() 584 if (phy->analog == 1) { in b43legacy_phy_initb5() 595 if (phy->analog == 1) in b43legacy_phy_initb5() 600 if (phy->analog == 0) in b43legacy_phy_initb5() 759 if (phy->analog == 4) { in b43legacy_phy_initb6() 854 if (phy->analog == 0) in b43legacy_calc_loopback_gain() 1447 if (phy->analog == 0) { in b43legacy_phy_set_baseband_attenuation() 1454 if (phy->analog > 1) { in b43legacy_phy_set_baseband_attenuation()
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | phy_g.c | 191 if (phy->analog == 0) { in b43_gphy_set_baseband_attenuation() 195 } else if (phy->analog > 1) { in b43_gphy_set_baseband_attenuation() 1308 if (phy->analog == 0) { in b43_radio_init2050() 1311 if (phy->analog >= 2) { in b43_radio_init2050() 1449 if (phy->analog != 0) in b43_radio_init2050() 1487 if (phy->analog == 1) { in b43_phy_initb5() 1523 if (phy->analog == 1) { in b43_phy_initb5() 1534 if (phy->analog == 1) in b43_phy_initb5() 1539 if (phy->analog == 0) in b43_phy_initb5() 1683 if (phy->analog == 4) { in b43_phy_initb6() [all …]
|
| /drivers/net/wan/framer/ |
| A D | Kconfig | 34 The PEF2256 is a framer and line interface between analog E1/T1/J1
|