Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/char/
H A Dnsc_gpio.c39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump()
57 amp->gpio_set(m, 0); in nsc_gpio_write()
60 amp->gpio_set(m, 1); in nsc_gpio_write()
64 amp->gpio_config(m, ~1, 1); in nsc_gpio_write()
68 amp->gpio_config(m, ~1, 0); in nsc_gpio_write()
72 amp->gpio_config(m, ~2, 2); in nsc_gpio_write()
76 amp->gpio_config(m, ~2, 0); in nsc_gpio_write()
80 amp->gpio_config(m, ~4, 4); in nsc_gpio_write()
84 amp->gpio_config(m, ~4, 0); in nsc_gpio_write()
88 amp->gpio_dump(amp, m); in nsc_gpio_write()
[all …]
/linux-6.15/sound/ppc/
H A Dawacs.c299 amp->amp_master = vol; in awacs_amp_set_master()
310 if (!amp) in awacs_amp_free()
312 kfree(amp); in awacs_amp_free()
421 awacs_amp_set_tone(amp, amp->amp_tone[0], amp->amp_tone[1]); in snd_pmac_awacs_put_tone_amp()
459 awacs_amp_set_master(amp, amp->amp_master); in snd_pmac_awacs_put_master_amp()
761 amp->amp_vol[0][0], amp->amp_vol[0][1], 0); in snd_pmac_awacs_resume()
763 amp->amp_vol[1][0], amp->amp_vol[1][1], 0); in snd_pmac_awacs_resume()
764 awacs_amp_set_tone(amp, amp->amp_tone[0], amp->amp_tone[1]); in snd_pmac_awacs_resume()
765 awacs_amp_set_master(amp, amp->amp_master); in snd_pmac_awacs_resume()
911 struct awacs_amp *amp = kzalloc(sizeof(*amp), GFP_KERNEL); in snd_pmac_awacs_init() local
[all …]
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dti,tlv320dac3100.yaml16 * SPL, devices with stereo speaker amp
17 * SPR, devices with stereo speaker amp
18 * SPK, devices with mono speaker amp
33 - ti,tlv320aic310x # - Generic TLV320AIC31xx with mono speaker amp
34 - ti,tlv320aic311x # - Generic TLV320AIC31xx with stereo speaker amp
35 - ti,tlv320aic3100 # - TLV320AIC3100 (mono speaker amp, no MiniDSP)
36 - ti,tlv320aic3110 # - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
37 - ti,tlv320aic3120 # - TLV320AIC3120 (mono speaker amp, MiniDSP)
38 - ti,tlv320aic3111 # - TLV320AIC3111 (stereo speaker amp, MiniDSP)
39 - ti,tlv320dac3100 # - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
[all …]
H A Dfsl,imx-audio-es8328.yaml32 audio-amp-supply:
48 * audio-amp
83 - audio-amp-supply
99 audio-amp-supply = <&reg_audio_amp>;
103 "Speaker", "audio-amp",
H A Dda7218.txt32 - 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";
H A Dcs35l36.txt32 - cirrus,multi-amp-mode : Boolean to determine if there are more than
43 - cirrus,amp-pcm-inv : Boolean to determine Amplifier will invert incoming
154 cirrus,multi-amp-mode;
H A Dtas5720.txt19 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog
/linux-6.15/drivers/isdn/mISDN/
H A Ddsp_ecdis.h56 int16_t amp) in echo_can_disable_detector_update() argument
60 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update()
67 det->channel_level += ((abs(amp) - det->channel_level) >> 5); in echo_can_disable_detector_update()
/linux-6.15/drivers/clk/
H A Dclk-si521xx.c222 unsigned int amp; in si521xx_get_common_config() local
230 &amp); in si521xx_get_common_config()
232 if (amp < SI521XX_REG_DA_AMP_MIN || amp > SI521XX_REG_DA_AMP_MAX || in si521xx_get_common_config()
233 amp % SI521XX_REG_DA_AMP_STEP) { in si521xx_get_common_config()
237 si->pll_amplitude = SI521XX_REG_DA_AMP(amp); in si521xx_get_common_config()
H A Dclk-renesas-pcie.c206 unsigned int amp, ssc; in rs9_get_common_config() local
215 &amp); in rs9_get_common_config()
217 if (amp == 600000) /* 0.6V */ in rs9_get_common_config()
219 else if (amp == 700000) /* 0.7V (default) */ in rs9_get_common_config()
221 else if (amp == 800000) /* 0.8V */ in rs9_get_common_config()
223 else if (amp == 900000) /* 0.9V */ in rs9_get_common_config()
/linux-6.15/fs/jfs/
H A Djfs_imap.c1213 if (amp) in diFree()
1214 write_metapage(amp); in diFree()
1275 if (amp) in diFree()
2025 &amp))) in diAllocBit()
2035 if (amp) in diAllocBit()
2059 if (amp) in diAllocBit()
2086 if (amp) { in diAllocBit()
2088 write_metapage(amp); in diAllocBit()
2376 if (amp) in diNewExt()
2377 write_metapage(amp); in diNewExt()
[all …]
/linux-6.15/include/linux/
H A Dnsc_gpio.h26 void (*gpio_dump) (struct nsc_gpio_ops *amp, unsigned iminor);
40 extern void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index);
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dpwm-beeper.yaml19 amp-supply:
39 amp-supply = <&beeper_amp>;
/linux-6.15/sound/soc/codecs/
H A Didt821034.c438 struct idt821034_amp *amp; in idt821034_kctrl_gain_put() local
462 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_gain_put()
465 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_gain_put()
469 if (amp->gain == val) { in idt821034_kctrl_gain_put()
474 if (!amp->is_muted) { in idt821034_kctrl_gain_put()
480 amp->gain = val; in idt821034_kctrl_gain_put()
515 struct idt821034_amp *amp; in idt821034_kctrl_mute_put() local
530 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_mute_put()
534 if (amp->is_muted == is_mute) { in idt821034_kctrl_mute_put()
540 is_mute ? 0 : amp->gain); in idt821034_kctrl_mute_put()
[all …]
H A Dtlv320aic26.c267 int val, amp, freq, len; in keyclick_show() local
270 amp = (val >> 12) & 0x7; in keyclick_show()
274 return sysfs_emit(buf, "amp=%x freq=%iHz len=%iclks\n", amp, freq, len); in keyclick_show()
/linux-6.15/arch/arm64/boot/dts/amd/
H A Damd-seattle-xgbe-b.dtsi23 amd,serdes-tx-amp = <0>, <0>, <0>;
49 amd,serdes-tx-amp = <0>, <0>, <0>;
/linux-6.15/arch/arm/boot/dts/arm/
H A Dvexpress-v2p-ca9.dts271 amp-vd10-s2 {
273 compatible = "arm,vexpress-amp";
278 amp-vd10-s3 {
280 compatible = "arm,vexpress-amp";
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dbq25980.yaml50 Maximum input current limit in micro amps with a 100000 micro amp step.
63 Maximum input current limit in micro amps with a 100000 micro amp step.
/linux-6.15/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts122 amp-supply = <&amp>;
165 amp: regulator3 { label
167 regulator-name = "amp";
/linux-6.15/drivers/hid/
H A Dhid-nintendo.c196 u16 amp; member
1851 static struct joycon_rumble_amp_data joycon_find_rumble_amp(u16 amp) in joycon_find_rumble_amp() argument
1857 if (amp > data[0].amp) { in joycon_find_rumble_amp()
1859 if (amp > data[i - 1].amp && amp <= data[i].amp) in joycon_find_rumble_amp()
1867 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) in joycon_encode_rumble() argument
1875 amp_data = joycon_find_rumble_amp(amp); in joycon_encode_rumble()
1912 u16 amp; in joycon_set_rumble() local
1931 amp = amp_r * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble()
1932 joycon_encode_rumble(data + 4, freq_r_low, freq_r_high, amp); in joycon_set_rumble()
1935 amp = amp_l * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble()
[all …]
/linux-6.15/sound/pci/ice1712/
H A DMakefile9 snd-ice1724-y := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o…
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dvexpress.txt7 "arm,vexpress-amp"
/linux-6.15/Documentation/devicetree/bindings/net/
H A Damd-xgbe.txt48 - amd,serdes-tx-amp: TX amplitude boost
73 amd,serdes-tx-amp = <15>, <15>, <10>;
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-audio-da7219.dtsi17 dlg,mic-amp-in-sel = "diff";
/linux-6.15/sound/soc/intel/boards/
H A DMakefile26 snd-soc-sof-ssp-amp-y := sof_ssp_amp.o
54 obj-$(CONFIG_SND_SOC_INTEL_SOF_SSP_AMP_MACH) += snd-soc-sof-ssp-amp.o

1234