Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/am335x/
H A Dtda19988.c245 uint16_t sc_version; member
559 if (sc->sc_version == TDA19988) in tda19988_init_encoder()
617 if (sc->sc_version == TDA19988) in tda19988_read_edid()
640 if (sc->sc_version == TDA19988) in tda19988_read_edid()
693 sc->sc_version = version & ~0x30; in tda19988_start()
694 switch (sc->sc_version) { in tda19988_start()
699 device_printf(dev, "Unknown device: %04x\n", sc->sc_version); in tda19988_start()
/f-stack/tools/compat/include/sys/
H A Dsocket.h528 int sc_version; /* version of this structure */ member
/f-stack/freebsd/sys/
H A Dsocket.h534 int sc_version; /* version of this structure */ member
/f-stack/freebsd/kern/
H A Duipc_usrreq.c2414 sc->sc_version = 0; in unp_addsockcred()