Searched refs:fe_params (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| A D | tda10086.c | 265 switch(fe_params->inversion) { in tda10086_set_inversion() 365 switch (fe_params->fec_inner) { in tda10086_set_fec() 460 if (fe_params->symbol_rate < 500000) in tda10086_get_frontend() 515 fe_params->fec_inner = FEC_1_2; in tda10086_get_frontend() 518 fe_params->fec_inner = FEC_2_3; in tda10086_get_frontend() 521 fe_params->fec_inner = FEC_3_4; in tda10086_get_frontend() 524 fe_params->fec_inner = FEC_4_5; in tda10086_get_frontend() 527 fe_params->fec_inner = FEC_5_6; in tda10086_get_frontend() 530 fe_params->fec_inner = FEC_6_7; in tda10086_get_frontend() 533 fe_params->fec_inner = FEC_7_8; in tda10086_get_frontend() [all …]
|
| A D | tda1004x.c | 720 fe_params->code_rate_HP = FEC_AUTO; in tda1004x_set_fe() 750 switch (fe_params->modulation) { in tda1004x_set_fe() 768 switch (fe_params->hierarchy) { in tda1004x_set_fe() 802 inversion = fe_params->inversion; in tda1004x_set_fe() 819 switch (fe_params->guard_interval) { in tda1004x_set_fe() 910 fe_params->inversion = fe_params->inversion ? INVERSION_OFF : INVERSION_ON; in tda1004x_get_fe() 946 fe_params->code_rate_HP = in tda1004x_get_fe() 948 fe_params->code_rate_LP = in tda1004x_get_fe() 954 fe_params->modulation = QPSK; in tda1004x_get_fe() 957 fe_params->modulation = QAM_16; in tda1004x_get_fe() [all …]
|
| A D | lgs8gxx.c | 661 struct dtv_frontend_properties *fe_params = &fe->dtv_property_cache; in lgs8gxx_set_fe() local 681 fe_params->bandwidth_hz = 8000000; in lgs8gxx_set_fe() 683 fe_params->code_rate_HP = FEC_AUTO; in lgs8gxx_set_fe() 684 fe_params->code_rate_LP = FEC_AUTO; in lgs8gxx_set_fe() 686 fe_params->modulation = QAM_AUTO; in lgs8gxx_set_fe() 689 fe_params->transmission_mode = TRANSMISSION_MODE_AUTO; in lgs8gxx_set_fe() 692 fe_params->guard_interval = GUARD_INTERVAL_AUTO; in lgs8gxx_set_fe() 695 fe_params->hierarchy = HIERARCHY_NONE; in lgs8gxx_set_fe()
|
| /linux/sound/soc/sof/ |
| A D | sof-audio.c | 443 struct snd_pcm_hw_params *fe_params, in sof_prepare_widgets_in_path() argument 465 ret = widget_ops[widget->id].ipc_prepare(swidget, fe_params, platform_params, in sof_prepare_widgets_in_path() 481 ret = sof_prepare_widgets_in_path(sdev, p->sink, fe_params, in sof_prepare_widgets_in_path() 608 struct snd_pcm_hw_params *fe_params, in sof_walk_widgets_in_order() argument 653 memcpy(&pipeline_params, fe_params, sizeof(*fe_params)); in sof_walk_widgets_in_order() 655 ret = sof_prepare_widgets_in_path(sdev, widget, fe_params, platform_params, in sof_walk_widgets_in_order() 676 struct snd_pcm_hw_params *fe_params, in sof_widget_list_setup() argument 693 ret = sof_walk_widgets_in_order(sdev, spcm, fe_params, platform_params, in sof_widget_list_setup() 699 ret = sof_walk_widgets_in_order(sdev, spcm, fe_params, platform_params, in sof_widget_list_setup() 702 sof_walk_widgets_in_order(sdev, spcm, fe_params, platform_params, in sof_widget_list_setup() [all …]
|
| A D | ipc4-topology.c | 1701 struct snd_pcm_hw_params *fe_params, in sof_ipc4_prepare_copier_module() argument 1768 params_rate(fe_params) * in sof_ipc4_prepare_copier_module() 1769 params_channels(fe_params) * in sof_ipc4_prepare_copier_module() 1787 ref_params = *fe_params; in sof_ipc4_prepare_copier_module() 1822 ref_params = *fe_params; in sof_ipc4_prepare_copier_module() 1879 out_ref_rate = params_rate(fe_params); in sof_ipc4_prepare_copier_module() 2132 struct snd_pcm_hw_params *fe_params, in sof_ipc4_prepare_gain_module() argument 2169 struct snd_pcm_hw_params *fe_params, in sof_ipc4_prepare_mixer_module() argument 2206 struct snd_pcm_hw_params *fe_params, in sof_ipc4_prepare_src_module() argument 2247 out_ref_rate = params_rate(fe_params); in sof_ipc4_prepare_src_module() [all …]
|
| A D | sof-audio.h | 189 struct snd_pcm_hw_params *fe_params, 645 struct snd_pcm_hw_params *fe_params,
|
| /linux/sound/soc/intel/avs/ |
| A D | path.h | 64 struct snd_pcm_hw_params *fe_params,
|
| A D | path.c | 97 struct snd_pcm_hw_params *fe_params, in avs_path_find_variant() argument 110 if (variant->fe_fmt && avs_test_hw_params(fe_params, variant->fe_fmt) && in avs_path_find_variant() 912 struct snd_pcm_hw_params *fe_params, in avs_path_create() argument 918 variant = avs_path_find_variant(adev, template, fe_params, be_params); in avs_path_create()
|
Completed in 25 milliseconds