Home
last modified time | relevance | path

Searched refs:cx24117_modfec_modes (Results 1 – 1 of 1) sorted by relevance

/drivers/media/dvb-frontends/
Dcx24117.c216 } cx24117_modfec_modes[] = { variable
386 for (i = 0; i < ARRAY_SIZE(cx24117_modfec_modes); i++) { in cx24117_lookup_fecmod()
387 if ((d == cx24117_modfec_modes[i].delivery_system) && in cx24117_lookup_fecmod()
388 (m == cx24117_modfec_modes[i].modulation) && in cx24117_lookup_fecmod()
389 (f == cx24117_modfec_modes[i].fec)) { in cx24117_lookup_fecmod()
414 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; in cx24117_set_fec()
415 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; in cx24117_set_fec()
1597 c->modulation = cx24117_modfec_modes[idx].modulation; in cx24117_get_frontend()
1598 c->fec_inner = cx24117_modfec_modes[idx].fec; in cx24117_get_frontend()