Searched refs:my_common_attr (Results 1 – 2 of 2) sorted by relevance
222 struct tuner_common *my_common_attr; member1906 struct drx_common_attr *my_common_attr; member2207 #define DRX_ATTR_MCRECORD(d) ((d)->my_common_attr->mcversion)2210 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)2211 #define DRX_ATTR_USEBOOTLOADER(d) ((d)->my_common_attr->use_bootloader)2213 #define DRX_ATTR_PREVSTANDARD(d) ((d)->my_common_attr->prev_standard)2215 #define DRX_ATTR_CURRENTCHANNEL(d) ((d)->my_common_attr->current_channel)2216 #define DRX_ATTR_MICROCODE(d) ((d)->my_common_attr->microcode)2218 #define DRX_ATTR_CAPABILITIES(d) ((d)->my_common_attr->capabilities)2219 #define DRX_ATTR_PRODUCTID(d) ((d)->my_common_attr->product_id)[all …]
3488 common_attr = demod->my_common_attr; in set_mpeg_start_width()11350 (demod->my_common_attr == NULL) || in drxj_open()11353 (demod->my_common_attr->is_opened)) { in drxj_open()11538 demod->my_common_attr->is_opened = true; in drxj_open()11559 if ((demod->my_common_attr == NULL) || in drxj_close()11562 (!demod->my_common_attr->is_opened)) { in drxj_close()12215 demod->my_common_attr->is_opened = false; in drx39xxj_init()12260 kfree(demod->my_common_attr); in drx39xxj_release()12309 demod->my_common_attr = demod_comm_attr; in drx39xxj_attach()12312 demod->my_common_attr->verify_microcode = true; in drx39xxj_attach()[all …]