Lines Matching refs:drx_common_attr

824 static struct drx_common_attr drxj_default_comm_attr_g = {
2383 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in init_hi()
2388 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_hi()
2466 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in get_device_capabilities()
2474 common_attr = (struct drx_common_attr *) demod->my_common_attr; in get_device_capabilities()
2723 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in ctrl_set_cfg_mpeg_output()
2745 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_set_cfg_mpeg_output()
3482 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in set_mpeg_start_width()
4378 struct drx_common_attr *common_attr = NULL; in init_agc()
4400 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_agc()
4907 struct drx_common_attr *common_attr = NULL; in set_agc_rf()
4912 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_rf()
5121 struct drx_common_attr *common_attr = NULL; in set_agc_if()
5126 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_if()
5708 struct drx_common_attr *common_attr = NULL; in set_vsb()
5745 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_vsb()
6361 struct drx_common_attr *common_attr = demod->my_common_attr; in power_down_qam()
7851 struct drx_common_attr *common_attr = NULL; in set_qam()
7989 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_qam()
11031 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in ctrl_power_mode()
11037 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_power_mode()
11342 struct drx_common_attr *common_attr = NULL; in drxj_open()
11363 common_attr = (struct drx_common_attr *) demod->my_common_attr; in drxj_open()
12272 struct drx_common_attr *demod_comm_attr = NULL; in drx39xxj_attach()
12294 sizeof(struct drx_common_attr), GFP_KERNEL); in drx39xxj_attach()