|
Linux Kernel
3.7.1
|
#include <linux/videodev2.h>#include <media/v4l2-ctrls.h>#include <media/v4l2-dev.h>#include <media/v4l2-device.h>Go to the source code of this file.
Data Structures | |
| struct | radio_tea5777_ops |
| struct | radio_tea5777 |
Macros | |
| #define | TEA575X_FMIF 10700 |
| #define | TEA575X_AMIF 450 |
Functions | |
| int | radio_tea5777_init (struct radio_tea5777 *tea, struct module *owner) |
| void | radio_tea5777_exit (struct radio_tea5777 *tea) |
| int | radio_tea5777_set_freq (struct radio_tea5777 *tea) |
| #define TEA575X_AMIF 450 |
Definition at line 36 of file radio-tea5777.h.
| #define TEA575X_FMIF 10700 |
Definition at line 35 of file radio-tea5777.h.
| void radio_tea5777_exit | ( | struct radio_tea5777 * | tea | ) |
Definition at line 599 of file radio-tea5777.c.
| int radio_tea5777_init | ( | struct radio_tea5777 * | tea, |
| struct module * | owner | ||
| ) |
Definition at line 548 of file radio-tea5777.c.
| int radio_tea5777_set_freq | ( | struct radio_tea5777 * | tea | ) |
Definition at line 187 of file radio-tea5777.c.
1.8.2