HomeSort by relevance Sort by last modified time
    Searched refs:crtc_tail (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 385 psb_xrandr_info->crtc_tail = psb_xrandr_info->crtc_head->next;
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;
415 psb_xrandr_info->crtc_tail->next = p_crtc;
417 psb_xrandr_info->crtc_tail = p_crtc;
805 psb_xrandr_info->crtc_tail = psb_xrandr_info->crtc_head->next;
809 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail;
811 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail = NULL;
    [all...]
psb_xrandr.h 157 psb_xrandr_crtc_p crtc_head, crtc_tail; member in struct:_psb_xrandr_info_s

Completed in 111 milliseconds