Searched refs:tv_system (Results 1 – 2 of 2) sorted by relevance
46 #define TERR_INTERNAL_LOOPFILTER_AVAILABLE(tv_system) \ argument47 (((tv_system) != SONY_HELENE_DTV_DVBC_6) && \48 ((tv_system) != SONY_HELENE_DTV_DVBC_8)\49 && ((tv_system) != SONY_HELENE_DTV_DVBC2_6) && \50 ((tv_system) != SONY_HELENE_DTV_DVBC2_8))523 enum helene_tv_system_t tv_system; in helene_set_params_s() local532 tv_system = helene_get_tv_system(fe); in helene_set_params_s()534 if (tv_system == SONY_HELENE_TV_SYSTEM_UNKNOWN) { in helene_set_params_s()608 switch (tv_system) { in helene_set_params_s()640 __func__, tv_system); in helene_set_params_s()[all …]
325 enum ascot2e_tv_system_t tv_system; in ascot2e_set_params() local331 tv_system = ascot2e_get_tv_system(fe); in ascot2e_set_params()333 if (tv_system == ASCOT2E_DTV_UNKNOWN) { in ascot2e_set_params()346 if (ascot2e_sett[tv_system].agc_sel != ASCOT2E_AUTO) { in ascot2e_set_params()349 (ascot2e_sett[tv_system].agc_sel & 0x03) << 3); in ascot2e_set_params()351 if (ascot2e_sett[tv_system].if_out_sel != ASCOT2E_AUTO) { in ascot2e_set_params()354 (ascot2e_sett[tv_system].if_out_sel & 0x01) << 2); in ascot2e_set_params()360 if (tv_system == ASCOT2E_DTV_DVBC_6 || in ascot2e_set_params()361 tv_system == ASCOT2E_DTV_DVBC_8) { in ascot2e_set_params()371 if (tv_system == ASCOT2E_DTV_DVBC_6 || in ascot2e_set_params()[all …]