OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crtc_head
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_xrandr.c
89
for (p_crtc = psb_xrandr_info->
crtc_head
; p_crtc; p_crtc = p_crtc->next)
383
if (psb_xrandr_info->
crtc_head
) {
384
while (psb_xrandr_info->
crtc_head
) {
385
psb_xrandr_info->crtc_tail = psb_xrandr_info->
crtc_head
->next;
387
free(psb_xrandr_info->
crtc_head
);
389
psb_xrandr_info->
crtc_head
= psb_xrandr_info->crtc_tail;
391
psb_xrandr_info->
crtc_head
= psb_xrandr_info->crtc_tail = NULL;
404
psb_xrandr_info->
crtc_head
= psb_xrandr_info->crtc_tail = p_crtc;
803
if (psb_xrandr_info->
crtc_head
) {
804
while (psb_xrandr_info->
crtc_head
) {
[
all
...]
psb_xrandr.h
157
psb_xrandr_crtc_p
crtc_head
, crtc_tail;
member in struct:_psb_xrandr_info_s
Completed in 46 milliseconds