pilots            465 drivers/media/dvb-frontends/mxl5xx.c 		demod_chan_cfg.pilots = MXL_HYDRA_PILOTS_OFF;
pilots            471 drivers/media/dvb-frontends/mxl5xx.c 		demod_chan_cfg.pilots = MXL_HYDRA_PILOTS_AUTO;
pilots            654 drivers/media/dvb-frontends/mxl5xx_defs.h 	u32 pilots;            /* TRUE = pilots enabled */
pilots           1161 drivers/media/dvb-frontends/stb0899_algo.c static void stb0899_dvbs2_init_csm(struct stb0899_state *state, int pilots, enum stb0899_modcod modcod)
pilots           1169 drivers/media/dvb-frontends/stb0899_algo.c 	if (((internal->master_clk / internal->srate) <= 4) && (modcod <= 11) && (pilots == 1)) {
pilots           1307 drivers/media/dvb-frontends/stb0899_algo.c 	s32 offsetfreq, searchTime, FecLockTime, pilots, iqSpectrum;
pilots           1439 drivers/media/dvb-frontends/stb0899_algo.c 		pilots = STB0899_GETFIELD(UWP_DECODE_MOD, reg) & 0x01;
pilots           1443 drivers/media/dvb-frontends/stb0899_algo.c 		      (pilots == 1)) {
pilots           1445 drivers/media/dvb-frontends/stb0899_algo.c 			stb0899_dvbs2_init_csm(state, pilots, modcod);
pilots           1465 drivers/media/dvb-frontends/stb0899_algo.c 		      (pilots == 1)) {
pilots           1498 drivers/media/dvb-frontends/stb0899_algo.c 		internal->pilots = STB0899_GETFIELD(UWP_DECODE_MOD, reg) & 0x01;
pilots            190 drivers/media/dvb-frontends/stb0899_priv.h 	u8			pilots;			/* Pilots found				*/
pilots            814 drivers/media/dvb-frontends/stv0900_sw.c 		pilots,
pilots            866 drivers/media/dvb-frontends/stv0900_sw.c 			pilots = stv0900_get_bits(intp, DEMOD_TYPE) & 0x01;
pilots            869 drivers/media/dvb-frontends/stv0900_sw.c 							pilots,
pilots           2623 drivers/media/dvb-frontends/stv090x.c 	state->pilots = STV090x_GETFIELD_Px(reg, DEMOD_TYPE_FIELD) & 0x01;
pilots           2679 drivers/media/dvb-frontends/stv090x.c static u8 stv090x_optimize_carloop(struct stv090x_state *state, enum stv090x_modcod modcod, s32 pilots)
pilots           2720 drivers/media/dvb-frontends/stv090x.c 		if (pilots) {
pilots           2745 drivers/media/dvb-frontends/stv090x.c 		if (pilots) {
pilots           2840 drivers/media/dvb-frontends/stv090x.c 	s32 srate, pilots, aclc, f_1, f_0, i = 0, blind_tune = 0;
pilots           2898 drivers/media/dvb-frontends/stv090x.c 			pilots = STV090x_GETFIELD_Px(reg, DEMOD_TYPE_FIELD) & 0x01;
pilots           2899 drivers/media/dvb-frontends/stv090x.c 			aclc = stv090x_optimize_carloop(state, modcod, pilots);
pilots            251 drivers/media/dvb-frontends/stv090x_priv.h 	enum stv090x_pilot		pilots;
pilots            116 drivers/media/dvb-frontends/stv0910.c 	u32                      pilots;
pilots            443 drivers/media/dvb-frontends/stv0910.c 			  enum fe_stv0910_mod_cod mod_cod, u32 pilots)
pilots            463 drivers/media/dvb-frontends/stv0910.c 	if (!pilots)
pilots            520 drivers/media/dvb-frontends/stv0910.c 		state->pilots = (tmp & 0x01) != 0;
pilots            578 drivers/media/dvb-frontends/stv0910.c 						  state->pilots);