Home
last modified time | relevance | path

Searched refs:ipuv3_fb_init (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/board/freescale/mx51evk/
H A Dmx51evk_video.c82 ret = ipuv3_fb_init(&claa_wvga, 1, IPU_PIX_FMT_RGB565); in board_video_skip()
93 ret = ipuv3_fb_init(&dvi, 0, IPU_PIX_FMT_RGB24); in board_video_skip()
/openbmc/u-boot/board/freescale/mx53loco/
H A Dmx53loco_video.c98 ret = ipuv3_fb_init(&seiko_wvga, 0, IPU_PIX_FMT_RGB24); in board_video_skip()
109 ret = ipuv3_fb_init(&claa_wvga, 0, IPU_PIX_FMT_RGB565); in board_video_skip()
/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020_video.c44 const int ret = ipuv3_fb_init(&vga_640x480, 0, IPU_PIX_FMT_RGB24); in board_video_skip()
/openbmc/u-boot/include/
H A Dipu_pixfmt.h62 int ipuv3_fb_init(struct fb_videomode const *mode,
/openbmc/u-boot/arch/arm/mach-imx/
H A Dvideo.c35 ret = ipuv3_fb_init(&displays[i].mode, displays[i].di ? 1 : 0, in board_video_skip()
/openbmc/u-boot/board/ge/mx53ppd/
H A Dmx53ppd_video.c129 ret = ipuv3_fb_init(&nv_spwg, 0, IPU_PIX_FMT_RGB24); in board_video_skip()
/openbmc/u-boot/board/compulab/cm_fx6/
H A Dcm_fx6.c133 ret = ipuv3_fb_init(&preset->mode, 0, preset->pixfmt); in board_video_skip()
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c604 int ipuv3_fb_init(struct fb_videomode const *mode, in ipuv3_fb_init() function
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c608 ret = ipuv3_fb_init(&displays[i].mode, 0, displays[i].pixfmt); in board_video_skip()