Searched refs:agc_global (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib7000p.h | 11 int (*update_lna) (struct dvb_frontend *, u16 agc_global); 51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
|
H A D | dib7000m.h | 13 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
|
H A D | dib8000.h | 11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
|
H A D | dib7000p.c | 425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values() argument 429 if (agc_global != NULL) in dib7000p_get_agc_values() 430 *agc_global = dib7000p_read_word(state, 394); in dib7000p_get_agc_values()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 2667 static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7790p_update_lna() argument 2672 deb_info("update LNA: agc global=%i", agc_global); in tfe7790p_update_lna() 2674 if (agc_global < 25000) { in tfe7790p_update_lna() 2822 static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7090p_pvr_update_lna() argument 2827 deb_info("TFE7090P-PVR update LNA: agc global=%i", agc_global); in tfe7090p_pvr_update_lna() 2828 if (agc_global < 25000) { in tfe7090p_pvr_update_lna()
|