Searched refs:mmp_overlay (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/video/ |
D | mmp_disp.h | 127 struct mmp_overlay; 150 void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id); 151 void (*set_onoff)(struct mmp_overlay *overlay, int status); 152 void (*set_win)(struct mmp_overlay *overlay, struct mmp_win *win); 153 int (*set_addr)(struct mmp_overlay *overlay, struct mmp_addr *addr); 157 struct mmp_overlay { struct 203 struct mmp_overlay *(*get_overlay)(struct mmp_path *path, 247 struct mmp_overlay overlays[0]; 269 static inline struct mmp_overlay *mmp_path_get_overlay( in mmp_path_get_overlay() 276 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay, in mmp_overlay_set_fetch() [all …]
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 61 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt) in fmt_to_reg() 132 static void dmafetch_set_fmt(struct mmp_overlay *overlay) in dmafetch_set_fmt() 142 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win) in overlay_set_win() 171 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff() 222 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff() 236 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch() 241 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr) in overlay_set_addr()
|
D | mmp_ctrl.h | 1426 static inline int overlay_is_vid(struct mmp_overlay *overlay) in overlay_is_vid() 1441 static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay) in overlay_to_ctrl()
|
/linux-4.1.27/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.h | 44 struct mmp_overlay *overlay;
|
/linux-4.1.27/drivers/video/fbdev/mmp/ |
D | core.c | 28 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() 173 + sizeof(struct mmp_overlay) * info->overlay_num; in mmp_register_path()
|