/linux-4.4.14/drivers/char/ |
D | nsc_gpio.c | 22 void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index) in nsc_gpio_dump() argument 25 u32 config = amp->gpio_config(index, ~0, 0); in nsc_gpio_dump() 28 dev_info(amp->dev, "io%02u: 0x%04x %s %s %s %s %s %s %s\tio:%d/%d\n", in nsc_gpio_dump() 38 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump() 45 struct nsc_gpio_ops *amp = file->private_data; in nsc_gpio_write() local 46 struct device *dev = amp->dev; in nsc_gpio_write() 56 amp->gpio_set(m, 0); in nsc_gpio_write() 59 amp->gpio_set(m, 1); in nsc_gpio_write() 63 amp->gpio_config(m, ~1, 1); in nsc_gpio_write() 67 amp->gpio_config(m, ~1, 0); in nsc_gpio_write() [all …]
|
/linux-4.4.14/arch/tile/mm/ |
D | highmem.c | 100 struct atomic_mapped_page *amp; in kmap_atomic_register() local 106 amp = this_cpu_ptr(&s.per_type[type]); in kmap_atomic_register() 107 amp->page = page; in kmap_atomic_register() 108 amp->cpu = smp_processor_id(); in kmap_atomic_register() 109 amp->va = va; in kmap_atomic_register() 115 list_add(&->list, &_list); in kmap_atomic_register() 132 struct atomic_mapped_page *amp; in kmap_atomic_unregister() local 135 list_for_each_entry(amp, &_list, list) { in kmap_atomic_unregister() 136 if (amp->page == page && amp->cpu == cpu && amp->va == va) in kmap_atomic_unregister() 139 BUG_ON(&->list == &_list); in kmap_atomic_unregister() [all …]
|
/linux-4.4.14/sound/ppc/ |
D | awacs.c | 279 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) in awacs_amp_set_tone() argument 281 amp->amp_tone[0] = bass; in awacs_amp_set_tone() 282 amp->amp_tone[1] = treble; in awacs_amp_set_tone() 293 static int awacs_amp_set_vol(struct awacs_amp *amp, int index, in awacs_amp_set_vol() argument 296 if (do_check && amp->amp_vol[index][0] == lvol && in awacs_amp_set_vol() 297 amp->amp_vol[index][1] == rvol) in awacs_amp_set_vol() 301 amp->amp_vol[index][0] = lvol; in awacs_amp_set_vol() 302 amp->amp_vol[index][1] = rvol; in awacs_amp_set_vol() 309 static void awacs_amp_set_master(struct awacs_amp *amp, int vol) in awacs_amp_set_master() argument 311 amp->amp_master = vol; in awacs_amp_set_master() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | tlv320aic31xx.txt | 8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp 9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp 10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP) 11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP) 12 "ti,tlv320aic3120" - TLV320AIC3120 (mono speaker amp, MiniDSP) 13 "ti,tlv320aic3111" - TLV320AIC3111 (stereo speaker amp, MiniDSP) 34 * SPL, devices with stereo speaker amp 35 * SPR, devices with stereo speaker amp 36 * SPK, devices with mono speaker amp
|
D | imx-audio-es8328.txt | 8 - audio-amp-supply : Power regulator for speaker amps 17 * audio-amp 48 audio-amp-supply = <®_audio_amp>; 52 "Speaker", "audio-amp",
|
D | da7219.txt | 35 - dlg,mic-amp-in-sel : Mic input source type 89 dlg,mic-amp-in-sel = "diff";
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | dsp_ecdis.h | 70 int16_t amp) in echo_can_disable_detector_update() argument 74 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update() 81 det->channel_level += ((abs(amp) - det->channel_level) >> 5); in echo_can_disable_detector_update()
|
/linux-4.4.14/include/linux/ |
D | nsc_gpio.h | 25 void (*gpio_dump) (struct nsc_gpio_ops *amp, unsigned iminor); 39 extern void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index);
|
/linux-4.4.14/fs/jfs/ |
D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 977 if ((rc = diIAGRead(imap, fwd, &))) { in diFree() 983 aiagp = (struct iag *) amp->data; in diFree() 989 write_metapage(amp); in diFree() 1044 amp = bmp = cmp = dmp = NULL; in diFree() 1058 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1060 aiagp = (struct iag *) amp->data; in diFree() 1075 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1077 aiagp = (struct iag *) amp->data; in diFree() 1106 ciagp = (struct iag *) amp->data; in diFree() [all …]
|
/linux-4.4.14/drivers/media/platform/davinci/ |
D | vpbe.c | 359 if (!ret && (vpbe_dev->amp != NULL)) { in vpbe_s_dv_timings() 361 ret = v4l2_subdev_call(vpbe_dev->amp, video, in vpbe_s_dv_timings() 720 vpbe_dev->cfg->amp != NULL) { in vpbe_initialize() 721 amp_info = vpbe_dev->cfg->amp; in vpbe_initialize() 723 vpbe_dev->amp = v4l2_i2c_new_subdev_board( in vpbe_initialize() 726 if (!vpbe_dev->amp) { in vpbe_initialize() 737 vpbe_dev->amp = NULL; in vpbe_initialize() 742 vpbe_dev->amp = NULL; in vpbe_initialize() 800 kfree(vpbe_dev->amp); in vpbe_deinitialize()
|
/linux-4.4.14/include/media/davinci/ |
D | vpbe.h | 98 struct amp_config_info *amp; member 174 struct v4l2_subdev *amp; member
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 45 static bool amp; variable 319 vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR); in vhci_open_timeout() 396 module_param(amp, bool, 0644); 397 MODULE_PARM_DESC(amp, "Create AMP controller device");
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | vexpress-v2p-ca9.dts | 274 amp@0 { 276 compatible = "arm,vexpress-amp"; 281 amp@1 { 283 compatible = "arm,vexpress-amp";
|
D | vexpress-v2p-ca15_a7.dts | 333 amp@0 { 335 compatible = "arm,vexpress-amp"; 340 amp@1 { 342 compatible = "arm,vexpress-amp";
|
D | vexpress-v2p-ca15-tc1.dts | 194 amp@0 { 196 compatible = "arm,vexpress-amp";
|
/linux-4.4.14/sound/soc/codecs/ |
D | tlv320aic26.c | 266 int val, amp, freq, len; in aic26_keyclick_show() local 269 amp = (val >> 12) & 0x7; in aic26_keyclick_show() 273 return sprintf(buf, "amp=%x freq=%iHz len=%iclks\n", amp, freq, len); in aic26_keyclick_show()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-proximity-as3935 | 14 Show or set the gain boost of the amp, from 0-31 range.
|
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
D | vexpress.txt | 7 "arm,vexpress-amp"
|
/linux-4.4.14/sound/pci/ice1712/ |
D | Makefile | 8 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hif…
|
/linux-4.4.14/net/bluetooth/ |
D | Makefile | 19 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 49 - amd,serdes-tx-amp: TX amplitude boost 74 amd,serdes-tx-amp = <15>, <15>, <10>;
|
/linux-4.4.14/sound/usb/line6/ |
D | Kconfig | 13 * Reading/writing complete channel, effects setup, and amp
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 214 sed -e "s/&/\\&/g" \
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3647 void (*amp)(struct snd_cs46xx *, int); member 3663 .amp = amp_voyetra, 3670 .amp = amp_voyetra, 3677 .amp = amp_hercules, 3684 .amp = amp_hercules, 3691 .amp = amp_hercules, 3699 .amp = amp_hercules, 3706 .amp = amp_hercules, 3713 .amp = amp_hercules, 3958 chip->amplifier_ctrl = cp->amp; in snd_cs46xx_create()
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-pmf.c | 35 PMF_GPIO(amp, 1);
|
D | gpio-feature.c | 160 FTR_GPIO(amp, 1);
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 69 "arm,vexpress-amp"
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | overview.txt | 68 machine level audio events (e.g. turning on an amp at start of playback).
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 445 - pin_amp_workaround (bool): the output pin may have multiple amp 467 I/O jack for allowing to change the headphone amp and mic bias VREF 635 to set the left output-amp value to 25. 642 amp raw val = 0xa019 764 cached in the driver, and thus changing the widget amp value directly 788 the widget information and adjusting the amp values, as well as the
|
D | HD-Audio-Controls.txt | 48 and no HP-amp is set to the pins.
|
D | README.maya44 | 74 amp.h
|
D | HD-Audio-Models.txt | 319 gpio0 Enable GPIO 0 amp
|
D | ALSA-Configuration.txt | 529 Usually external amp and CLKRUN controls are detected automatically 1269 external_amp - enable external amp (enabled by default) 1270 amp_gpio - GPIO pin number for external amp (0-15) or
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 526 .amp = &vpbe_amp,
|
/linux-4.4.14/sound/pci/ |
D | Kconfig | 167 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 578 u8 amp; member 7429 pack_ent = tp->amp << DDS_ENT_AMP_LSB; in set_txdds() 8264 deemph |= (txdds->amp & SYM_RMASK(IBSD_TX_DEEMPHASIS_OVERRIDE_0, in write_tx_serdes_param()
|