Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dddc.c143 unsigned int *s_pos, *s_end; in GetEDID_DDC1() local
151 s_pos = s_ptr + s_start; in GetEDID_DDC1()
159 if (*s_pos) { in GetEDID_DDC1()
162 s_pos++; in GetEDID_DDC1()
163 if (s_pos == s_end) in GetEDID_DDC1()
164 s_pos = s_ptr; in GetEDID_DDC1()
166 s_pos++; in GetEDID_DDC1()
167 if (s_pos == s_end) in GetEDID_DDC1()
168 s_pos = s_ptr; in GetEDID_DDC1()