Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Domapfb.h50 #define OMAPFB_SETUP_PLANE OMAP_IOW(52, struct omapfb_plane_info)
51 #define OMAPFB_QUERY_PLANE OMAP_IOW(53, struct omapfb_plane_info)
137 struct omapfb_plane_info { struct
/Linux-v4.19/drivers/video/fbdev/omap/
Domapfb.h203 struct omapfb_plane_info info;
Domapfb_main.c776 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_setup_plane()
781 struct omapfb_plane_info old_info; in omapfb_setup_plane()
816 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_query_plane()
1070 struct omapfb_plane_info plane_info; in omapfb_ioctl()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c62 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_setup_plane()
187 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_query_plane()
596 struct omapfb_plane_info plane_info; in omapfb_ioctl()