Searched refs:xc2028_get_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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 837 if (xc2028_get_reg(priv, 0x0004, &version) < 0 || in check_firmware() 838 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) { in check_firmware() 926 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); in xc2028_signal() 940 rc = xc2028_get_reg(priv, XREG_SNR, &signal); in xc2028_signal() 979 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); in xc2028_get_afc() 993 rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg); in xc2028_get_afc()
|