Linux Kernel
3.7.1
|
#include <tuner-types.h>
Data Fields | |
enum param_type | type |
unsigned int | cb_first_if_lower_freq:1 |
unsigned int | has_tda9887:1 |
unsigned int | port1_fm_high_sensitivity:1 |
unsigned int | port2_fm_high_sensitivity:1 |
unsigned int | fm_gain_normal:1 |
unsigned int | intercarrier_mode:1 |
unsigned int | port1_active:1 |
unsigned int | port2_active:1 |
unsigned int | port1_invert_for_secam_lc:1 |
unsigned int | port2_invert_for_secam_lc:1 |
unsigned int | port1_set_for_fm_mono:1 |
unsigned int | default_pll_gating_18:1 |
unsigned int | radio_if:2 |
signed int | default_top_low:5 |
signed int | default_top_mid:5 |
signed int | default_top_high:5 |
signed int | default_top_secam_low:5 |
signed int | default_top_secam_mid:5 |
signed int | default_top_secam_high:5 |
u16 | iffreq |
unsigned int | count |
struct tuner_range * | ranges |
Definition at line 22 of file tuner-types.h.
unsigned int cb_first_if_lower_freq |
Definition at line 43 of file tuner-types.h.
unsigned int count |
Definition at line 111 of file tuner-types.h.
unsigned int default_pll_gating_18 |
Definition at line 82 of file tuner-types.h.
signed int default_top_high |
Definition at line 95 of file tuner-types.h.
signed int default_top_low |
Definition at line 89 of file tuner-types.h.
signed int default_top_mid |
Definition at line 92 of file tuner-types.h.
signed int default_top_secam_high |
Definition at line 107 of file tuner-types.h.
signed int default_top_secam_low |
Definition at line 99 of file tuner-types.h.
signed int default_top_secam_mid |
Definition at line 103 of file tuner-types.h.
unsigned int fm_gain_normal |
Definition at line 57 of file tuner-types.h.
unsigned int has_tda9887 |
Definition at line 45 of file tuner-types.h.
u16 iffreq |
Definition at line 109 of file tuner-types.h.
unsigned int intercarrier_mode |
Definition at line 61 of file tuner-types.h.
unsigned int port1_active |
Definition at line 66 of file tuner-types.h.
unsigned int port1_fm_high_sensitivity |
Definition at line 49 of file tuner-types.h.
unsigned int port1_invert_for_secam_lc |
Definition at line 74 of file tuner-types.h.
unsigned int port1_set_for_fm_mono |
Definition at line 79 of file tuner-types.h.
unsigned int port2_active |
Definition at line 71 of file tuner-types.h.
unsigned int port2_fm_high_sensitivity |
Definition at line 53 of file tuner-types.h.
unsigned int port2_invert_for_secam_lc |
Definition at line 77 of file tuner-types.h.
unsigned int radio_if |
Definition at line 86 of file tuner-types.h.
struct tuner_range* ranges |
Definition at line 112 of file tuner-types.h.
enum param_type type |
Definition at line 23 of file tuner-types.h.