Home
last modified time | relevance | path

Searched refs:amp (Results 1 – 36 of 36) sorted by relevance

/linux-4.4.14/drivers/char/
Dnsc_gpio.c22 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/
Dhighmem.c100 struct atomic_mapped_page *amp; in kmap_atomic_register() local
106 amp = this_cpu_ptr(&amps.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(&amp->list, &amp_list); in kmap_atomic_register()
132 struct atomic_mapped_page *amp; in kmap_atomic_unregister() local
135 list_for_each_entry(amp, &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(&amp->list == &amp_list); in kmap_atomic_unregister()
[all …]
/linux-4.4.14/sound/ppc/
Dawacs.c279 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/
Dtlv320aic31xx.txt8 "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
Dimx-audio-es8328.txt8 - audio-amp-supply : Power regulator for speaker amps
17 * audio-amp
48 audio-amp-supply = <&reg_audio_amp>;
52 "Speaker", "audio-amp",
Dda7219.txt35 - dlg,mic-amp-in-sel : Mic input source type
89 dlg,mic-amp-in-sel = "diff";
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_ecdis.h70 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/
Dnsc_gpio.h25 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/
Djfs_imap.c868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
977 if ((rc = diIAGRead(imap, fwd, &amp))) { 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, &amp))) in diFree()
1060 aiagp = (struct iag *) amp->data; in diFree()
1075 if ((rc = diIAGRead(imap, fwd, &amp))) 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/
Dvpbe.c359 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/
Dvpbe.h98 struct amp_config_info *amp; member
174 struct v4l2_subdev *amp; member
/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c45 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/
Dvexpress-v2p-ca9.dts274 amp@0 {
276 compatible = "arm,vexpress-amp";
281 amp@1 {
283 compatible = "arm,vexpress-amp";
Dvexpress-v2p-ca15_a7.dts333 amp@0 {
335 compatible = "arm,vexpress-amp";
340 amp@1 {
342 compatible = "arm,vexpress-amp";
Dvexpress-v2p-ca15-tc1.dts194 amp@0 {
196 compatible = "arm,vexpress-amp";
/linux-4.4.14/sound/soc/codecs/
Dtlv320aic26.c266 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/
Dsysfs-bus-iio-proximity-as393514 Show or set the gain boost of the amp, from 0-31 range.
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dvexpress.txt7 "arm,vexpress-amp"
/linux-4.4.14/sound/pci/ice1712/
DMakefile8 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/
DMakefile19 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
/linux-4.4.14/Documentation/devicetree/bindings/net/
Damd-xgbe.txt49 - amd,serdes-tx-amp: TX amplitude boost
74 amd,serdes-tx-amp = <15>, <15>, <10>;
/linux-4.4.14/sound/usb/line6/
DKconfig13 * Reading/writing complete channel, effects setup, and amp
/linux-4.4.14/Documentation/DocBook/
DMakefile214 sed -e "s/&/\\&amp;/g" \
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c3647 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/
Dgpio-pmf.c35 PMF_GPIO(amp, 1);
Dgpio-feature.c160 FTR_GPIO(amp, 1);
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress-sysreg.txt69 "arm,vexpress-amp"
/linux-4.4.14/Documentation/sound/alsa/soc/
Doverview.txt68 machine level audio events (e.g. turning on an amp at start of playback).
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt445 - 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
DHD-Audio-Controls.txt48 and no HP-amp is set to the pins.
DREADME.maya4474 amp.h
DHD-Audio-Models.txt319 gpio0 Enable GPIO 0 amp
DALSA-Configuration.txt529 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/
Dboard-dm365-evm.c526 .amp = &vpbe_amp,
/linux-4.4.14/sound/pci/
DKconfig167 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7322.c578 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()