| /Linux-v5.15/drivers/gpu/drm/vc4/ |
| D | vc4_hdmi_phy.c | 227 } amplitude; member 445 VC4_SET_FIELD(chan0_settings->amplitude.preemphasis, in vc5_hdmi_phy_init() 447 VC4_SET_FIELD(chan0_settings->amplitude.main_driver, in vc5_hdmi_phy_init() 449 VC4_SET_FIELD(chan1_settings->amplitude.preemphasis, in vc5_hdmi_phy_init() 451 VC4_SET_FIELD(chan1_settings->amplitude.main_driver, in vc5_hdmi_phy_init() 453 VC4_SET_FIELD(chan2_settings->amplitude.preemphasis, in vc5_hdmi_phy_init() 455 VC4_SET_FIELD(chan2_settings->amplitude.main_driver, in vc5_hdmi_phy_init() 457 VC4_SET_FIELD(clock_settings->amplitude.preemphasis, in vc5_hdmi_phy_init() 459 VC4_SET_FIELD(clock_settings->amplitude.main_driver, in vc5_hdmi_phy_init()
|
| /Linux-v5.15/drivers/comedi/drivers/ |
| D | comedi_test.c | 71 module_param_named(amplitude, set_amplitude, uint, 0444); 72 MODULE_PARM_DESC(amplitude, "Set auto mode wave amplitude in microvolts: (defaults to 1 volt)"); 672 int amplitude, int period) in waveform_common_attach() argument 683 devpriv->wf_amplitude = amplitude; in waveform_common_attach() 740 int amplitude = it->options[0]; in waveform_attach() local 744 if (amplitude <= 0) in waveform_attach() 745 amplitude = 1000000; /* 1 volt */ in waveform_attach() 749 return waveform_common_attach(dev, amplitude, period); in waveform_attach() 755 int amplitude = set_amplitude; in waveform_auto_attach() local 759 if (!amplitude) in waveform_auto_attach() [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/clock/ |
| D | silabs,si5341.txt | 91 - silabs,amplitude: Manually override output amplitude, see [2] for values 125 silabs,amplitude = <3>; 137 silabs,amplitude = <3>; 148 silabs,amplitude = <3>;
|
| /Linux-v5.15/Documentation/sound/soc/ |
| D | pops-clicks.rst | 53 amplitude too quickly. It can be minimised by enabling the zero cross setting 55 crosses the zero amplitude line.
|
| /Linux-v5.15/Documentation/scsi/ |
| D | aic79xx.rst | 443 amplitude: {value[,value...]} 444 :Definition: Set IO Cell signal amplitude on a per-controller basis. 455 amplitude:{0x1} 457 On Controller 0 set amplitude to 1. 461 amplitude :{1,,7} 463 - On Controller 0 set amplitude to 1. 464 - On Controller 2 set amplitude to 7.
|
| /Linux-v5.15/include/uapi/sound/ |
| D | sfnt_info.h | 136 unsigned char amplitude; /* sample volume (127 max) */ member
|
| /Linux-v5.15/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 17 - syna,wakeup-threshold: Defines the amplitude of the disturbance to the
|
| /Linux-v5.15/include/sound/sof/ |
| D | topology.h | 207 int32_t amplitude; member
|
| /Linux-v5.15/Documentation/networking/ |
| D | ethtool-netlink.rst | 1216 recording the amplitude of the reflected pulse for a given distance. 1228 The message may optionally contain the amplitude of the pulse send 1240 used to report the amplitude of the reflection for a given pair. 1249 | | ``ETHTOOL_A_CABLE_TDR_NEST_PULSE`` | nested | TX Pulse amplitude | 1251 | | | ``ETHTOOL_A_CABLE_PULSE_mV`` | s16 | Pulse amplitude | 1261 | | ``ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE`` | nested | Reflection amplitude | 1265 | | | ``ETHTOOL_A_CABLE_AMPLITUDE_mV`` | s16 | Reflection amplitude | 1267 | | ``ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE`` | nested | Reflection amplitude | 1271 | | | ``ETHTOOL_A_CABLE_AMPLITUDE_mV`` | s16 | Reflection amplitude | 1273 | | ``ETHTOOL_A_CABLE_TDR_NEST_AMPLITUDE`` | nested | Reflection amplitude | [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | amd-xgbe.txt | 48 - amd,serdes-tx-amp: TX amplitude boost
|
| /Linux-v5.15/Documentation/devicetree/bindings/phy/ |
| D | apm-xgene-phy.txt | 31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for
|
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | atmel_mxt_ts.c | 834 int amplitude; in mxt_proc_t9_message() local 848 amplitude = message[6]; in mxt_proc_t9_message() 861 x, y, area, amplitude); in mxt_proc_t9_message() 877 if (!amplitude) in mxt_proc_t9_message() 878 amplitude = MXT_PRESSURE_DEFAULT; in mxt_proc_t9_message() 884 input_report_abs(input_dev, ABS_MT_PRESSURE, amplitude); in mxt_proc_t9_message()
|
| /Linux-v5.15/Documentation/devicetree/bindings/input/ |
| D | dlg,da7280.txt | 71 - dlg,amp-pid-enable: Enable for the amplitude PID.
|
| /Linux-v5.15/sound/synth/emux/ |
| D | emux_synth.c | 754 vol = vol * vp->reg.amplitude / 127; in calc_volume() 762 main_vol = chan->control[MIDI_CTL_MSB_MAIN_VOLUME] * vp->reg.amplitude / 127; in calc_volume()
|
| D | soundfont.c | 616 avp->amplitude = 127; in init_voice_info()
|
| /Linux-v5.15/drivers/net/phy/ |
| D | marvell.c | 1955 int amplitude; in marvell_vct5_amplitude() local 1965 amplitude = (val & MII_VCT5_TX_RX_AMPLITUDE_MASK) >> in marvell_vct5_amplitude() 1969 amplitude = -amplitude; in marvell_vct5_amplitude() 1971 return 1000 * amplitude / 128; in marvell_vct5_amplitude()
|
| /Linux-v5.15/drivers/scsi/aic7xxx/ |
| D | aic79xx_osm.c | 183 uint8_t amplitude; member 1372 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE) in ahd_platform_init() 1373 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude); in ahd_platform_init()
|
| D | aic79xx.reg | 2718 /* Rev A does not have any amplitude setting. */
|
| /Linux-v5.15/sound/soc/sof/ |
| D | topology.c | 2108 swidget->widget->name, tone->frequency, tone->amplitude); in sof_widget_load_siggen()
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| D | vivid.rst | 576 1 kHz tone that has an amplitude of sqrt(2).
|