Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c428 psb_xrandr_info->output_tail = psb_xrandr_info->output_head->next; in psb_xrandr_refresh()
432 psb_xrandr_info->output_head = psb_xrandr_info->output_tail; in psb_xrandr_refresh()
434 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = NULL; in psb_xrandr_refresh()
457 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = p_output; in psb_xrandr_refresh()
472 psb_xrandr_info->output_tail->next = p_output; in psb_xrandr_refresh()
474 psb_xrandr_info->output_tail = p_output; in psb_xrandr_refresh()
817 psb_xrandr_info->output_tail = psb_xrandr_info->output_head->next; in psb_xrandr_deinit()
821 psb_xrandr_info->output_head = psb_xrandr_info->output_tail; in psb_xrandr_deinit()
823 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = NULL; in psb_xrandr_deinit()
Dpsb_xrandr.h158 psb_xrandr_output_p output_head, output_tail; member