Home
last modified time | relevance | path

Searched defs:display_info_t (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/include/asm/mach-imx/
Dvideo.h9 struct display_info_t { struct
14 int (*detect)(struct display_info_t const *dev); argument
15 void (*enable)(struct display_info_t const *dev); argument
20 extern int detect_hdmi(struct display_info_t const *dev); argument
/external/u-boot/board/congatec/cgtqmx6eval/
Dcgtqmx6eval.c515 struct display_info_t { struct
519 int (*detect)(struct display_info_t const *dev); argument
520 void (*enable)(struct display_info_t const *dev); argument
524 static void disable_lvds(struct display_info_t const *dev) in disable_lvds() argument