lo_pos            665 drivers/media/i2c/max2175.c 					    u32 lo_pos)
lo_pos            679 drivers/media/i2c/max2175.c 	if (MAX2175_IS_BAND_VHF(ctx) == (lo_pos == MAX2175_LO_ABOVE_DESIRED))
lo_pos            691 drivers/media/i2c/max2175.c static int max2175_set_rf_freq(struct max2175 *ctx, u64 freq, u32 lo_pos)
lo_pos            698 drivers/media/i2c/max2175.c 		ret = max2175_set_rf_freq_non_am_bands(ctx, freq, lo_pos);
lo_pos            723 drivers/media/i2c/max2175.c static void max2175_set_hsls(struct max2175 *ctx, u32 lo_pos)
lo_pos            725 drivers/media/i2c/max2175.c 	mxm_dbg(ctx, "set_hsls: lo_pos %u\n", lo_pos);
lo_pos            727 drivers/media/i2c/max2175.c 	if ((lo_pos == MAX2175_LO_BELOW_DESIRED) == MAX2175_IS_BAND_VHF(ctx))