Searched refs:mmp_overlay (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h31 struct mmp_overlay *overlay;
/linux-master/include/video/
H A Dmmp_disp.h114 struct mmp_overlay;
137 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
138 void (*set_onoff)(struct mmp_overlay *overlay, int status);
139 void (*set_win)(struct mmp_overlay *overlay, struct mmp_win *win);
140 int (*set_addr)(struct mmp_overlay *overlay, struct mmp_addr *addr);
144 struct mmp_overlay { struct
190 struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
234 struct mmp_overlay overlays[] __counted_by(overlay_num);
256 static inline struct mmp_overlay *mmp_path_get_overlay(
263 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overla
[all...]
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c48 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt)
119 static void dmafetch_set_fmt(struct mmp_overlay *overlay)
129 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win)
165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on)
216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on)
230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id)
235 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr)
H A Dmmp_ctrl.h1412 static inline int overlay_is_vid(struct mmp_overlay *overlay)
1427 static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay)
/linux-master/drivers/video/fbdev/mmp/
H A Dcore.c16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path,

Completed in 257 milliseconds