Searched refs:xc2028_get_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/tuners/ |
D | tuner-xc2028.c | 158 static int xc2028_get_reg(struct xc2028_data *priv, u16 reg, u16 *val) in xc2028_get_reg() function 836 if (xc2028_get_reg(priv, 0x0004, &version) < 0 || in check_firmware() 837 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) { in check_firmware() 925 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); in xc2028_signal() 939 rc = xc2028_get_reg(priv, XREG_SNR, &signal); in xc2028_signal() 978 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); in xc2028_get_afc() 992 rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg); in xc2028_get_afc()
|