Lines Matching defs:freq
13 static int set_audclk_freq(struct cx18 *cx, u32 freq)
17 if (freq != 32000 && freq != 44100 && freq != 48000)
24 * NTSC Color subcarrier freq * 8 =
42 * freq used in calculations in this driver will be:
57 switch (freq) {
164 switch (freq) {
284 state->audclk_freq = freq;
402 int cx18_av_s_clock_freq(struct v4l2_subdev *sd, u32 freq)
417 retval = set_audclk_freq(cx, freq);