Searched defs:rad_panel (Results 1 – 1 of 1) sorted by relevance
196 struct rad_panel { struct197 struct drm_panel panel;198 struct mipi_dsi_device *dsi;200 struct gpio_desc *reset;201 struct backlight_device *backlight;226 static inline struct rad_panel *to_rad_panel(struct drm_panel *panel) in to_rad_panel() argument