Lines Matching refs:drx_common_attr

823 static struct drx_common_attr drxj_default_comm_attr_g = {
2392 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in init_hi()
2397 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_hi()
2475 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in get_device_capabilities()
2483 common_attr = (struct drx_common_attr *) demod->my_common_attr; in get_device_capabilities()
2732 struct drx_common_attr *common_attr = (struct drx_common_attr *) (NULL); in ctrl_set_cfg_mpeg_output()
2754 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_set_cfg_mpeg_output()
3491 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in set_mpeg_start_width()
4387 struct drx_common_attr *common_attr = NULL; in init_agc()
4409 common_attr = (struct drx_common_attr *) demod->my_common_attr; in init_agc()
4916 struct drx_common_attr *common_attr = NULL; in set_agc_rf()
4921 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_rf()
5130 struct drx_common_attr *common_attr = NULL; in set_agc_if()
5135 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_agc_if()
5717 struct drx_common_attr *common_attr = NULL; in set_vsb()
5754 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_vsb()
6370 struct drx_common_attr *common_attr = demod->my_common_attr; in power_down_qam()
7860 struct drx_common_attr *common_attr = NULL; in set_qam()
7998 common_attr = (struct drx_common_attr *) demod->my_common_attr; in set_qam()
11040 struct drx_common_attr *common_attr = (struct drx_common_attr *) NULL; in ctrl_power_mode()
11046 common_attr = (struct drx_common_attr *) demod->my_common_attr; in ctrl_power_mode()
11351 struct drx_common_attr *common_attr = NULL; in drxj_open()
11372 common_attr = (struct drx_common_attr *) demod->my_common_attr; in drxj_open()
12285 struct drx_common_attr *demod_comm_attr = NULL; in drx39xxj_attach()
12307 sizeof(struct drx_common_attr), GFP_KERNEL); in drx39xxj_attach()