Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/video/
Dvideo_osd-uclass.c13 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_get_info()
21 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_mem()
28 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_size()
36 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_print()
Dsandbox_osd.c142 static const struct video_osd_ops sandbox_osd_ops = {
Dihs_video_out.c224 static const struct video_osd_ops ihs_video_out_ops = {
/third_party/uboot/u-boot-2020.01/include/
Dvideo_osd.h41 struct video_osd_ops { struct
117 #define video_osd_get_ops(dev) ((struct video_osd_ops *)(dev)->driver->ops) argument