Home
last modified time | relevance | path

Searched refs:agc_global (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib7000p.h11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
H A Ddib7000m.h13 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
H A Ddib8000.h11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
H A Ddib7000p.c425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values()
429 if (agc_global != NULL) in dib7000p_get_agc_values()
430 *agc_global = dib7000p_read_word(state, 394); in dib7000p_get_agc_values()
424 dib7000p_get_agc_values(struct dvb_frontend *fe, u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) dib7000p_get_agc_values() argument
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib7000p.h11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
51 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd);
H A Ddib7000m.h13 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
H A Ddib8000.h11 int (*update_lna) (struct dvb_frontend *, u16 agc_global);
H A Ddib7000p.c425 u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) in dib7000p_get_agc_values()
429 if (agc_global != NULL) in dib7000p_get_agc_values()
430 *agc_global = dib7000p_read_word(state, 394); in dib7000p_get_agc_values()
424 dib7000p_get_agc_values(struct dvb_frontend *fe, u16 *agc_global, u16 *agc1, u16 *agc2, u16 *wbd) dib7000p_get_agc_values() argument
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2662 static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7790p_update_lna() argument
2667 deb_info("update LNA: agc global=%i", agc_global); in tfe7790p_update_lna()
2669 if (agc_global < 25000) { in tfe7790p_update_lna()
2817 static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7090p_pvr_update_lna() argument
2822 deb_info("TFE7090P-PVR update LNA: agc global=%i", agc_global); in tfe7090p_pvr_update_lna()
2823 if (agc_global < 25000) { in tfe7090p_pvr_update_lna()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2655 static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7790p_update_lna() argument
2660 deb_info("update LNA: agc global=%i", agc_global); in tfe7790p_update_lna()
2662 if (agc_global < 25000) { in tfe7790p_update_lna()
2810 static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global) in tfe7090p_pvr_update_lna() argument
2815 deb_info("TFE7090P-PVR update LNA: agc global=%i", agc_global); in tfe7090p_pvr_update_lna()
2816 if (agc_global < 25000) { in tfe7090p_pvr_update_lna()

Completed in 18 milliseconds