/Linux-v4.19/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-v4.19/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-v4.19/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) 14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP) 15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP) 40 * SPL, devices with stereo speaker amp 41 * SPR, devices with stereo speaker amp [all …]
|
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 | tfa9879.txt | 17 amp: amp@6c {
|
D | da7218.txt | 32 - dlg,mic1-amp-in-sel : Mic1 input source type 34 - dlg,mic2-amp-in-sel : Mic2 input source type 86 dlg,mic1-amp-in-sel = "diff"; 87 dlg,mic2-amp-in-sel = "diff";
|
D | simple-amplifier.txt | 9 amp: analog-amplifier {
|
/Linux-v4.19/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-v4.19/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 96 ramp3400 - amp ramps up in 3.4ms 97 ramp2000 - amp ramps up in 2.0ms 98 ramp1000 - amp ramps up in 1ms 99 ramp500 - amp ramps up in 500us 100 ramp250 - amp ramps up in 250us 101 ramp125 - amp ramps up in 125us 102 ramp100 - amp ramps up in 100us 103 ramp62 - amp ramps up in 62us 104 ramp50 - amp ramps up in 50us 105 ramp40 - amp ramps up in 40us [all …]
|
/Linux-v4.19/fs/jfs/ |
D | jfs_imap.c | 861 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 970 if ((rc = diIAGRead(imap, fwd, &))) { in diFree() 976 aiagp = (struct iag *) amp->data; in diFree() 982 write_metapage(amp); in diFree() 1037 amp = bmp = cmp = dmp = NULL; in diFree() 1051 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1053 aiagp = (struct iag *) amp->data; in diFree() 1068 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1070 aiagp = (struct iag *) amp->data; in diFree() 1099 ciagp = (struct iag *) amp->data; in diFree() [all …]
|
/Linux-v4.19/include/linux/ |
D | nsc_gpio.h | 26 void (*gpio_dump) (struct nsc_gpio_ops *amp, unsigned iminor); 40 extern void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index);
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper 23 amp-supply = <&beeper_amp>;
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpbe.c | 353 if (!ret && vpbe_dev->amp) { in vpbe_s_dv_timings() 355 ret = v4l2_subdev_call(vpbe_dev->amp, video, in vpbe_s_dv_timings() 708 vpbe_dev->cfg->amp) { in vpbe_initialize() 709 amp_info = vpbe_dev->cfg->amp; in vpbe_initialize() 711 vpbe_dev->amp = v4l2_i2c_new_subdev_board( in vpbe_initialize() 714 if (!vpbe_dev->amp) { in vpbe_initialize() 725 vpbe_dev->amp = NULL; in vpbe_initialize() 729 vpbe_dev->amp = NULL; in vpbe_initialize() 788 kfree(vpbe_dev->amp); in vpbe_deinitialize()
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe.h | 94 struct amp_config_info *amp; member 170 struct v4l2_subdev *amp; member
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_vhci.c | 45 static bool amp; variable 319 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout() 382 module_param(amp, bool, 0644); 383 MODULE_PARM_DESC(amp, "Create AMP controller device");
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | vexpress-v2p-ca9.dts | 276 amp-vd10-s2 { 278 compatible = "arm,vexpress-amp"; 283 amp-vd10-s3 { 285 compatible = "arm,vexpress-amp";
|
D | da850-lego-ev3.dts | 125 amp-supply = <&>; 159 amp: regulator3 { label 161 regulator-name = "amp";
|
/Linux-v4.19/arch/arm64/boot/dts/amd/ |
D | amd-seattle-xgbe-b.dtsi | 51 amd,serdes-tx-amp = <0>, <0>, <0>; 77 amd,serdes-tx-amp = <0>, <0>, <0>;
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/hwmon/ |
D | vexpress.txt | 7 "arm,vexpress-amp"
|
/Linux-v4.19/sound/pci/ice1712/ |
D | Makefile | 9 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hif…
|
/Linux-v4.19/net/bluetooth/ |
D | Makefile | 20 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 47 - amd,serdes-tx-amp: TX amplitude boost 72 amd,serdes-tx-amp = <15>, <15>, <10>;
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-iio-distance-srf08 | 6 Show or set the gain boost of the amp, from 0-31 range.
|
D | sysfs-bus-iio-proximity-as3935 | 14 Show or set the gain boost of the amp, from 0-31 range.
|