| /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/isdn/mISDN/ |
| H A D | dsp_ecdis.h | 56 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/fs/jfs/ |
| H A D | jfs_imap.c | 850 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 959 if ((rc = diIAGRead(imap, fwd, &))) { in diFree() 965 aiagp = (struct iag *) amp->data; in diFree() 971 write_metapage(amp); in diFree() 1026 amp = bmp = cmp = dmp = NULL; in diFree() 1040 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1042 aiagp = (struct iag *) amp->data; in diFree() 1057 if ((rc = diIAGRead(imap, fwd, &))) in diFree() 1059 aiagp = (struct iag *) amp->data; in diFree() 1088 ciagp = (struct iag *) amp->data; in diFree() [all …]
|
| /linux/drivers/clk/ |
| H A D | clk-si521xx.c | 224 unsigned int amp; in si521xx_get_common_config() local 232 &); in si521xx_get_common_config() 234 if (amp < SI521XX_REG_DA_AMP_MIN || amp > SI521XX_REG_DA_AMP_MAX || in si521xx_get_common_config() 235 amp % SI521XX_REG_DA_AMP_STEP) { in si521xx_get_common_config() 239 si->pll_amplitude = SI521XX_REG_DA_AMP(amp); in si521xx_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 | cs35l36.txt | 32 - 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 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 | 438 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 527 amp = &idt821034->amps.ch[ch].amp_out; in idt821034_kctrl_mute_put() 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() [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/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_a7.dts | 359 amp-a15 { 361 compatible = "arm,vexpress-amp"; 366 amp-a7 { 368 compatible = "arm,vexpress-amp";
|
| H A D | vexpress-v2p-ca15-tc1.dts | 210 amp-cores { 212 compatible = "arm,vexpress-amp";
|
| /linux/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 23 amd,serdes-tx-amp = <0>, <0>, <0>; 49 amd,serdes-tx-amp = <0>, <0>, <0>;
|
| /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/drivers/bluetooth/ |
| H A D | hci_vhci.c | 32 static bool amp; variable 717 module_param(amp, bool, 0644); 718 MODULE_PARM_DESC(amp, "Create AMP controller device");
|
| /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 | 3551 void (*amp)(struct snd_cs46xx *, int); member 3567 .amp = amp_voyetra, 3574 .amp = amp_voyetra, 3581 .amp = amp_hercules, 3588 .amp = amp_hercules, 3595 .amp = amp_hercules, 3603 .amp = amp_hercules, 3610 .amp = amp_hercules, 3617 .amp = amp_hercules, 3849 chip->amplifier_ctrl = cp->amp; in snd_cs46xx_create()
|