Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_eink_display.c151 ret = epd_lut_from_mem_init(plat->lut_pbuf, &plat->lut_ops); in read_waveform()
501 struct epd_lut_ops *lut_ops = &plat->lut_ops; in eink_display() local
514 if (!lut_ops->lut_get) { in eink_display()
518 lut_ops->lut_get(&plat->lut_data, lut_type, temperature); in eink_display()
H A Drk_ebc.h41 struct epd_lut_ops lut_ops; member
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_lut.c140 static const struct v4l2_subdev_ops lut_ops = { variable
211 ret = vsp1_entity_init(vsp1, &lut->entity, "lut", 2, &lut_ops, in vsp1_lut_create()