Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/epdlut/
H A Depd_lut.h72 struct epd_lut_ops { struct
80 int epd_lut_from_mem_init(void *waveform, struct epd_lut_ops *ops); argument
H A Depd_lut.c13 int epd_lut_from_mem_init(void *waveform, struct epd_lut_ops *ops) in epd_lut_from_mem_init()
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_ebc.h41 struct epd_lut_ops lut_ops;
H A Drk_eink_display.c501 struct epd_lut_ops *lut_ops = &plat->lut_ops; in eink_display()