/src/sys/dev/ic/ |
ct65550var.h | 73 uint8_t sc_edid[1024]; member in struct:chipsfb_softc
|
ct65550var.h | 73 uint8_t sc_edid[1024]; member in struct:chipsfb_softc
|
/src/sys/dev/i2c/ |
tda19988.c | 268 uint8_t *sc_edid; member in struct:tda19988_softc 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) [all...] |
tda19988.c | 268 uint8_t *sc_edid; member in struct:tda19988_softc 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) [all...] |