OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_demod
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
coramvar.h
101
void *
sc_demod
;
member in struct:coram_softc
cxdtvvar.h
96
void *
sc_demod
;
member in struct:cxdtv_softc
cxdtv.c
432
KASSERT(sc->
sc_demod
== NULL);
436
sc->
sc_demod
= nxt2k_open(sc->sc_dev, &sc->sc_i2c, 0x0a, 0);
439
sc->
sc_demod
= lg3303_open(sc->sc_dev, &sc->sc_i2c, 0x59,
458
KASSERT(sc->
sc_demod
!= NULL);
469
if (sc->
sc_demod
) {
472
nxt2k_close(sc->
sc_demod
);
475
lg3303_close(sc->
sc_demod
);
480
sc->
sc_demod
= NULL;
558
error = nxt2k_set_modulation(sc->
sc_demod
, params->u.vsb.modulation);
561
error = lg3303_set_modulation(sc->
sc_demod
, params->u.vsb.modulation)
[
all
...]
coram.c
264
sc->
sc_demod
= cx24227_open(sc->sc_dev, &sc->sc_iic[0].cic_i2c, 0x19);
265
if (sc->
sc_demod
== NULL)
293
if (sc->
sc_demod
)
294
cx24227_close(sc->
sc_demod
);
627
if (sc->sc_tuner == NULL || sc->
sc_demod
== NULL)
665
KASSERT(sc->
sc_demod
!= NULL);
666
return cx24227_set_modulation(sc->
sc_demod
, params->u.vsb.modulation);
674
if (sc->
sc_demod
== NULL)
677
return cx24227_get_dtv_status(sc->
sc_demod
);
Completed in 13 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025