Lines Matching refs:r63353_panel
53 struct r63353_panel { struct
64 static inline struct r63353_panel *to_r63353_panel(struct drm_panel *panel) in to_r63353_panel() argument
66 return container_of(panel, struct r63353_panel, base); in to_r63353_panel()
69 static int r63353_panel_power_on(struct r63353_panel *rpanel) in r63353_panel_power_on()
97 static int r63353_panel_power_off(struct r63353_panel *rpanel) in r63353_panel_power_off()
106 static int r63353_panel_activate(struct r63353_panel *rpanel) in r63353_panel_activate()
160 struct r63353_panel *rpanel = to_r63353_panel(panel); in r63353_panel_prepare()
181 static int r63353_panel_deactivate(struct r63353_panel *rpanel) in r63353_panel_deactivate()
206 struct r63353_panel *rpanel = to_r63353_panel(panel); in r63353_panel_unprepare()
229 struct r63353_panel *rpanel = to_r63353_panel(panel); in r63353_panel_get_modes()
260 struct r63353_panel *panel; in r63353_panel_probe()
313 struct r63353_panel *rpanel = mipi_dsi_get_drvdata(dsi); in r63353_panel_remove()
326 struct r63353_panel *rpanel = mipi_dsi_get_drvdata(dsi); in r63353_panel_shutdown()