Lines Matching refs:cx88_core
104 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers()
125 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
136 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish()
171 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC()
281 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
382 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
648 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ()
662 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM()
732 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam()
755 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio()
808 void cx88_newstation(struct cx88_core *core) in cx88_newstation()
814 void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) in cx88_get_stereo()
882 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo()
990 struct cx88_core *core = data; in cx88_audio_thread()