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

/linux-4.4.14/drivers/media/tuners/
H A Dtuner-xc2028.c161 static int xc2028_get_reg(struct xc2028_data *priv, u16 reg, u16 *val) xc2028_get_reg() function
834 if (xc2028_get_reg(priv, 0x0004, &version) < 0 || check_firmware()
835 xc2028_get_reg(priv, 0x0008, &hwmodel) < 0) { check_firmware()
927 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); xc2028_signal()
941 rc = xc2028_get_reg(priv, XREG_SNR, &signal); xc2028_signal()
980 rc = xc2028_get_reg(priv, XREG_LOCK, &frq_lock); xc2028_get_afc()
994 rc = xc2028_get_reg(priv, XREG_FREQ_ERROR, &afc_reg); xc2028_get_afc()

Completed in 46 milliseconds