Home
last modified time | relevance | path

Searched full:rms (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sound/cards/
Dhdspm.rst104 Also all 128+256 Peak and RMS-Meter can be accessed via the
106 copying and converting Peak and RMS-Levels even if you just need
/kernel/linux/linux-5.10/include/uapi/sound/
Dhdspm.h45 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dtlv320adcx140.yaml16 converter (ADC) with analog inputs supporting up to 2V RMS. The TLV320ADCX140
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dmpc624.c30 * Conversion rate RMS noise Effective Number Of Bits
/kernel/linux/linux-5.10/sound/pci/rme9652/
Dhdsp.c117 Rms values are read upward
118 There are rms values for the outputs too
4571 u64 rms; in copy_u64_le() local
4574 rms = ((u64)rms_high << 32) | rms_low; in copy_u64_le()
4575 return copy_to_user(dest, &rms, 8); in copy_u64_le()
4581 u64 rms; in copy_u48_le() local
4584 rms = ((u64)rms_high << 32) | rms_low; in copy_u48_le()
4585 return copy_to_user(dest, &rms, 8); in copy_u48_le()
Dhdspm.c18 * Modified 2009-04-26 fixed bug in rms metering by Florian Faber
/kernel/linux/linux-5.10/drivers/edac/
Di3000_edac.c152 * 10:8 Refresh Mode Select (RMS)
/kernel/linux/linux-5.10/sound/soc/codecs/
Dssm2518.c226 SOC_ENUM("DRC RMS Averaging Time", ssm2518_drc_rms_averaging_time_enum),
Dnau8825.c605 /* RMS intrruption enable */ in nau8825_xtalk_prepare()
666 /* RMS intrruption disable */ in nau8825_xtalk_clean()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-lantiq-ssc.c273 * divider value in CLC.RMS which is always set to 1. in hw_setup_speed_hz()
/kernel/linux/linux-5.10/drivers/mfd/
Dwm8994-regmap.c760 { 0x260A, 0x0055 }, /* R9738 - MBC RMS Limit (1) */
761 { 0x260B, 0x8C4B }, /* R9739 - MBC RMS Limit (2) */
/kernel/linux/linux-5.10/drivers/net/usb/
Dr8152.c6431 u32 rms = new_mtu + VLAN_ETH_HLEN + ETH_FCS_LEN; in rtl8152_change_mtu() local
6433 ocp_write_word(tp, MCU_TYPE_PLA, PLA_RMS, rms); in rtl8152_change_mtu()