OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_dp_bg_sync
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/video/
mxc_ipuv3_fb.c
141
params.
mem_dp_bg_sync
.di = mxc_fbi->ipu_di;
149
params.
mem_dp_bg_sync
.interlaced = 1;
150
params.
mem_dp_bg_sync
.out_pixel_fmt =
154
params.
mem_dp_bg_sync
.out_pixel_fmt =
157
params.
mem_dp_bg_sync
.out_pixel_fmt =
161
params.
mem_dp_bg_sync
.in_pixel_fmt = bpp_to_pixfmt(fbi);
163
params.
mem_dp_bg_sync
.alpha_chan_en = 1;
ipu_common.c
612
if (params->
mem_dp_bg_sync
.di > 1) {
617
g_dc_di_assignment[5] = params->
mem_dp_bg_sync
.di;
618
ipu_dp_init(channel, params->
mem_dp_bg_sync
.in_pixel_fmt,
619
params->
mem_dp_bg_sync
.out_pixel_fmt);
620
ipu_dc_init(5, params->
mem_dp_bg_sync
.di,
621
params->
mem_dp_bg_sync
.interlaced);
622
ipu_di_use_count[params->
mem_dp_bg_sync
.di]++;
[
all
...]
ipu.h
164
}
mem_dp_bg_sync
;
member in union:__anon47530
Completed in 306 milliseconds