Lines Matching defs:drx_common_attr
1817 struct drx_common_attr { struct
1819 char *microcode_file; /*< microcode filename */
1820 bool verify_microcode;
1822 struct drx_mc_version_rec mcversion;
1826 s32 intermediate_freq;
1828 s32 sys_clock_freq;
1830 s32 osc_clock_freq;
1832 s16 osc_clock_deviation;
1834 bool mirror_freq_spect;
1838 struct drx_cfg_mpeg_output mpeg_cfg;
1841 bool is_opened; /*< if true instance is already opened. */
1844 struct drx_scan_param *scan_param;
1846 u16 scan_freq_plan_index;
1848 s32 scan_next_frequency;
1850 bool scan_ready; /*< scan ready flag */
1851 u32 scan_max_channels;/*< number of channels in freqplan */
1852 u32 scan_channels_scanned;
1855 drx_scan_func_t scan_function;
1858 void *scan_context; /*< Context Pointer of SYSObj */
1860 u16 scan_demod_lock_timeout;
1862 enum drx_lock_status scan_desired_lock;
1866 bool scan_active; /*< true when scan routines are active */
1869 enum drx_power_mode current_power_mode;
1873 u8 tuner_port_nr; /*< nr of I2C port to wich tuner is */
1874 s32 tuner_min_freq_rf;
1876 s32 tuner_max_freq_rf;
1878 bool tuner_rf_agc_pol; /*< if true invert RF AGC polarity */
1879 bool tuner_if_agc_pol; /*< if true invert IF AGC polarity */
1880 bool tuner_slow_mode; /*< if true invert IF AGC polarity */
1882 struct drx_channel current_channel;
1907 struct drx_common_attr *my_common_attr; argument