Home
last modified time | relevance | path

Searched refs:d_block (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c142 unsigned char *d_block, *d_pos; in GetEDID_DDC1() local
152 d_block = calloc(1, EDID1_LEN); in GetEDID_DDC1()
153 if (!d_block) in GetEDID_DDC1()
155 d_pos = d_block; in GetEDID_DDC1()
172 if (d_block && DDC_checksum(d_block, EDID1_LEN)) { in GetEDID_DDC1()
173 free(d_block); in GetEDID_DDC1()
176 return (resort(d_block)); in GetEDID_DDC1()