mmp_overlay
static struct mmp_overlay *path_get_overlay(struct mmp_path *path,
struct mmp_overlay *overlay;
static void dmafetch_set_fmt(struct mmp_overlay *overlay)
static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win)
static void dmafetch_onoff(struct mmp_overlay *overlay, int on)
static void overlay_set_onoff(struct mmp_overlay *overlay, int on)
static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id)
static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr)
static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt)
static inline int overlay_is_vid(struct mmp_overlay *overlay)
static inline struct mmphw_ctrl *overlay_to_ctrl(struct mmp_overlay *overlay)
struct mmp_overlay;
void (*set_fetch)(struct mmp_overlay *overlay, int fetch_id);
void (*set_onoff)(struct mmp_overlay *overlay, int status);
void (*set_win)(struct mmp_overlay *overlay, struct mmp_win *win);
int (*set_addr)(struct mmp_overlay *overlay, struct mmp_addr *addr);
struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
struct mmp_overlay overlays[] __counted_by(overlay_num);
static inline struct mmp_overlay *mmp_path_get_overlay(
static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay,
static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay,
static inline void mmp_overlay_set_win(struct mmp_overlay *overlay,
static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay,