Lines Matching refs:cadet
64 struct cadet { struct
81 static struct cadet cadet_card; argument
114 static int cadet_getstereo(struct cadet *dev) in cadet_getstereo()
127 static unsigned cadet_gettune(struct cadet *dev) in cadet_gettune()
160 static unsigned cadet_getfreq(struct cadet *dev) in cadet_getfreq()
188 static void cadet_settune(struct cadet *dev, unsigned fifo) in cadet_settune()
213 static void cadet_setfreq(struct cadet *dev, unsigned freq) in cadet_setfreq()
273 static bool cadet_has_rds_data(struct cadet *dev) in cadet_has_rds_data()
286 struct cadet *dev = (void *)data; in cadet_handler()
319 static void cadet_start_rds(struct cadet *dev) in cadet_start_rds()
332 struct cadet *dev = video_drvdata(file); in cadet_read()
373 struct cadet *dev = video_drvdata(file); in vidioc_g_tuner()
420 struct cadet *dev = video_drvdata(file); in vidioc_g_frequency()
433 struct cadet *dev = video_drvdata(file); in vidioc_s_frequency()
445 struct cadet *dev = container_of(ctrl->handler, struct cadet, ctrl_handler); in cadet_s_ctrl()
461 struct cadet *dev = video_drvdata(file); in cadet_open()
477 struct cadet *dev = video_drvdata(file); in cadet_release()
491 struct cadet *dev = video_drvdata(file); in cadet_poll()
572 static void cadet_probe(struct cadet *dev) in cadet_probe()
598 struct cadet *dev = &cadet_card; in cadet_init()
671 struct cadet *dev = &cadet_card; in cadet_exit()