sgn               560 drivers/media/dvb-frontends/lg2160.c static int lg216x_get_sgn(struct lg216x_state *state, u8 *sgn)
sgn               565 drivers/media/dvb-frontends/lg2160.c 	*sgn = 0xff; /* invalid value */
sgn               571 drivers/media/dvb-frontends/lg2160.c 	*sgn = val & 0x0f;
sgn               434 drivers/media/tuners/tda18271-fe.c 	int sgn, bcal, count, wait, ret;
sgn               471 drivers/media/tuners/tda18271-fe.c 	sgn = 1;
sgn               479 drivers/media/tuners/tda18271-fe.c 		freq = *freq_in + (sgn * count) + 1000000;
sgn               503 drivers/media/tuners/tda18271-fe.c 		if (sgn <= 0)
sgn               506 drivers/media/tuners/tda18271-fe.c 		sgn = -1 * sgn;