Home
last modified time | relevance | path

Searched refs:rb070d30_panel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-ronbo-rb070d30.c27 struct rb070d30_panel { struct
40 static inline struct rb070d30_panel *panel_to_rb070d30_panel(struct drm_panel *panel) in panel_to_rb070d30_panel() argument
42 return container_of(panel, struct rb070d30_panel, panel); in panel_to_rb070d30_panel()
47 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel); in rb070d30_panel_prepare()
66 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel); in rb070d30_panel_unprepare()
77 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel); in rb070d30_panel_enable()
84 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel); in rb070d30_panel_disable()
108 struct rb070d30_panel *ctx = panel_to_rb070d30_panel(panel); in rb070d30_panel_get_modes()
143 struct rb070d30_panel *ctx; in rb070d30_panel_dsi_probe()
213 struct rb070d30_panel *ctx = mipi_dsi_get_drvdata(dsi); in rb070d30_panel_dsi_remove()