Home
last modified time | relevance | path

Searched refs:hdsp_peak_rms (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dhdsp.h36 struct hdsp_peak_rms { struct
46 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
104 typedef struct hdsp_peak_rms hdsp_peak_rms_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dhdsp.h36 struct hdsp_peak_rms { struct
46 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
104 typedef struct hdsp_peak_rms hdsp_peak_rms_t;
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h38 struct hdsp_peak_rms { struct
48 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4588 static int hdsp_9652_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9652_get_peak()
4625 static int hdsp_9632_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9632_get_peak()
4655 static int hdsp_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_get_peak()
4693 struct hdsp_peak_rms __user *peak_rms = (struct hdsp_peak_rms __user *)arg; in snd_hdsp_hwdep_ioctl()