Searched defs:rad_panel (Results 1 – 1 of 1) sorted by relevance
197 struct rad_panel { struct198 struct drm_panel panel;199 struct mipi_dsi_device *dsi;201 struct gpio_desc *reset;202 struct backlight_device *backlight;227 static inline struct rad_panel *to_rad_panel(struct drm_panel *panel) in to_rad_panel() argument