Searched defs:ebc_tcon (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/ |
| H A D | ebc_tcon.h | 23 struct ebc_tcon { struct 33 int (*enable)(struct ebc_tcon *tcon, struct ebc_panel *panel); argument 34 void (*disable)(struct ebc_tcon *tcon); argument 35 …void (*dsp_mode_set)(struct ebc_tcon *tcon, int update_mode, int display_mode, int three_win_mode,… argument 36 void (*image_addr_set)(struct ebc_tcon *tcon, u32 pre_image_addr, u32 cur_image_addr); argument 37 void (*frame_addr_set)(struct ebc_tcon *tcon, u32 frame_addr); argument 38 int (*lut_data_set)(struct ebc_tcon *tcon, unsigned int *lut_data, int frame_count, int lut_32); argument 39 void (*frame_start)(struct ebc_tcon *tcon, int frame_total); argument 44 static inline int ebc_tcon_enable(struct ebc_tcon *tcon, struct ebc_panel *panel) in ebc_tcon_enable() argument
|