|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/list.h>#include <linux/module.h>#include <linux/kernel.h>#include <linux/bitmap.h>#include <linux/usb.h>#include <linux/i2c.h>#include <media/v4l2-dev.h>#include <linux/mm.h>#include <linux/mutex.h>#include <media/v4l2-ioctl.h>#include <linux/sched.h>#include "pd-common.h"#include "vendorcmds.h"Go to the source code of this file.
Macros | |
| #define | TUNER_FREQ_MIN_FM 76000000 |
| #define | TUNER_FREQ_MAX_FM 108000000 |
| #define | MAX_PREEMPHASIS (V4L2_PREEMPHASIS_75_uS + 1) |
Functions | |
| int | poseidon_fm_init (struct poseidon *p) |
| int | poseidon_fm_exit (struct poseidon *p) |
| #define MAX_PREEMPHASIS (V4L2_PREEMPHASIS_75_uS + 1) |
Definition at line 24 of file pd-radio.c.
| #define TUNER_FREQ_MAX_FM 108000000 |
Definition at line 22 of file pd-radio.c.
| #define TUNER_FREQ_MIN_FM 76000000 |
Definition at line 21 of file pd-radio.c.
Definition at line 417 of file pd-radio.c.
Definition at line 401 of file pd-radio.c.
1.8.2