Lines Matching refs:ofdm
245 if ((rv = zl10353_set_bw(zl, fp->u.ofdm.bandwidth)) != 0) in zl10353_set_params()
283 const struct dvb_ofdm_parameters *ofdm = &fp->u.ofdm; in zl10353_set_agc() local
293 if (ofdm->guard_interval != GUARD_INTERVAL_AUTO) in zl10353_set_agc()
296 if (ofdm->transmission_mode != TRANSMISSION_MODE_AUTO) in zl10353_set_agc()
384 const struct dvb_ofdm_parameters *ofdm = &fp->u.ofdm; in zl10353_set_tps() local
388 if ((rv = zl10353_get_guard(ofdm->guard_interval, &val)) != 0) in zl10353_set_tps()
391 if ((rv = zl10353_get_mode(ofdm->transmission_mode, &val)) != 0) in zl10353_set_tps()
394 if ((rv = zl10353_get_fec(ofdm->code_rate_HP, true, &val)) != 0) in zl10353_set_tps()
397 if ((rv = zl10353_get_fec(ofdm->code_rate_LP, false, &val)) != 0) in zl10353_set_tps()
400 if ((rv = zl10353_get_modulation(ofdm->constellation, &val)) != 0) in zl10353_set_tps()
403 if ((rv = zl10353_get_hier(ofdm->hierarchy_information, &val)) != 0) in zl10353_set_tps()