Lines Matching refs:system
270 enum ascot2e_tv_system_t system = ASCOT2E_DTV_UNKNOWN; in ascot2e_get_tv_system() local
276 system = ASCOT2E_DTV_DVBT_5; in ascot2e_get_tv_system()
278 system = ASCOT2E_DTV_DVBT_6; in ascot2e_get_tv_system()
280 system = ASCOT2E_DTV_DVBT_7; in ascot2e_get_tv_system()
282 system = ASCOT2E_DTV_DVBT_8; in ascot2e_get_tv_system()
284 system = ASCOT2E_DTV_DVBT_8; in ascot2e_get_tv_system()
289 system = ASCOT2E_DTV_DVBT2_5; in ascot2e_get_tv_system()
291 system = ASCOT2E_DTV_DVBT2_6; in ascot2e_get_tv_system()
293 system = ASCOT2E_DTV_DVBT2_7; in ascot2e_get_tv_system()
295 system = ASCOT2E_DTV_DVBT2_8; in ascot2e_get_tv_system()
297 system = ASCOT2E_DTV_DVBT2_8; in ascot2e_get_tv_system()
302 system = ASCOT2E_DTV_DVBC_6; in ascot2e_get_tv_system()
304 system = ASCOT2E_DTV_DVBC_8; in ascot2e_get_tv_system()
308 __func__, (int)system, p->delivery_system, p->bandwidth_hz); in ascot2e_get_tv_system()
309 return system; in ascot2e_get_tv_system()