Symbol: mmp_overlay
drivers/video/fbdev/mmp/core.c
16
static struct mmp_overlay *path_get_overlay(struct mmp_path *path,
drivers/video/fbdev/mmp/fb/mmpfb.h
31
struct mmp_overlay *overlay;
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
119
static void dmafetch_set_fmt(struct mmp_overlay *overlay)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
129
static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
165
static void dmafetch_onoff(struct mmp_overlay *overlay, int on)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
216
static void overlay_set_onoff(struct mmp_overlay *overlay, int on)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
230
static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
235
static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr)
drivers/video/fbdev/mmp/hw/mmp_ctrl.c
48
static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt)
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1412
static inline int overlay_is_vid(struct mmp_overlay *overlay)
drivers/video/fbdev/mmp/hw/mmp_ctrl.h
1427
static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay)
include/video/mmp_disp.h
114
struct mmp_overlay;
include/video/mmp_disp.h
137
void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
include/video/mmp_disp.h
138
void (*set_onoff)(struct mmp_overlay *overlay, int status);
include/video/mmp_disp.h
139
void (*set_win)(struct mmp_overlay *overlay, struct mmp_win *win);
include/video/mmp_disp.h
140
int (*set_addr)(struct mmp_overlay *overlay, struct mmp_addr *addr);
include/video/mmp_disp.h
190
struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
include/video/mmp_disp.h
234
struct mmp_overlay overlays[] __counted_by(overlay_num);
include/video/mmp_disp.h
256
static inline struct mmp_overlay *mmp_path_get_overlay(
include/video/mmp_disp.h
263
static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay,
include/video/mmp_disp.h
269
static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay,
include/video/mmp_disp.h
275
static inline void mmp_overlay_set_win(struct mmp_overlay *overlay,
include/video/mmp_disp.h
281
static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay,