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

/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h223 struct tuner_common *my_common_attr; member in struct:tuner_instance
1907 struct drx_common_attr *my_common_attr; member in struct:drx_demod_instance
2209 #define DRX_ATTR_MCRECORD(d) ((d)->my_common_attr->mcversion)
2210 #define DRX_ATTR_MIRRORFREQSPECT(d) ((d)->my_common_attr->mirror_freq_spect)
2211 #define DRX_ATTR_CURRENTPOWERMODE(d)((d)->my_common_attr->current_power_mode)
2212 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)
2213 #define DRX_ATTR_USEBOOTLOADER(d) ((d)->my_common_attr->use_bootloader)
2214 #define DRX_ATTR_CURRENTSTANDARD(d) ((d)->my_common_attr->current_standard)
2215 #define DRX_ATTR_PREVSTANDARD(d) ((d)->my_common_attr->prev_standard)
2216 #define DRX_ATTR_CACHESTANDARD(d) ((d)->my_common_attr
[all...]
H A Ddrxj.c2397 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2483 common_attr = (struct drx_common_attr *) demod->my_common_attr;
2754 common_attr = (struct drx_common_attr *) demod->my_common_attr;
3497 common_attr = demod->my_common_attr;
4409 common_attr = (struct drx_common_attr *) demod->my_common_attr;
4783 tuner_mirror = !demod->my_common_attr->mirror_freq_spect;
4812 intermediate_freq = demod->my_common_attr->intermediate_freq;
4813 sampling_frequency = demod->my_common_attr->sys_clock_freq / 3;
4921 common_attr = (struct drx_common_attr *) demod->my_common_attr;
5135 common_attr = (struct drx_common_attr *) demod->my_common_attr;
[all...]

Completed in 88 milliseconds