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

  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 262 for (p_output = psb_xrandr_info->output_head; p_output; p_output = p_output->next) {
426 if (psb_xrandr_info->output_head) {
427 while (psb_xrandr_info->output_head) {
428 psb_xrandr_info->output_tail = psb_xrandr_info->output_head->next;
430 free(psb_xrandr_info->output_head);
432 psb_xrandr_info->output_head = psb_xrandr_info->output_tail;
434 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = NULL;
457 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = p_output;
815 if (psb_xrandr_info->output_head) {
816 while (psb_xrandr_info->output_head) {
    [all...]
psb_xrandr.h 158 psb_xrandr_output_p output_head, output_tail; member in struct:_psb_xrandr_info_s

Completed in 619 milliseconds