Lines Matching defs:core
92 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers()
113 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
124 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish()
162 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC()
272 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
373 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
638 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ()
652 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM()
724 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam()
747 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio()
801 void cx88_newstation(struct cx88_core *core) in cx88_newstation()
808 void cx88_get_stereo(struct cx88_core *core, struct v4l2_tuner *t) in cx88_get_stereo()
881 void cx88_set_stereo(struct cx88_core *core, u32 mode, int manual) in cx88_set_stereo()
989 struct cx88_core *core = data; in cx88_audio_thread() local