Home
last modified time | relevance | path

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

1234

/linux-6.1.9/drivers/char/
Dnsc_gpio.c23 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-6.1.9/sound/ppc/
Dawacs.c266 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) in awacs_amp_set_tone() argument
268 amp->amp_tone[0] = bass; in awacs_amp_set_tone()
269 amp->amp_tone[1] = treble; in awacs_amp_set_tone()
280 static int awacs_amp_set_vol(struct awacs_amp *amp, int index, in awacs_amp_set_vol() argument
283 if (do_check && amp->amp_vol[index][0] == lvol && in awacs_amp_set_vol()
284 amp->amp_vol[index][1] == rvol) in awacs_amp_set_vol()
288 amp->amp_vol[index][0] = lvol; in awacs_amp_set_vol()
289 amp->amp_vol[index][1] = rvol; in awacs_amp_set_vol()
296 static void awacs_amp_set_master(struct awacs_amp *amp, int vol) in awacs_amp_set_master() argument
298 amp->amp_master = vol; in awacs_amp_set_master()
[all …]
/linux-6.1.9/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)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
45 * SPL, devices with stereo speaker amp
46 * SPR, devices with stereo speaker amp
[all …]
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",
Dtfa9879.txt17 amp: amp@6c {
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";
/linux-6.1.9/drivers/staging/pi433/Documentation/
Dpi433.txt96 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-6.1.9/drivers/isdn/mISDN/
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.1.9/drivers/clk/
Dclk-renesas-pcie.c194 unsigned int amp, ssc; in rs9_get_common_config() local
203 &amp); in rs9_get_common_config()
205 if (amp == 600000) /* 0.6V */ in rs9_get_common_config()
207 else if (amp == 700000) /* 0.7V (default) */ in rs9_get_common_config()
209 else if (amp == 800000) /* 0.8V */ in rs9_get_common_config()
211 else if (amp == 900000) /* 0.9V */ in rs9_get_common_config()
/linux-6.1.9/fs/jfs/
Djfs_imap.c846 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
955 if ((rc = diIAGRead(imap, fwd, &amp))) { in diFree()
961 aiagp = (struct iag *) amp->data; in diFree()
967 write_metapage(amp); in diFree()
1022 amp = bmp = cmp = dmp = NULL; in diFree()
1036 if ((rc = diIAGRead(imap, fwd, &amp))) in diFree()
1038 aiagp = (struct iag *) amp->data; in diFree()
1053 if ((rc = diIAGRead(imap, fwd, &amp))) in diFree()
1055 aiagp = (struct iag *) amp->data; in diFree()
1084 ciagp = (struct iag *) amp->data; in diFree()
[all …]
/linux-6.1.9/include/linux/
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.1.9/drivers/media/platform/ti/davinci/
Dvpbe.c323 if (!ret && vpbe_dev->amp) { in vpbe_s_dv_timings()
325 ret = v4l2_subdev_call(vpbe_dev->amp, video, in vpbe_s_dv_timings()
678 vpbe_dev->cfg->amp) { in vpbe_initialize()
679 amp_info = vpbe_dev->cfg->amp; in vpbe_initialize()
681 vpbe_dev->amp = v4l2_i2c_new_subdev_board( in vpbe_initialize()
684 if (!vpbe_dev->amp) { in vpbe_initialize()
695 vpbe_dev->amp = NULL; in vpbe_initialize()
699 vpbe_dev->amp = NULL; in vpbe_initialize()
729 kfree(vpbe_dev->amp); in vpbe_initialize()
761 kfree(vpbe_dev->amp); in vpbe_deinitialize()
/linux-6.1.9/Documentation/devicetree/bindings/input/
Dpwm-beeper.txt10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
23 amp-supply = <&beeper_amp>;
/linux-6.1.9/include/media/davinci/
Dvpbe.h86 struct amp_config_info *amp; member
158 struct v4l2_subdev *amp; member
/linux-6.1.9/arch/arm/boot/dts/
Dvexpress-v2p-ca9.dts269 amp-vd10-s2 {
271 compatible = "arm,vexpress-amp";
276 amp-vd10-s3 {
278 compatible = "arm,vexpress-amp";
Dda850-lego-ev3.dts122 amp-supply = <&amp>;
165 amp: regulator3 { label
167 regulator-name = "amp";
/linux-6.1.9/drivers/hid/
Dhid-nintendo.c189 u16 amp; member
1463 static struct joycon_rumble_amp_data joycon_find_rumble_amp(u16 amp) in joycon_find_rumble_amp() argument
1469 if (amp > data[0].amp) { in joycon_find_rumble_amp()
1471 if (amp > data[i - 1].amp && amp <= data[i].amp) in joycon_find_rumble_amp()
1479 static void joycon_encode_rumble(u8 *data, u16 freq_low, u16 freq_high, u16 amp) in joycon_encode_rumble() argument
1487 amp_data = joycon_find_rumble_amp(amp); in joycon_encode_rumble()
1524 u16 amp; in joycon_set_rumble() local
1542 amp = amp_r * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble()
1543 joycon_encode_rumble(data + 4, freq_r_low, freq_r_high, amp); in joycon_set_rumble()
1546 amp = amp_l * (u32)joycon_max_rumble_amp / 65535; in joycon_set_rumble()
[all …]
/linux-6.1.9/sound/soc/codecs/
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.1.9/arch/arm64/boot/dts/amd/
Damd-seattle-xgbe-b.dtsi51 amd,serdes-tx-amp = <0>, <0>, <0>;
77 amd,serdes-tx-amp = <0>, <0>, <0>;
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
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.1.9/drivers/bluetooth/
Dhci_vhci.c31 static bool amp; variable
531 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
596 module_param(amp, bool, 0644);
597 MODULE_PARM_DESC(amp, "Create AMP controller device");
/linux-6.1.9/Documentation/devicetree/bindings/hwmon/
Dvexpress.txt7 "arm,vexpress-amp"
/linux-6.1.9/sound/pci/ice1712/
DMakefile9 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hif…
/linux-6.1.9/Documentation/devicetree/bindings/net/
Damd-xgbe.txt48 - amd,serdes-tx-amp: TX amplitude boost
73 amd,serdes-tx-amp = <15>, <15>, <10>;
/linux-6.1.9/net/bluetooth/
DMakefile22 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o

1234