Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Dpanel.c39 dsi_panel_parse_cmds(const u8 *data, int blen, struct panel_cmds *pcmds) in dsi_panel_parse_cmds()
116 rk628->panel->on_cmds = kcalloc(1, sizeof(struct panel_cmds), GFP_KERNEL); in dsi_panel_get_cmds()
130 rk628->panel->off_cmds = kcalloc(1, sizeof(struct panel_cmds), GFP_KERNEL); in dsi_panel_get_cmds()
H A Drk628.h414 struct panel_cmds { struct
427 struct panel_cmds *on_cmds; argument
428 struct panel_cmds *off_cmds;
H A Drk628_dsi.c770 panel_simple_xfer_dsi_cmd_seq(struct rk628 *rk628, struct panel_cmds *cmds) in panel_simple_xfer_dsi_cmd_seq()