Lines Matching refs:drx_common_attr

823 static struct drx_common_attr drxj_default_comm_attr_g = {
2391 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in init_hi()
2396 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_hi()
2474 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in get_device_capabilities()
2482 common_attr = (struct drx_common_attr *) demod->my_common_attr; in get_device_capabilities()
2731 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in ctrl_set_cfg_mpeg_output()
2753 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_set_cfg_mpeg_output()
3490 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in set_mpeg_start_width()
4386 struct drx_common_attr *common_attr = NULL; in init_agc()
4408 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_agc()
4915 struct drx_common_attr *common_attr = NULL; in set_agc_rf()
4920 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_rf()
5129 struct drx_common_attr *common_attr = NULL; in set_agc_if()
5134 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_if()
5716 struct drx_common_attr *common_attr = NULL; in set_vsb()
5753 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_vsb()
6369 struct drx_common_attr *common_attr = demod->my_common_attr; in power_down_qam()
7859 struct drx_common_attr *common_attr = NULL; in set_qam()
7997 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_qam()
11037 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in ctrl_power_mode()
11043 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_power_mode()
11348 struct drx_common_attr *common_attr = NULL; in drxj_open()
11369 common_attr = (struct drx_common_attr *) demod->my_common_attr; in drxj_open()
12281 struct drx_common_attr *demod_comm_attr = NULL; in drx39xxj_attach()
12303 sizeof(struct drx_common_attr), GFP_KERNEL); in drx39xxj_attach()