Searched defs:display_info_t (Results 1 – 2 of 2) sorted by relevance
9 struct display_info_t { struct14 int (*detect)(struct display_info_t const *dev); argument15 void (*enable)(struct display_info_t const *dev); argument20 extern int detect_hdmi(struct display_info_t const *dev); argument
515 struct display_info_t { struct519 int (*detect)(struct display_info_t const *dev); argument520 void (*enable)(struct display_info_t const *dev); argument524 static void disable_lvds(struct display_info_t const *dev) in disable_lvds() argument