Searched refs:sc_xc5k (Results 1 – 4 of 4) sorted by relevance
250 if (sc->sc_xc5k == NULL) { in auvitek_attach_tuner()251 sc->sc_xc5k = xc5k_open(sc->sc_dev, &sc->sc_i2c, 0xc2 >> 1, in auvitek_attach_tuner()284 if (sc->sc_xc5k) in auvitek_detach()285 xc5k_close(sc->sc_xc5k); in auvitek_detach()
149 if (sc->sc_xc5k == NULL) in auvitek_dtv_open()206 error = xc5k_tune_dtv(sc->sc_xc5k, params); in auvitek_dtv_set_tuner()
120 struct xc5k *sc_xc5k; member
174 if (sc->sc_xc5k == NULL) in auvitek_open()517 if (sc->sc_xc5k == NULL) in auvitek_set_frequency()528 error = xc5k_tune_video(sc->sc_xc5k, ¶ms); in auvitek_set_frequency()