Searched defs:pilot (Results 1 - 6 of 6) sorted by relevance

/drivers/media/video/cx88/
H A Dcx88-tvaudio.c817 static const char * const p[] = { "no pilot", "pilot c1", "pilot c2", "?" };
818 u32 reg, mode, pilot; local
822 pilot = (reg >> 2) & 0x03;
826 reg, m[mode], p[pilot],
/drivers/media/dvb/frontends/
H A Dtda10071.c645 u8 mode, rolloff, pilot, inversion, div; local
648 "symbol_rate=%d inversion=%d pilot=%d rolloff=%d", __func__,
650 c->symbol_rate, c->inversion, c->pilot, c->rolloff);
680 pilot = 2;
700 switch (c->pilot) {
702 pilot = 0;
705 pilot = 1;
708 pilot = 2;
711 dbg("%s: invalid pilot", __func__);
763 cmd.args[0x0c] = pilot;
[all...]
H A Dcx24116.c101 /* pilot bit */
168 fe_pilot_t pilot; member in struct:cx24116_tuning
364 * set pilot, bit 6 (0x40) is set. When inspecting
365 * FECSTATUS bit 7 (0x80) represents the pilot
1264 switch (c->pilot) {
1277 dprintk("%s: unsupported pilot mode selected (%d)\n",
1278 __func__, c->pilot);
1308 state->dnxt.pilot = c->pilot;
1330 dprintk("%s: pilot
[all...]
H A Dstv0900_core.c1093 s32 pilot, u8 chip_id)
1138 if (pilot) {
1163 if (pilot) {
1609 p_result.pilot = intp->result[demod].pilot;
1092 stv0900_get_optim_carr_loop(s32 srate, enum fe_stv0900_modcode modcode, s32 pilot, u8 chip_id) argument
H A Dstv0900_priv.h290 enum fe_stv0900_pilot pilot; member in struct:stv0900_signal_info
382 s32 pilot, u8 chip_id);
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h351 fe_pilot_t pilot; member in struct:dtv_frontend_properties

Completed in 159 milliseconds