Lines Matching defs:drx_common_attr
1832 struct drx_common_attr { struct
1834 char *microcode_file; /**< microcode filename */
1835 bool verify_microcode;
1837 struct drx_mc_version_rec mcversion;
1841 s32 intermediate_freq;
1843 s32 sys_clock_freq;
1845 s32 osc_clock_freq;
1847 s16 osc_clock_deviation;
1849 bool mirror_freq_spect;
1853 struct drx_cfg_mpeg_output mpeg_cfg;
1856 bool is_opened; /**< if true instance is already opened. */
1859 struct drx_scan_param *scan_param;
1861 u16 scan_freq_plan_index;
1863 s32 scan_next_frequency;
1865 bool scan_ready; /**< scan ready flag */
1866 u32 scan_max_channels;/**< number of channels in freqplan */
1867 u32 scan_channels_scanned;
1870 drx_scan_func_t scan_function;
1873 void *scan_context; /**< Context Pointer of SYSObj */
1875 u16 scan_demod_lock_timeout;
1877 enum drx_lock_status scan_desired_lock;
1881 bool scan_active; /**< true when scan routines are active */
1884 enum drx_power_mode current_power_mode;
1888 u8 tuner_port_nr; /**< nr of I2C port to wich tuner is */
1889 s32 tuner_min_freq_rf;
1891 s32 tuner_max_freq_rf;
1893 bool tuner_rf_agc_pol; /**< if true invert RF AGC polarity */
1894 bool tuner_if_agc_pol; /**< if true invert IF AGC polarity */
1895 bool tuner_slow_mode; /**< if true invert IF AGC polarity */
1897 struct drx_channel current_channel;
1922 struct drx_common_attr *my_common_attr; argument