Lines Matching refs:system
278 enum ascot2e_tv_system_t system = ASCOT2E_DTV_UNKNOWN; in ascot2e_get_tv_system() local
284 system = ASCOT2E_DTV_DVBT_5; in ascot2e_get_tv_system()
286 system = ASCOT2E_DTV_DVBT_6; in ascot2e_get_tv_system()
288 system = ASCOT2E_DTV_DVBT_7; in ascot2e_get_tv_system()
290 system = ASCOT2E_DTV_DVBT_8; in ascot2e_get_tv_system()
292 system = ASCOT2E_DTV_DVBT_8; in ascot2e_get_tv_system()
297 system = ASCOT2E_DTV_DVBT2_5; in ascot2e_get_tv_system()
299 system = ASCOT2E_DTV_DVBT2_6; in ascot2e_get_tv_system()
301 system = ASCOT2E_DTV_DVBT2_7; in ascot2e_get_tv_system()
303 system = ASCOT2E_DTV_DVBT2_8; in ascot2e_get_tv_system()
305 system = ASCOT2E_DTV_DVBT2_8; in ascot2e_get_tv_system()
310 system = ASCOT2E_DTV_DVBC_6; in ascot2e_get_tv_system()
312 system = ASCOT2E_DTV_DVBC_8; in ascot2e_get_tv_system()
316 __func__, (int)system, p->delivery_system, p->bandwidth_hz); in ascot2e_get_tv_system()
317 return system; in ascot2e_get_tv_system()