Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm68200.c74 struct rm68200 { struct
96 static inline struct rm68200 *panel_to_rm68200(struct drm_panel *panel) in panel_to_rm68200() argument
98 return container_of(panel, struct rm68200, panel); in panel_to_rm68200()
101 static void rm68200_dcs_write_buf(struct rm68200 *ctx, const void *data, in rm68200_dcs_write_buf()
112 static void rm68200_dcs_write_cmd(struct rm68200 *ctx, u8 cmd, u8 value) in rm68200_dcs_write_cmd()
142 static void rm68200_init_sequence(struct rm68200 *ctx) in rm68200_init_sequence()
233 struct rm68200 *ctx = panel_to_rm68200(panel); in rm68200_unprepare()
259 struct rm68200 *ctx = panel_to_rm68200(panel); in rm68200_prepare()
326 struct rm68200 *ctx; in rm68200_probe()
329 ctx = devm_drm_panel_alloc(dev, struct rm68200, panel, in rm68200_probe()
[all …]