| /linux/drivers/char/ |
| H A D | nsc_gpio.c | 23 void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index) in nsc_gpio_dump() argument 26 u32 config = amp->gpio_config(index, ~0, 0); in nsc_gpio_dump() 29 dev_info(amp->dev, "io%02u: 0x%04x %s %s %s %s %s %s %s\tio:%d/%d\n", in nsc_gpio_dump() 39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump() 46 struct nsc_gpio_ops *amp = file->private_data; in nsc_gpio_write() local 47 struct device *dev = amp->dev; in nsc_gpio_write() 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() [all …]
|
| /linux/sound/ppc/ |
| H A D | awacs.c | 259 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) in awacs_amp_set_tone() argument 261 amp->amp_tone[0] = bass; in awacs_amp_set_tone() 262 amp->amp_tone[1] = treble; in awacs_amp_set_tone() 273 static int awacs_amp_set_vol(struct awacs_amp *amp, int index, in awacs_amp_set_vol() argument 276 if (do_check && amp->amp_vol[index][0] == lvol && in awacs_amp_set_vol() 277 amp->amp_vol[index][1] == rvol) in awacs_amp_set_vol() 281 amp->amp_vol[index][0] = lvol; in awacs_amp_set_vol() 282 amp->amp_vol[index][1] = rvol; in awacs_amp_set_vol() 289 static void awacs_amp_set_master(struct awacs_amp *amp, int vol) in awacs_amp_set_master() argument 291 amp->amp_master = vol; in awacs_amp_set_master() [all …]
|
| /linux/drivers/clk/ |
| H A D | clk-si521xx.c | 223 unsigned int amp; in si521xx_get_common_config() local 231 &); in si521xx_get_common_config() 233 if (amp < SI521XX_REG_DA_AMP_MIN || amp > SI521XX_REG_DA_AMP_MAX || in si521xx_get_common_config() 234 amp % SI521XX_REG_DA_AMP_STEP) { in si521xx_get_common_config() 238 si->pll_amplitude = SI521XX_REG_DA_AMP(amp); in si521xx_get_common_config()
|
| H A D | clk-renesas-pcie.c | 205 unsigned int amp, ssc; in rs9_get_common_config() local 214 &); in rs9_get_common_config() 216 if (amp == 600000) /* 0.6V */ in rs9_get_common_config() 218 else if (amp == 700000) /* 0.7V (default) */ in rs9_get_common_config() 220 else if (amp == 800000) /* 0.8V */ in rs9_get_common_config() 222 else if (amp == 900000) /* 0.9V */ in rs9_get_common_config()
|
| /linux/include/linux/ |
| H A 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/Documentation/devicetree/bindings/sound/ |
| H A 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";
|
| H A D | tas5720.txt | 19 - pvdd-supply : phandle to a supply used for the Class-D amp and the analog
|
| /linux/sound/soc/codecs/ |
| H A D | idt821034.c | 439 struct idt821034_amp *amp; in idt821034_kctrl_gain_put() 463 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_gain_put() 466 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_gain_put() 470 if (amp->gain == val) in idt821034_kctrl_gain_put() 473 if (!amp->is_muted) { in idt821034_kctrl_gain_put() 479 amp->gain = val; in idt821034_kctrl_gain_put() 512 struct idt821034_amp *amp; in idt821034_kctrl_mute_put() 524 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_mute_put() 527 amp = &idt821034->amps.ch[ch].amp_in; in idt821034_kctrl_mute_put() 531 if (amp in idt821034_kctrl_mute_put() 438 struct idt821034_amp *amp; idt821034_kctrl_gain_put() local 515 struct idt821034_amp *amp; idt821034_kctrl_mute_put() local [all...] |
| H A D | tlv320aic26.c | 267 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/drivers/pci/pwrctrl/ |
| H A D | pci-pwrctrl-tc9563.c | 320 u32 amp = tc9563->cfg[port].tx_amp; in tc9563_pwrctrl_set_tx_amplitude() local 323 if (amp < TC9563_TX_MARGIN_MIN_UA) in tc9563_pwrctrl_set_tx_amplitude() 327 amp = (amp - TC9563_TX_MARGIN_MIN_UA) / 3125; in tc9563_pwrctrl_set_tx_amplitude() 349 {TC9563_TX_MARGIN, amp}, in tc9563_pwrctrl_set_tx_amplitude()
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca9.dts | 271 amp-vd10-s2 { 273 compatible = "arm,vexpress-amp"; 278 amp-vd10-s3 { 280 compatible = "arm,vexpress-amp";
|
| H A D | vexpress-v2p-ca15-tc1.dts | 210 amp-cores { 212 compatible = "arm,vexpress-amp";
|
| /linux/arch/arm/boot/dts/ti/davinci/ |
| H A D | da850-lego-ev3.dts | 122 amp-supply = <&>; 165 amp: regulator3 { label 167 regulator-name = "amp";
|
| /linux/sound/pci/ice1712/ |
| H A D | Makefile | 9 snd-ice1724-y := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o…
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | vexpress.txt | 7 "arm,vexpress-amp"
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-nattis-2-natte-2.dts | 140 sound-dai = <&>; 198 amp: amplifier@6c { label
|
| /linux/sound/soc/intel/boards/ |
| H A D | Makefile | 26 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
|
| /linux/sound/usb/line6/ |
| H A D | Kconfig | 15 * Reading/writing complete channel, effects setup, and amp
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | qi_lb60.dts | 58 amp: analog-amplifier { label 80 simple-audio-card,aux-devs = <&>;
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-gt58.dts | 130 amp_i2c_default: amp-i2c-default-state {
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 3357 /* Turn the EAPD amp on */ in amp_voyetra() 3360 /* Turn the EAPD amp off */ in amp_voyetra() 3387 * Game Theatre XP card - EGPIO[2] is used to enable the external amp. 3541 void (*amp)(struct snd_cs46xx *, int); 3557 .amp = amp_voyetra, 3564 .amp = amp_voyetra, 3571 .amp = amp_hercules, 3578 .amp = amp_hercules, 3585 .amp = amp_hercules, 3593 .amp 3551 void (*amp)(struct snd_cs46xx *, int); global() member [all...] |
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7d-zii-rpu2.dts | 493 hpa2: amp@60 { 524 hpa3: amp@60 { 555 hpa1: amp@60 {
|
| /linux/sound/aoa/core/ |
| H A D | gpio-pmf.c | 34 PMF_GPIO(amp, 1);
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | models.rst | 333 alc285-hp-amp-init 496 cap-mix-amp 505 cap-mix-amp 798 Enable GPIO 0 amp
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7870-pinctrl.dtsi | 151 i2s_amp_bus: i2s-amp-bus-pins { 158 i2s_amp_bus_idle: i2s-amp-bus-idle-pins { 179 i2s_pmic_amp_bus: i2s-pmic-amp-bus-pins { 186 i2s_pmic_amp_bus_idle: i2s-pmic-amp-bus-idle-pins {
|