OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_edid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
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
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025