/drivers/input/joystick/ |
D | analog.c | 108 struct analog { struct 118 struct analog analog[2]; member 178 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 180 struct input_dev *dev = analog->dev; in analog_decode() 183 if (analog->mask & ANALOG_HAT_FCS) in analog_decode() 191 if (analog->mask & (0x10 << i)) in analog_decode() 192 input_report_key(dev, analog->buttons[j++], (buttons >> i) & 1); in analog_decode() 194 if (analog->mask & ANALOG_HBTN_CHF) in analog_decode() 196 input_report_key(dev, analog->buttons[j++], (buttons >> (i + 10)) & 1); in analog_decode() 198 if (analog->mask & ANALOG_BTN_TL) in analog_decode() [all …]
|
D | Makefile | 11 obj-$(CONFIG_JOYSTICK_ANALOG) += analog.o
|
D | Kconfig | 18 tristate "Classic PC analog joysticks and gamepads" 22 gameport. In addition to the usual PC analog joystick, this driver 32 module will be called analog.
|
/drivers/media/usb/au0828/ |
D | Kconfig | 13 This is a hybrid analog/digital tv capture driver for 20 bool "Auvitek AU0828 v4l2 analog video support" 27 Choose Y here to include support for v4l2 analog video
|
/drivers/iio/adc/ |
D | Kconfig | 51 AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say 63 AD7794 and AD7795 SPI analog to digital converters (ADC). 77 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). 91 AD7887 SPI analog to digital converter (ADC). 126 Say yes here to build support for many Maxim i2c analog to digital
|
/drivers/media/ |
D | Kconfig | 31 Enable analog TV support. 33 Say Y when you have a TV board with analog support or with a 34 hybrid analog/digital TV chipset. 37 support both analog and digital TV. Disabling this option 46 hybrid digital TV and analog TV.
|
/drivers/staging/iio/adc/ |
D | Kconfig | 20 ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 48 i2c analog to digital converters (ADC). Provides direct access 67 AD7780 and AD7781 SPI analog to digital converters (ADC). 87 AD7192 or AD7195 SPI analog to digital converters (ADC).
|
/drivers/media/pci/ |
D | Kconfig | 17 comment "Media capture/analog TV support" 24 comment "Media capture/analog/hybrid TV support"
|
/drivers/staging/ti-soc-thermal/ |
D | ti_soc_thermal.txt | 7 circuits and other analog IP blocks. The analog-to-digital
|
/drivers/staging/tidspbridge/Documentation/ |
D | README | 29 data flowing from analog-to-digital converters (ADCs) to digital-to-analog 70 digital-to-analog converter.
|
/drivers/staging/iio/Documentation/ |
D | overview.txt | 4 that in some sense are analog to digital converters (ADCs). As many 5 actual devices combine some ADCs with digital to analog converters
|
D | sysfs-bus-iio-light | 77 This property gets/sets the sensors ADC analog integration time.
|
/drivers/media/pci/ttpci/ |
D | Kconfig | 77 analog inputs or an onboard Common Interface connector. 112 tristate "Budget cards with analog video inputs" 127 MPEG2 decoder, but with one or more analog video inputs.
|
/drivers/iio/dac/ |
D | Kconfig | 4 menu "Digital to analog converters" 46 digital-to-analog convertors (DAC). 148 MCP 4725 12-bit digital-to-analog converter (DAC) with I2C
|
/drivers/net/wireless/b43legacy/ |
D | radio.c | 480 if (phy->analog == 0) in b43legacy_calc_nrssi_offset() 595 if (phy->analog >= 2) in b43legacy_calc_nrssi_slope() 597 else if (phy->analog == 0) in b43legacy_calc_nrssi_slope() 622 if (phy->analog != 0) in b43legacy_calc_nrssi_slope() 726 if (phy->analog >= 2) in b43legacy_calc_nrssi_slope() 1571 if (phy->analog == 0) in b43legacy_radio_init2050() 1574 if (phy->analog >= 2) in b43legacy_radio_init2050() 1698 if (phy->analog != 0) in b43legacy_radio_init2050()
|
D | phy.c | 558 if (phy->analog == 1) in b43legacy_phy_initb5() 609 if (phy->analog == 1) { in b43legacy_phy_initb5() 620 if (phy->analog == 1) in b43legacy_phy_initb5() 625 if (phy->analog == 0) in b43legacy_phy_initb5() 784 if (phy->analog == 4) { in b43legacy_phy_initb6() 879 if (phy->analog == 0) in b43legacy_calc_loopback_gain() 1472 if (phy->analog == 0) { in b43legacy_phy_set_baseband_attenuation() 1479 if (phy->analog > 1) { in b43legacy_phy_set_baseband_attenuation()
|
D | b43legacy.h | 405 u8 analog; member
|
/drivers/net/wireless/b43/ |
D | wa.c | 154 if (dev->phy.analog == 1) in b43_wa_dac() 303 if (dev->phy.analog == 4) in b43_wa_iqadc() 455 if (dev->phy.analog == 4) in b43_wa_rssi_adc()
|
D | phy_g.c | 203 if (phy->analog == 0) { in b43_gphy_set_baseband_attenuation() 207 } else if (phy->analog > 1) { in b43_gphy_set_baseband_attenuation() 1320 if (phy->analog == 0) { in b43_radio_init2050() 1323 if (phy->analog >= 2) { in b43_radio_init2050() 1461 if (phy->analog != 0) in b43_radio_init2050() 1499 if (phy->analog == 1) { in b43_phy_initb5() 1535 if (phy->analog == 1) { in b43_phy_initb5() 1546 if (phy->analog == 1) in b43_phy_initb5() 1551 if (phy->analog == 0) in b43_phy_initb5() 1695 if (phy->analog == 4) { in b43_phy_initb6() [all …]
|
D | phy_common.h | 238 u8 analog; member
|
/drivers/media/usb/ |
D | Kconfig | 50 comment "Webcam, TV (analog/digital) USB devices"
|
/drivers/media/tuners/ |
D | Kconfig | 53 tristate "TDA 9885/6/7 analog IF demodulator" 58 analog IF demodulator.
|
/drivers/media/platform/s5p-tv/ |
D | Kconfig | 63 Say Y here if you want support for the analog TV output
|
/drivers/media/rc/keymaps/ |
D | Makefile | 50 rc-kworld-plus-tv-analog.o \
|
/drivers/isdn/i4l/ |
D | Kconfig | 14 as is done over analog telephone lines. Instead, one can use
|