Home
last modified time | relevance | path

Searched refs:cxm_fm_source (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/video/cxm/
H A Dcxm.c809 if (sc->source == cxm_fm_source) in cxm_configure_encoder()
1068 parameters[0] = sc->source == cxm_fm_source ? 1 : 0; in cxm_start_encoder()
1107 subtype = ((sc->mpeg || sc->source == cxm_fm_source) in cxm_start_encoder()
1109 | ((sc->mpeg || sc->source != cxm_fm_source) in cxm_start_encoder()
1146 subtype = ((sc->mpeg || sc->source == cxm_fm_source) in cxm_stop_encoder()
1148 | ((sc->mpeg || sc->source != cxm_fm_source) in cxm_stop_encoder()
1551 if (sc->source == cxm_fm_source || sc->source == cxm_tuner_source) { in cxm_encoder_wait_for_lock()
1560 if (sc->source != cxm_fm_source) { in cxm_encoder_wait_for_lock()
2346 case cxm_fm_source: in cxm_ioctl()
2371 source = cxm_fm_source; in cxm_ioctl()
[all …]
H A Dcxm_msp34xxx.c419 case cxm_fm_source: in cxm_msp_select_source()
491 return cxm_fm_source; in cxm_msp_selected_source()
511 case cxm_fm_source: in cxm_msp_autodetect_standard()
H A Dcxm.h199 enum cxm_source { cxm_unknown_source, cxm_fm_source, cxm_tuner_source, enumerator
H A Dcxm_saa7115.c779 case cxm_fm_source: in cxm_saa7115_select_source()