Lines Matching refs:mmp_overlay
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[] __counted_by(overlay_num);
256 static inline struct mmp_overlay *mmp_path_get_overlay( in mmp_path_get_overlay()
263 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay, in mmp_overlay_set_fetch()
269 static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay, in mmp_overlay_set_onoff()
275 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win()
281 static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay, in mmp_overlay_set_addr()