Lines Matching defs:utvfu_softc
109 struct utvfu_softc *sc;
137 struct utvfu_softc {
176 int utvfu_set_regs(struct utvfu_softc *, const uint16_t regs[][2], int);
177 void utvfu_image_chunk(struct utvfu_softc *, u_char *);
178 int utvfu_configure_for_norm(struct utvfu_softc *, v4l2_std_id);
179 int utvfu_start_capture(struct utvfu_softc *);
180 int utvfu_mmap_queue(struct utvfu_softc *, uint8_t *, int);
181 void utvfu_read(struct utvfu_softc *, uint8_t *, int);
183 void utvfu_audio_decode(struct utvfu_softc *, int);
184 int utvfu_audio_start(struct utvfu_softc *);
185 int utvfu_audio_stop(struct utvfu_softc *);
186 int utvfu_audio_start_chip(struct utvfu_softc *);
187 int utvfu_audio_stop_chip(struct utvfu_softc *);