OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_tail
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_xrandr.c
428
psb_xrandr_info->
output_tail
= psb_xrandr_info->output_head->next;
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;
472
psb_xrandr_info->
output_tail
->next = p_output;
474
psb_xrandr_info->
output_tail
= p_output;
817
psb_xrandr_info->
output_tail
= psb_xrandr_info->output_head->next;
821
psb_xrandr_info->output_head = psb_xrandr_info->
output_tail
;
823
psb_xrandr_info->output_head = psb_xrandr_info->
output_tail
= NULL;
[
all
...]
psb_xrandr.h
158
psb_xrandr_output_p output_head,
output_tail
;
member in struct:_psb_xrandr_info_s
Completed in 444 milliseconds