/linux-4.4.14/drivers/input/joystick/ |
D | analog.c | 113 struct analog { struct 123 struct analog analog[2]; argument 202 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 204 struct input_dev *dev = analog->dev; in analog_decode() 207 if (analog->mask & ANALOG_HAT_FCS) in analog_decode() 215 if (analog->mask & (0x10 << i)) in analog_decode() 216 input_report_key(dev, analog->buttons[j++], (buttons >> i) & 1); in analog_decode() 218 if (analog->mask & ANALOG_HBTN_CHF) in analog_decode() 220 input_report_key(dev, analog->buttons[j++], (buttons >> (i + 10)) & 1); in analog_decode() 222 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.
|
/linux-4.4.14/Documentation/hwmon/ |
D | twl4030-madc-hwmon | 26 2 GP analog input 27 3 GP analog input 28 4 GP analog input 29 5 GP analog input 30 6 GP analog input 31 7 GP analog input
|
D | pcf8591 | 20 The PCF8591 is an 8-bit A/D and D/A converter (4 analog inputs and one 21 analog output) for the I2C bus produced by Philips Semiconductors (now NXP). 24 The PCF8591 has 4 analog inputs programmable as single-ended or 79 the value of the corresponding channel. Depending on the current analog inputs 84 The out0_enable file is RW. Reading gives "1" for analog output enabled and 85 "0" for analog output disabled. Writing accepts "0" and "1" accordingly. 88 the value to the digital-to-analog converter. Note that a voltage will
|
D | adm1275 | 8 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1075.pdf 12 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1275.pdf 16 Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1276.pdf 20 Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ADM1293_1294.pdf 34 bit analog-to-digital converter (ADC), accessed using a PMBus interface.
|
D | adt7410 | 9 http://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf 14 http://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf 19 http://www.analog.com/static/imported-files/data_sheets/ADT7310.pdf 24 http://www.analog.com/static/imported-files/data_sheets/ADT7320.pdf
|
D | adm1031 | 9 http://www.analog.com/en/prod/0%2C2877%2CADM1030%2C00.html 15 http://www.analog.com/en/prod/0%2C2877%2CADM1031%2C00.html
|
D | adt7411 | 19 SPI-compatible 4-wire interface. It provides a 10-bit analog to digital 30 in[1-8]_input - analog 1-8 input
|
D | ltc4245 | 88 If you have NOT configured the driver to sample all GPIO pins as analog 91 ADC as an analog voltage, and report the value in in9_input. 93 If you have configured the driver to sample all GPIO pins as analog voltages,
|
D | adm9240 | 9 http://www.analog.com/UploadedFiles/Data_Sheets/79857778ADM9240_0.pdf 45 analog channels to ensure a fast interrupt response to any out-of-limit 119 An analog output provides a 0 to 1.25 volt signal intended for an external 120 fan speed amplifier circuit. The analog output is set to maximum value on
|
D | lm75 | 39 http://www.analog.com/adt75 44 http://www.st.com/internet/analog/product/121769.jsp
|
D | lm73 | 26 affects the conversion time of the LM73's analog-to-digital converter.
|
D | mc13783-adc | 10 Datasheet: http://cache.freescale.com/files/analog/doc/data_sheet/MC13892.pdf?fsrch=1&sr=1
|
D | thmc50 | 8 Datasheet: http://www.analog.com/en/prod/0,2877,ADM1022,00.html
|
D | adt7470 | 19 specification. Using an analog to digital converter it measures up to ten (10)
|
D | adm1025 | 36 different manners. It can act as the +12V power-supply voltage analog
|
D | lm87 | 12 Datasheet: http://www.analog.com/en/prod/0,2877,ADM1024,00.html
|
D | jc42 | 7 http://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
|
D | smsc47m192 | 40 The +12V analog voltage input channel (in4_input) is multiplexed with
|
D | adt7475 | 41 specification. Using an analog to digital converter it measures three (3)
|
D | adm1026 | 38 an analog output and a PWM output along with limit, alarm and mask bits for
|
D | smm665 | 49 power supply channels as well as VDD, 12V input, two general-purpose analog
|
D | nct6775 | 54 There are 4 to 5 fan rotation speed sensors, 8 to 15 analog voltage sensors,
|
D | w83627ehf | 54 2 to 5 fan rotation speed sensors, 8 to 10 analog voltage sensors, one VID
|
D | lm85 | 53 specification. Using an analog to digital converter it measures three (3)
|
D | pmbus-core | 13 communication between devices based on both analog and digital technologies, and
|
/linux-4.4.14/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-4.4.14/Documentation/devicetree/bindings/display/connector/ |
D | dvi-connector.txt | 10 - analog: the connector has DVI analog pins 17 Note: One (or both) of 'analog' or 'digital' must be set.
|
/linux-4.4.14/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" 28 Choose Y here to include support for v4l2 analog video
|
/linux-4.4.14/Documentation/zh_CN/ |
D | volatile-considered-harmful.txt | 10 Chinese maintainer: Bryan Wu <bryan.wu@analog.com> 19 中文版维护者: 伍鹏 Bryan Wu <bryan.wu@analog.com> 20 中文版翻译者: 伍鹏 Bryan Wu <bryan.wu@analog.com>
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 27 stereo analog capture 'pcm0c' and 1 stereo analog playback 'pcm0p' device. 42 can be muted for each stream to use 8 analog/digital outputs separately. 51 <Master> and <Master Capture> : analog volume control of playback and capture PCM. 52 <PCM 0-3> and <PCM Capture> : digital volume control of each analog substream.
|
D | HD-Audio-Controls.txt | 34 This control enables/disables the analog-loopback circuit. This 36 (see HD-Audio.txt). Note that on some codecs the analog-loopback 73 An enum control to determine whether the analog-loopback route is 74 enabled or not. When it's enabled, the analog-loopback is mixed to
|
D | timestamping.txt | 46 analog link dma app FullBuffer 53 The analog time is taken at the last stage of the playback, as close 71 accuracy. It can also request the delay-to-analog be included in the 143 1. DMA timestamp, no compensation for DMA+analog delay 152 2. DMA timestamp, compensation for DMA+analog delay 160 3. link timestamp, compensation for DMA+analog delay
|
D | README.maya44 | 105 hw:0,0 input - stereo, analog input 1+2 106 hw:0,0 output - stereo, analog output 1+2 107 hw:0,1 input - stereo, analog input 3+4 OR S/PDIF input 108 hw:0,1 output - stereo, analog output 3+4 (and SPDIF out)
|
D | Bt87x.txt | 46 The chip knows two different modes (digital/analog). snd-bt87x 68 The chip has three analog inputs. Consequently you'll get a mixer
|
D | Joystick.txt | 78 and the appropriate adapter module (e.g. "analog"). 86 the adapter module (e.g. "analog").
|
D | hdspm.txt | 252 Switching on and off the analog out, which has nothing to do 253 with mixing or routing. the analog outs reflects channel 63,64. 349 "Send playback streams to analog outs by default." 362 note: here the analog output is enabled (but not routed).
|
D | CMIPCI.txt | 124 respectively, so you cannot playback both analog and digital streams 143 "IEC958 Mix Analog" - Mix analog PCM playback and FM-OPL/3 streams and 170 stream through analog line-out. 181 turned off so that non-audio data is heard from the analog line-out.
|
D | powersave.txt | 10 the device and/or no analog loopback is set, the power disablement is
|
D | HD-Audio-Models.txt | 30 laptop-amic Laptops with analog-mic input 254 dell-bios-amic Fixes with Dell BIOS setup including analog mic 275 dell-m6-amic Dell desktops/laptops with analog mics
|
D | Audigy-mixer.txt | 29 DAC - digital to analog converter 30 ADC - analog to digital converter 34 AC97 - a chip containing an analog mixer, DAC and ADC converters 146 DAC PCM slots of the Philips DAC. This contains mix from analog sources
|
D | SB-Live-mixer.txt | 43 DAC - digital to analog converter 44 ADC - analog to digital converter 48 AC97 - a chip containing an analog mixer, DAC and ADC converters 147 *** Note: This control should be 100 (maximal value), otherwise no analog ***
|
D | ControlNames.txt | 58 Digital Loopback (playback -> capture loopback - without analog path)
|
D | HD-Audio.txt | 28 multiple audio codecs, e.g. for analog and digital outputs, and the 247 analog pin. See patch_sigmatel.c. 272 It's known that some codecs / devices have fairly bad analog circuits, 276 Most of modern laptops have no analog CD-input connection. Thus, the 464 - add_stereo_mix_input (bool): add the stereo mix (analog-loopback 477 - mixer_nid (int): specifies the widget NID of the analog-loopback 564 For example, if you have two cards, one for an on-board analog and one 579 The power-saving won't work when the analog loopback is enabled on
|
D | emu10k1-jack.txt | 43 Each input port will either correspond to a digital (SPDIF) input, an analog
|
D | ALSA-Configuration.txt | 989 line_outs_monitor - Send playback streams to analog outs by default.
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | Kconfig | 5 tristate "OPA362 external analog amplifier" 7 Driver for OPA362 external analog TV amplifier controlled 35 Driver for a generic analog TV connector.
|
D | Makefile | 6 obj-$(CONFIG_DISPLAY_CONNECTOR_ANALOG_TV) += connector-analog-tv.o
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | es8328.txt | 9 - AVDD-supply : Regulator providing analog supply voltage 3.3V 11 - IPVDD-supply : Regulator providing analog output voltage 3.3V
|
D | armada-370db-audio.txt | 16 1/ the analog audio codec connected to the Armada 370 SoC
|
D | max98090.txt | 21 - maxim,micbias: Micbias voltage applies to the analog mic, valid voltages value are:
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 102 usually you'll have an analog joystick: 104 modprobe analog 111 above input joydev ns558 analog 112 options analog map=gamepad,none,2btn 136 some analog joysticks, that either do not use linear resistors, or if you 164 The analog.c uses the standard analog inputs of the gameport, and thus 183 module command line, when inserting analog into the kernel. The 186 analog.map=<type1>,<type2>,<type3>,.... 194 none | No analog joystick on that port 264 by the analog driver described above. [all …]
|
D | gamepad.txt | 79 and one analog stick. It reports them as if it were a gamepad with only one 80 analog stick and two trigger buttons on the right side. 117 Some of these are available as digital buttons, some as analog buttons. Some 128 The left analog-stick is reported as ABS_X, ABS_Y. The right analog stick is 130 If analog-sticks provide digital buttons, they are mapped accordingly as 135 Trigger buttons can be available as digital or analog buttons or both. User-
|
D | cs461x.txt | 3 This is a new low-level driver to support analog joystick attached to 12 Raw mode works fine with analog joystick front-end driver and cs461x
|
D | gameport-programming.txt | 94 See analog.c and input.c for handling of fuzz - the fuzz value determines 103 and also lightning.c and analog.c on how that works. If your driver supports
|
D | walkera0701.txt | 88 Values for first four channels (analog joystick values) can be found in
|
D | amijoy.txt | 36 Amiga analog joystick pinout
|
D | xpad.txt | 50 right side (A, B, X, Y, black, white) are said to be "analog" and
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-mpp.txt | 86 "analog", 99 only, i.e. when operating in qcom,analog-mode and input and 132 - qcom,analog-level: 135 Definition: Selects the source for analog output. Valued values are 148 Definition: Selects the source for analog input. Valid values are
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | tvp514x.txt | 4 digital video decoder that digitizes and decodes all popular baseband analog 5 video formats into digital video component. The tvp514x decoder supports analog-
|
D | adv7343.txt | 3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP 5 (CVBS), S-Video (Y-C), and component (YPrPb/RGB) analog outputs in standard
|
D | ths8200.txt | 3 The ths8200 device is a digital to analog converter used in DVD players, video
|
D | adv7604.txt | 4 HDMI receiver. The ADV7604 has four multiplexed HDMI inputs and one analog 5 input, and the ADV7611 has one HDMI input and no analog input. The 7612 is
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 58 analog mode (A/D) 61 You can tell the driver to use this mode with the insmod option "analog=1". 62 The chip has three analog inputs. Consequently you'll get a mixer device 65 The analog mode supports mono only. Both 8 + 16 bit. Both are _signed_
|
D | Opti | 147 Tested with regular analog joysticks.
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/ |
D | bt8xxgpio.txt | 12 Brooktree bt848, bt849, bt878 or bt879 based analog TV tuner card. The 13 Brooktree chip is used in old analog Hauppauge WinTV PCI cards. You can easily
|
D | devices.txt | 529 0 = /dev/js0 First analog joystick 530 1 = /dev/js1 Second analog joystick 877 0 = /dev/ml16pa-a0 First card, first analog channel 878 1 = /dev/ml16pa-a1 First card, second analog channel 880 15 = /dev/ml16pa-a15 First card, 16th analog channel 885 32 = /dev/ml16pb-a0 Second card, first analog channel 886 33 = /dev/ml16pb-a1 Second card, second analog channel 888 47 = /dev/ml16pb-a15 Second card, 16th analog channel
|
D | kernel-parameters.txt | 457 analog.map= [HW,JOY] Analog joystick and gamepad support 458 Specifies type or capabilities of an analog joystick
|
/linux-4.4.14/drivers/media/pci/ |
D | Kconfig | 21 comment "Media capture/analog TV support" 28 comment "Media capture/analog/hybrid TV support"
|
/linux-4.4.14/drivers/iio/adc/ |
D | Kconfig | 56 AD7495, AD7910, AD7920, AD7920 SPI analog to digital converters (ADC). 67 AD7790 and AD7791 SPI analog to digital converters (ADC). 78 AD7794 and AD7795 SPI analog to digital converters (ADC). 90 AD7887 SPI analog to digital converter (ADC). 115 i2c analog to digital converters (ADC). Provides direct access 224 Say yes here to build support for many Maxim i2c analog to digital 243 MCP3208 or MCP3301 analog to digital converter. 254 analog to digital converters. 379 Say yes here to support for Vybrid board analog-to-digital converter.
|
/linux-4.4.14/sound/pci/hda/ |
D | Makefile | 18 snd-hda-codec-analog-objs := patch_analog.o 35 obj-$(CONFIG_SND_HDA_CODEC_ANALOG) += snd-hda-codec-analog.o
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 1 * TI - TSC ADC (Touschscreen and analog digital converter) 21 analog lines and the next 4 bits represent positive/ 28 ti,adc-channels: List of analog inputs available for ADC.
|
/linux-4.4.14/drivers/staging/iio/adc/ |
D | Kconfig | 13 ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 46 AD7780 and AD7781 SPI analog to digital converters (ADC). 66 AD7192 or AD7195 SPI analog to digital converters (ADC).
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 7 circuits and other analog IP blocks. The analog-to-digital
|
/linux-4.4.14/sound/pci/ice1712/ |
D | juli.c | 39 unsigned int analog:1; member 624 spec->analog = (ice->gpio.get_data(ice) & GPIO_ANALOG_PRESENT) ? 0 : 1; in juli_init() 626 spec->analog = 1; in juli_init() 629 if (spec->analog) { in juli_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,opa362.txt | 1 OPA362 analog video amplifier
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | micrel-ks8851.txt | 16 - vdd-supply: analog 3.3V supply for Ethernet mac
|
/linux-4.4.14/Documentation/dvb/ |
D | technisat.txt | 22 "Multimedia support" => "Customise analog and hybrid tuner modules to build" 75 b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
|
D | faq.txt | 93 MythTV - analog TV PVR, but now with DVB support, too 103 If you are using a Technotrend/Hauppauge DVB-C card *without* analog 136 gives you access to the "analog" tv picture of the av7110 mpeg2
|
D | cards.txt | 95 o Experimental support for the analog module of the Siemens DVB-C PCI card
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 53 o Mixer - Mixes several analog signals into a single analog signal. 54 o Mux - An analog switch that outputs only one of many inputs. 58 o Switch - An analog switch 91 (analog to digital converters), DACs (digital to analog converters),
|
D | DPCM.txt | 13 way as the analog signal is routed in an ASoC codec driver. DPCM uses a DAPM
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | twl4030-madc.txt | 4 combined with a 16-input analog multiplexer.
|
D | vf610-adc.txt | 21 to be chosen according to the conversion mode and the connected analog
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | adi,adv7123.txt | 4 The ADV7123 is a digital-to-analog converter that outputs VGA signals from a
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | Kconfig | 81 analog inputs or an onboard Common Interface connector. 116 tristate "Budget cards with analog video inputs" 131 MPEG2 decoder, but with one or more analog video inputs.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 69 - avdd-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 89 - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 92 - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V. 97 - avddio-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | si4713.txt | 4 supporting 76-108 MHz. It includes an RDS encoder and has both, a stereo-analog
|
D | samsung-s5k5baf.txt | 8 - vdda-supply : analog power supply 2.8V (2.6V to 3.0V);
|
D | samsung-s5c73m3.txt | 18 - vdda-supply : analog power supply (1.2V);
|
/linux-4.4.14/net/nfc/ |
D | Kconfig | 26 the NFC analog layer.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | ICs | 21 14052B: analog switch for selection of sound source
|
D | Cards | 306 TV Station SAT (analog satellite) 455 Techni-PC-Sat (Sat. analog) 457 Mediafocus I (zr36120/zr36125, drp3510, Sat. analog + ADR Radio) 458 Mediafocus II (saa7146, Sat. analog)
|
D | Insmod-options | 125 and the analog mono input (MONOIN pin).
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | samsung-hsotg.txt | 26 - vusb_a-supply: phandle to voltage regulator of analog section.
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-lpc18xx.c | 184 unsigned char analog; member 207 .analog = a, \ 219 .analog = a, \ 1049 if (function == FUNC_ADC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set() 1054 if (LPC18XX_ANALOG_ADC(pin->analog) == 0) in lpc18xx_pmx_set() 1060 reg |= pin->analog & LPC18XX_ANALOG_BIT_MASK; in lpc18xx_pmx_set() 1066 if (function == FUNC_DAC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set() 1147 if (function == FUNC_DAC && p->analog == DAC) in lpc18xx_valid_pin_function() 1150 if (function == FUNC_ADC && p->analog) in lpc18xx_valid_pin_function()
|
/linux-4.4.14/sound/usb/caiaq/ |
D | device.h | 126 int snd_usb_caiaq_set_auto_msg (struct snd_usb_caiaqdev *cdev, int digital, int analog, int erp);
|
D | device.c | 312 int digital, int analog, int erp) in snd_usb_caiaq_set_auto_msg() argument 314 char tmp[3] = { digital, analog, erp }; in snd_usb_caiaq_set_auto_msg()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 67 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data 70 the analog sticks of the pro-controller.
|
D | sysfs-class-extcon | 15 may have both HDMI and Charger attached, or analog audio,
|
/linux-4.4.14/drivers/iio/dac/ |
D | Kconfig | 6 menu "Digital to analog converters" 48 digital-to-analog convertors (DAC). 183 MCP 4725 12-bit digital-to-analog converter (DAC) with I2C
|
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e8aa0.txt | 7 - vci-supply: voltage supply for analog circuits
|
D | samsung,ld9040.txt | 7 - vci-supply: voltage supply for analog circuits
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | twl-familly.txt | 4 Some version might contain much more analog function like
|
D | mfd.txt | 10 silicon) that handles analog drivers for things like audio amplifiers, LED
|
/linux-4.4.14/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
|
D | main.c | 3102 phy->analog = analog_type; in b43legacy_phy_versioning()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-mt65xx-usb.txt | 13 "u3phya_ref": for reference clock of usb3.0 analog phy.
|
/linux-4.4.14/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 | 240 u8 analog; member
|
D | main.c | 4667 phy->analog = analog_type; in b43_phy_versioning()
|
/linux-4.4.14/Documentation/power/regulator/ |
D | consumer.txt | 25 analog and digital supplies :- 28 analog = regulator_get(dev, "Avdd"); /* analog */
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | apll.txt | 7 (reference clock and bypass clock), with analog phase locked
|
/linux-4.4.14/drivers/media/usb/ |
D | Kconfig | 52 comment "Webcam, TV (analog/digital) USB devices"
|
/linux-4.4.14/Documentation/devicetree/bindings/ufs/ |
D | ufs-qcom.txt | 16 - vdda-phy-supply : phandle to main PHY supply for analog domain
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-evm-common.dtsi | 69 * TVP5146 Video decoder-in for analog input support.
|
D | omap3-zoom3.dts | 163 * TVP5146 Video decoder-in for analog input support.
|
D | ste-href-ab8500.dtsi | 257 * This sets up the YCBCR connector pins, i.e. analog video out.
|
D | tegra30-colibri.dtsi | 285 * only required for analog RGB
|
D | tegra30-apalis.dtsi | 519 * only required for analog RGB
|
D | omap3-pandora-common.dtsi | 31 compatible = "connector-analog-tv";
|
D | am43x-epos-evm.dts | 543 * High: LCD display with analog audio via aic3111 codec
|
D | am437x-gp-evm.dts | 700 * High: LCD display with analog audio via aic3111 codec
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | Kconfig | 8 tristate "Empia EM28xx analog TV, video capture and/or webcam support"
|
/linux-4.4.14/drivers/media/tuners/ |
D | Kconfig | 53 tristate "TDA 9885/6/7 analog IF demodulator" 58 analog IF demodulator.
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | Kconfig | 65 Say Y here if you want support for the analog TV output
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | gamecube.txt | 79 Represents the interface to the external 16-bit stereo digital-to-analog
|
D | wii.txt | 81 Represents the interface to the external 16-bit stereo digital-to-analog
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
D | Makefile | 52 rc-kworld-plus-tv-analog.o \
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | ads7846.txt | 35 ti,settle-delay-usec Settling time of the analog signals;
|
/linux-4.4.14/Documentation/fmc/ |
D | FMC-and-SDB.txt | 43 In the typical application the mezzanine is mostly analog while the
|
/linux-4.4.14/sound/usb/ |
D | Kconfig | 82 alpha dials and analog pedals on the following products:
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 14 as is done over analog telephone lines. Instead, one can use
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 143 Note: Switch between analog and digital input does not always work. 145 (and again) between digital and analog input until it works. 164 Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O 188 record from the analog input with up to 1792000 Hz.
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.saa7134 | 150 149 -> Avermedia PCI pure analog (M135A) [1461:f11d]
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 22 asynchronous lines, such as regular analog phone lines, and
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 791 API-tveeprom-hauppauge-analog 898 API-struct-analog-parameters 902 API-struct-analog-demod-info 903 API-struct-analog-demod-ops
|
/linux-4.4.14/Documentation/fb/ |
D | modedb.txt | 43 digital output. This is useful for outputs that have both analog and digital
|
D | matroxfb.txt | 226 to primary analog output, second letter to the secondary analog output
|
/linux-4.4.14/ |
D | MAINTAINERS | 336 M: Michael Hennerich <michael.hennerich@analog.com> 337 W: http://wiki.analog.com/AD5254 338 W: http://ez.analog.com/community/linux-device-drivers 343 M: Michael Hennerich <michael.hennerich@analog.com> 344 W: http://wiki.analog.com/AD5398 345 W: http://ez.analog.com/community/linux-device-drivers 350 M: Michael Hennerich <michael.hennerich@analog.com> 351 W: http://wiki.analog.com/AD7142 352 W: http://ez.analog.com/community/linux-device-drivers 357 M: Michael Hennerich <michael.hennerich@analog.com> [all …]
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 128 Currently, only DVB and ATSC modes are supported, analog mode
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 77 SPI slave chips range from digital/analog converters used for analog
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 595 Depending on the analog video decoder used, this assigns the number
|
/linux-4.4.14/drivers/misc/ |
D | Kconfig | 410 DAC7512 16-bit digital-to-analog converter.
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 20 chips, analog to digital (and d-to-a) converters, and more.
|
/linux-4.4.14/drivers/media/i2c/ |
D | Kconfig | 675 be present in analog TV broadcasts.
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 109 AB3100 analog baseband dealing with power regulators
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 586 parm.num = ASCII-String, containing type of connection (for analog
|
/linux-4.4.14/drivers/staging/comedi/ |
D | Kconfig | 761 analog output cards with voltage and current loop output ranges and
|