Home
last modified time | relevance | path

Searched refs:my_common_attr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h223 struct tuner_common *my_common_attr; member
1922 struct drx_common_attr *my_common_attr; member
2224 #define DRX_ATTR_MCRECORD(d) ((d)->my_common_attr->mcversion)
2225 #define DRX_ATTR_MIRRORFREQSPECT(d) ((d)->my_common_attr->mirror_freq_spect)
2226 #define DRX_ATTR_CURRENTPOWERMODE(d)((d)->my_common_attr->current_power_mode)
2227 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)
2228 #define DRX_ATTR_USEBOOTLOADER(d) ((d)->my_common_attr->use_bootloader)
2229 #define DRX_ATTR_CURRENTSTANDARD(d) ((d)->my_common_attr->current_standard)
2230 #define DRX_ATTR_PREVSTANDARD(d) ((d)->my_common_attr->prev_standard)
2231 #define DRX_ATTR_CACHESTANDARD(d) ((d)->my_common_attr->di_cache_standard)
[all …]
Ddrxj.c2390 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_hi()
2476 common_attr = (struct drx_common_attr *) demod->my_common_attr; in get_device_capabilities()
2747 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_set_cfg_mpeg_output()
3490 common_attr = demod->my_common_attr; in set_mpeg_start_width()
4396 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_agc()
4770 tuner_mirror = demod->my_common_attr->mirror_freq_spect ? false : true; in set_frequency()
4798 intermediate_freq = demod->my_common_attr->intermediate_freq; in set_frequency()
4799 sampling_frequency = demod->my_common_attr->sys_clock_freq / 3; in set_frequency()
4907 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_rf()
5121 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_if()
[all …]