Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/tcon/
H A Debc_tcon.h23 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
49 static inline void ebc_tcon_disable(struct ebc_tcon *tcon) in ebc_tcon_disable()
[all …]
H A Debc_tcon.c138 static inline void tcon_write(struct ebc_tcon *tcon, unsigned int reg, in tcon_write()
144 static inline unsigned int tcon_read(struct ebc_tcon *tcon, unsigned int reg) in tcon_read()
153 static inline void tcon_update_bits(struct ebc_tcon *tcon, unsigned int reg, in tcon_update_bits()
159 static inline void tcon_cfg_done(struct ebc_tcon *tcon) in tcon_cfg_done()
164 static int tcon_enable(struct ebc_tcon *tcon, struct ebc_panel *panel) in tcon_enable()
220 static void tcon_disable(struct ebc_tcon *tcon) in tcon_disable()
231 static void tcon_dsp_mode_set(struct ebc_tcon *tcon, int update_mode, int display_mode, int three_w… in tcon_dsp_mode_set()
242 static void tcon_image_addr_set(struct ebc_tcon *tcon, u32 pre_image_addr, u32 cur_image_addr) in tcon_image_addr_set()
249 static void tcon_frame_addr_set(struct ebc_tcon *tcon, u32 frame_addr) in tcon_frame_addr_set()
255 static int tcon_lut_data_set(struct ebc_tcon *tcon, unsigned int *lut_data, int frame_count, int lu… in tcon_lut_data_set()
[all …]
H A DMakefile3 obj-$(CONFIG_ROCKCHIP_EBC_DEV) += ebc_tcon.o eink_tcon.o
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_panel.h23 struct ebc_tcon *tcon;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3566-eink.dtsi23 ebc_tcon = <&ebc>;
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_ebc_tcon.c554 UCLASS_DRIVER(ebc_tcon) = {