Home
last modified time | relevance | path

Searched refs:tuner_freq (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/video/cxm/
H A Dcxm_tuner.c562 sc->tuner_freq = 0; in cxm_tuner_init()
729 if (freq >= sc->tuner_freq) { in cxm_tuner_select_frequency()
769 sc->tuner_freq = freq; in cxm_tuner_select_frequency()
817 original_freq = sc->tuner_freq; in cxm_tuner_apply_afc()
819 freq = sc->tuner_freq; in cxm_tuner_apply_afc()
853 prev_freq = sc->tuner_freq; in cxm_tuner_apply_afc()
H A Dcxm.h247 unsigned long tuner_freq; member
H A Dcxm.c2767 freq = sc->tuner_freq / 10; in cxm_ioctl()
2851 freq = (sc->tuner_freq * 16) / 1000; in cxm_ioctl()