Searched refs:sc_edid (Results 1 – 1 of 1) sorted by relevance
247 uint8_t *sc_edid; member620 err = tda19988_read_edid_block(sc, sc->sc_edid, 0); in tda19988_read_edid()624 blocks = sc->sc_edid[0x7e]; in tda19988_read_edid()626 sc->sc_edid = realloc(sc->sc_edid, in tda19988_read_edid()631 buf = sc->sc_edid + EDID_LENGTH*(i+1); in tda19988_read_edid()731 sc->sc_edid = malloc(EDID_LENGTH, M_DEVBUF, M_WAITOK | M_ZERO); in tda19988_attach()759 if (sc->sc_edid) { in tda19988_get_edid()760 *edid = sc->sc_edid; in tda19988_get_edid()