OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edid_comment
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/videomode/
edidvar.h
68
char
edid_comment
[16];
member in struct:edid_info
edid.c
170
printf("EDID Comment: %s\n", edid->
edid_comment
);
478
memset(edid->
edid_comment
, 0, sizeof(edid->
edid_comment
));
479
memcpy(edid->
edid_comment
, data + EDID_DESC_ASCII_DATA_OFFSET,
481
edid->
edid_comment
[sizeof(edid->
edid_comment
) - 1] = 0;
574
edid->
edid_comment
[0] = '\0';
644
edid_strchomp(edid->
edid_comment
);
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025