Home
last modified time | relevance | path

Searched refs:agc_global (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
Ddib7000p.h12 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
52 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
Ddib7000m.h14 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
Ddib8000.h10 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
Ddib7000p.c421 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() argument
425 if (agc_global != NULL) in dib7000p_get_agc_values()
426 *agc_global = dib7000p_read_word(state, 394); in dib7000p_get_agc_values()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2637 static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7790p_update_lna() argument
2642 deb_info("update LNA: agc global=%i", agc_global); in tfe7790p_update_lna()
2644 if (agc_global < 25000) { in tfe7790p_update_lna()
2792 static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7090p_pvr_update_lna() argument
2797 deb_info("TFE7090P-PVR update LNA: agc global=%i", agc_global); in tfe7090p_pvr_update_lna()
2798 if (agc_global < 25000) { in tfe7090p_pvr_update_lna()