peak_rms 4593 sound/pci/rme9652/hdsp.c static int hdsp_9652_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) peak_rms 4605 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->input_peaks[i], hdsp->iobase + ofs)) peak_rms 4608 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->playback_peaks[i], hdsp->iobase + ofs)) peak_rms 4611 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->output_peaks[i], hdsp->iobase + ofs)) peak_rms 4614 sound/pci/rme9652/hdsp.c if (copy_u48_le(&peak_rms->input_rms[i], hdsp->iobase + ofs, peak_rms 4618 sound/pci/rme9652/hdsp.c if (copy_u48_le(&peak_rms->playback_rms[i], hdsp->iobase + ofs, peak_rms 4622 sound/pci/rme9652/hdsp.c if (copy_u48_le(&peak_rms->output_rms[i], hdsp->iobase + ofs, peak_rms 4630 sound/pci/rme9652/hdsp.c static int hdsp_9632_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) peak_rms 4640 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->input_peaks[i], &m->input_peak[j])) peak_rms 4642 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->playback_peaks[i], &m->playback_peak[j])) peak_rms 4644 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->output_peaks[i], &m->output_peak[j])) peak_rms 4646 sound/pci/rme9652/hdsp.c if (copy_u64_le(&peak_rms->input_rms[i], &m->input_rms_low[j], peak_rms 4649 sound/pci/rme9652/hdsp.c if (copy_u64_le(&peak_rms->playback_rms[i], &m->playback_rms_low[j], peak_rms 4652 sound/pci/rme9652/hdsp.c if (copy_u64_le(&peak_rms->output_rms[i], &m->output_rms_low[j], peak_rms 4660 sound/pci/rme9652/hdsp.c static int hdsp_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) peak_rms 4665 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->playback_peaks[i], peak_rms 4668 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->input_peaks[i], peak_rms 4673 sound/pci/rme9652/hdsp.c if (copy_u32_le(&peak_rms->output_peaks[i], peak_rms 4678 sound/pci/rme9652/hdsp.c if (copy_u64_le(&peak_rms->playback_rms[i], peak_rms 4682 sound/pci/rme9652/hdsp.c if (copy_u64_le(&peak_rms->input_rms[i], peak_rms 4698 sound/pci/rme9652/hdsp.c struct hdsp_peak_rms __user *peak_rms = (struct hdsp_peak_rms __user *)arg; peak_rms 4716 sound/pci/rme9652/hdsp.c return hdsp_9652_get_peak(hdsp, peak_rms); peak_rms 4718 sound/pci/rme9652/hdsp.c return hdsp_9632_get_peak(hdsp, peak_rms); peak_rms 4720 sound/pci/rme9652/hdsp.c return hdsp_get_peak(hdsp, peak_rms); peak_rms 1066 sound/pci/rme9652/hdspm.c struct hdspm_peak_rms peak_rms; peak_rms 6178 sound/pci/rme9652/hdspm.c levels = &hdspm->peak_rms;