Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Domapfb.h49 #define OMAPFB_SETUP_PLANE OMAP_IOW(52, struct omapfb_plane_info)
50 #define OMAPFB_QUERY_PLANE OMAP_IOW(53, struct omapfb_plane_info)
136 struct omapfb_plane_info { struct
/linux-4.4.14/drivers/video/fbdev/omap/
Domapfb.h203 struct omapfb_plane_info info;
Domapfb_main.c795 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_setup_plane()
800 struct omapfb_plane_info old_info; in omapfb_setup_plane()
835 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) in omapfb_query_plane()
1088 struct omapfb_plane_info plane_info; in omapfb_ioctl()
/linux-4.4.14/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()
593 struct omapfb_plane_info plane_info; in omapfb_ioctl()