Lines Matching refs:my_common_attr

222 	struct tuner_common *my_common_attr;
1906 struct drx_common_attr *my_common_attr;
2207 #define DRX_ATTR_MCRECORD(d) ((d)->my_common_attr->mcversion)
2208 #define DRX_ATTR_MIRRORFREQSPECT(d) ((d)->my_common_attr->mirror_freq_spect)
2209 #define DRX_ATTR_CURRENTPOWERMODE(d)((d)->my_common_attr->current_power_mode)
2210 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)
2211 #define DRX_ATTR_USEBOOTLOADER(d) ((d)->my_common_attr->use_bootloader)
2212 #define DRX_ATTR_CURRENTSTANDARD(d) ((d)->my_common_attr->current_standard)
2213 #define DRX_ATTR_PREVSTANDARD(d) ((d)->my_common_attr->prev_standard)
2214 #define DRX_ATTR_CACHESTANDARD(d) ((d)->my_common_attr->di_cache_standard)
2215 #define DRX_ATTR_CURRENTCHANNEL(d) ((d)->my_common_attr->current_channel)
2216 #define DRX_ATTR_MICROCODE(d) ((d)->my_common_attr->microcode)
2217 #define DRX_ATTR_VERIFYMICROCODE(d) ((d)->my_common_attr->verify_microcode)
2218 #define DRX_ATTR_CAPABILITIES(d) ((d)->my_common_attr->capabilities)
2219 #define DRX_ATTR_PRODUCTID(d) ((d)->my_common_attr->product_id)
2220 #define DRX_ATTR_INTERMEDIATEFREQ(d) ((d)->my_common_attr->intermediate_freq)
2221 #define DRX_ATTR_SYSCLOCKFREQ(d) ((d)->my_common_attr->sys_clock_freq)
2222 #define DRX_ATTR_TUNERRFAGCPOL(d) ((d)->my_common_attr->tuner_rf_agc_pol)
2223 #define DRX_ATTR_TUNERIFAGCPOL(d) ((d)->my_common_attr->tuner_if_agc_pol)
2224 #define DRX_ATTR_TUNERSLOWMODE(d) ((d)->my_common_attr->tuner_slow_mode)
2225 #define DRX_ATTR_TUNERSPORTNR(d) ((d)->my_common_attr->tuner_port_nr)