Searched refs:output_head (Results 1 – 2 of 2) sorted by relevance
262 for (p_output = psb_xrandr_info->output_head; p_output; p_output = p_output->next) { in psb_xrandr_coordinate_init()426 if (psb_xrandr_info->output_head) { in psb_xrandr_refresh()427 while (psb_xrandr_info->output_head) { in psb_xrandr_refresh()428 psb_xrandr_info->output_tail = psb_xrandr_info->output_head->next; in psb_xrandr_refresh()430 free(psb_xrandr_info->output_head); 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()815 if (psb_xrandr_info->output_head) { in psb_xrandr_deinit()816 while (psb_xrandr_info->output_head) { in psb_xrandr_deinit()[all …]
158 psb_xrandr_output_p output_head, output_tail; member