Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h223 struct tuner_common *my_common_attr; member
1907 struct drx_common_attr *my_common_attr; member
2209 #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 …]
H A Ddrxj.c3497 common_attr = demod->my_common_attr; in set_mpeg_start_width()
11359 (demod->my_common_attr == NULL) || in drxj_open()
11362 (demod->my_common_attr->is_opened)) { in drxj_open()
11547 demod->my_common_attr->is_opened = true; in drxj_open()
11568 if ((demod->my_common_attr == NULL) || in drxj_close()
11571 (!demod->my_common_attr->is_opened)) { in drxj_close()
12227 demod->my_common_attr->is_opened = false; in drx39xxj_init()
12272 kfree(demod->my_common_attr); in drx39xxj_release()
12322 demod->my_common_attr = demod_comm_attr; in drx39xxj_attach()
12325 demod->my_common_attr->verify_microcode = true; in drx39xxj_attach()
[all …]