Searched refs:my_common_attr (Results 1 – 2 of 2) sorted by relevance
223 struct tuner_common *my_common_attr; member1907 struct drx_common_attr *my_common_attr; member2209 #define DRX_ATTR_MCRECORD(d) ((d)->my_common_attr->mcversion)2212 #define DRX_ATTR_ISOPENED(d) ((d)->my_common_attr->is_opened)2213 #define DRX_ATTR_USEBOOTLOADER(d) ((d)->my_common_attr->use_bootloader)2215 #define DRX_ATTR_PREVSTANDARD(d) ((d)->my_common_attr->prev_standard)2217 #define DRX_ATTR_CURRENTCHANNEL(d) ((d)->my_common_attr->current_channel)2218 #define DRX_ATTR_MICROCODE(d) ((d)->my_common_attr->microcode)2220 #define DRX_ATTR_CAPABILITIES(d) ((d)->my_common_attr->capabilities)2221 #define DRX_ATTR_PRODUCTID(d) ((d)->my_common_attr->product_id)[all …]
3496 common_attr = demod->my_common_attr; in set_mpeg_start_width()11356 (demod->my_common_attr == NULL) || in drxj_open()11359 (demod->my_common_attr->is_opened)) { in drxj_open()11543 demod->my_common_attr->is_opened = true; in drxj_open()11564 if ((demod->my_common_attr == NULL) || in drxj_close()11567 (!demod->my_common_attr->is_opened)) { in drxj_close()12223 demod->my_common_attr->is_opened = false; in drx39xxj_init()12268 kfree(demod->my_common_attr); in drx39xxj_release()12318 demod->my_common_attr = demod_comm_attr; in drx39xxj_attach()12321 demod->my_common_attr->verify_microcode = true; in drx39xxj_attach()[all …]
Completed in 25 milliseconds