Lines Matching defs:sc_edid
268 uint8_t *sc_edid;
590 err = tda19988_read_edid_block(sc, sc->sc_edid, 0);
594 blocks = sc->sc_edid[0x7e];
598 memcpy(edid, sc->sc_edid, EDID_LENGTH);
599 kmem_free(sc->sc_edid, sc->sc_edid_len);
600 sc->sc_edid = edid;
605 buf = sc->sc_edid + EDID_LENGTH*(i+1);
736 pedid = (struct edid *)sc->sc_edid;
740 pedid = (struct edid *)sc->sc_edid;
893 sc->sc_edid = kmem_zalloc(EDID_LENGTH, KM_SLEEP);