Searched refs:mmp_overlay (Results 1 – 5 of 5) sorted by relevance
/linux/include/video/ |
A D | mmp_disp.h | 114 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[]; 256 static inline struct mmp_overlay *mmp_path_get_overlay( in mmp_path_get_overlay() 275 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win() [all …]
|
/linux/drivers/video/fbdev/mmp/hw/ |
A D | mmp_ctrl.c | 48 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt) in fmt_to_reg() 119 static void dmafetch_set_fmt(struct mmp_overlay *overlay) in dmafetch_set_fmt() 129 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win) in overlay_set_win() 165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff() 216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff() 230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch() 235 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr) in overlay_set_addr()
|
A D | mmp_ctrl.h | 1412 static inline int overlay_is_vid(struct mmp_overlay *overlay) in overlay_is_vid() 1427 static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay) in overlay_to_ctrl()
|
/linux/drivers/video/fbdev/mmp/fb/ |
A D | mmpfb.h | 31 struct mmp_overlay *overlay;
|
/linux/drivers/video/fbdev/mmp/ |
A D | core.c | 16 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay()
|
Completed in 14 milliseconds