/linux-6.1.9/drivers/char/ |
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-6.1.9/sound/ppc/ |
D | awacs.c | 266 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/ |
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) 45 * SPL, devices with stereo speaker amp 46 * 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";
|
/linux-6.1.9/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-6.1.9/drivers/isdn/mISDN/ |
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-6.1.9/drivers/clk/ |
D | clk-renesas-pcie.c | 194 unsigned int amp, ssc; in rs9_get_common_config() local 203 &); 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/ |
D | jfs_imap.c | 846 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 955 if ((rc = diIAGRead(imap, fwd, &))) { 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, &))) in diFree() 1038 aiagp = (struct iag *) amp->data; in diFree() 1053 if ((rc = diIAGRead(imap, fwd, &))) 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/ |
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-6.1.9/drivers/media/platform/ti/davinci/ |
D | vpbe.c | 323 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/ |
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-6.1.9/include/media/davinci/ |
D | vpbe.h | 86 struct amp_config_info *amp; member 158 struct v4l2_subdev *amp; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | vexpress-v2p-ca9.dts | 269 amp-vd10-s2 { 271 compatible = "arm,vexpress-amp"; 276 amp-vd10-s3 { 278 compatible = "arm,vexpress-amp";
|
D | da850-lego-ev3.dts | 122 amp-supply = <&>; 165 amp: regulator3 { label 167 regulator-name = "amp";
|
/linux-6.1.9/drivers/hid/ |
D | hid-nintendo.c | 189 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/ |
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-6.1.9/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-6.1.9/Documentation/devicetree/bindings/power/supply/ |
D | bq25980.yaml | 50 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/ |
D | hci_vhci.c | 31 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/ |
D | vexpress.txt | 7 "arm,vexpress-amp"
|
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/net/ |
D | amd-xgbe.txt | 48 - amd,serdes-tx-amp: TX amplitude boost 73 amd,serdes-tx-amp = <15>, <15>, <10>;
|
/linux-6.1.9/net/bluetooth/ |
D | Makefile | 22 bluetooth-$(CONFIG_BT_HS) += a2mp.o amp.o
|