Searched defs:predid_raw (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/ |
H A D | efb_predid.c | 59 int predid_raw, /* TRUE => Display raw EDID data */ 69 fbc_predid(edid_data, edid_length, predid_raw, predid_parsed); 97 fbvar->option_set.predid_raw, 56 efb_predid_stream( int device_fd, int stream_index, int predid_raw, int predid_parsed) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/ |
H A D | ast_predid.c | 58 int predid_raw, /* TRUE => Display raw EDID data */ 79 fbc_predid((uint8_t *)edid.data, edid.length, predid_raw, predid_parsed); 106 fbvar->option_set.predid_raw, 55 ast_predid_stream( int device_fd, int stream_index, int predid_raw, int predid_parsed) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/ |
H A D | mga_predid.c | 54 int predid_raw, /* TRUE => Display raw EDID data */ 75 fbc_predid((uint8_t *)edid.data, edid.length, predid_raw, predid_parsed); 102 fbvar->option_set.predid_raw, 51 mga_predid_stream( int device_fd, int stream_index, int predid_raw, int predid_parsed) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_properties.h | 49 unsigned int predid_raw : 1; /* -predid raw */ member in struct:__anon39
|
H A D | fbc_predid.c | 1102 int predid_raw) /* TRUE => Display raw EDID data */ 1151 (predid_raw || !parsed)) { 1168 * The output format will be raw hexadecimal (predid_raw) and/or 1181 int predid_raw, /* TRUE => Display raw EDID data */ 1327 &edid_data[block_addr], block_fmt, predid_raw); 1099 fbc_predid_dump_block( const uint8_t edid_block[], const fbc_edid_fmt_t block_fmt[], int predid_raw) argument 1178 fbc_predid( const uint8_t *edid_data, size_t edid_length, int predid_raw, int predid_parsed) argument
|
Completed in 49 milliseconds