Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24117.c228 } cx24117_modfec_modes[] = { variable
398 for (i = 0; i < ARRAY_SIZE(cx24117_modfec_modes); i++) { in cx24117_lookup_fecmod()
399 if ((d == cx24117_modfec_modes[i].delivery_system) && in cx24117_lookup_fecmod()
400 (m == cx24117_modfec_modes[i].modulation) && in cx24117_lookup_fecmod()
401 (f == cx24117_modfec_modes[i].fec)) { in cx24117_lookup_fecmod()
426 state->dnxt.fec_val = cx24117_modfec_modes[ret].val; in cx24117_set_fec()
427 state->dnxt.fec_mask = cx24117_modfec_modes[ret].mask; in cx24117_set_fec()
1607 c->modulation = cx24117_modfec_modes[idx].modulation; in cx24117_get_frontend()
1608 c->fec_inner = cx24117_modfec_modes[idx].fec; in cx24117_get_frontend()