Home | History | Annotate | Download | only in x11

Lines Matching refs:output_head

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) {
817 psb_xrandr_info->output_tail = psb_xrandr_info->output_head->next;
819 free(psb_xrandr_info->output_head);
821 psb_xrandr_info->output_head = psb_xrandr_info->output_tail;
823 psb_xrandr_info->output_head = psb_xrandr_info->output_tail = NULL;