Lines Matching refs:rockchip_panel
11 struct rockchip_panel;
15 void (*prepare)(struct rockchip_panel *panel);
16 void (*unprepare)(struct rockchip_panel *panel);
17 void (*enable)(struct rockchip_panel *panel);
18 void (*disable)(struct rockchip_panel *panel);
19 int (*get_mode)(struct rockchip_panel *panel,
23 struct rockchip_panel { struct
34 static inline void rockchip_panel_init(struct rockchip_panel *panel, in rockchip_panel_init() argument
51 static inline void rockchip_panel_prepare(struct rockchip_panel *panel) in rockchip_panel_prepare()
60 static inline void rockchip_panel_enable(struct rockchip_panel *panel) in rockchip_panel_enable()
69 static inline void rockchip_panel_unprepare(struct rockchip_panel *panel) in rockchip_panel_unprepare()
78 static inline void rockchip_panel_disable(struct rockchip_panel *panel) in rockchip_panel_disable()