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

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

Completed in 36 milliseconds