Lines Matching refs:mmp_overlay
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()
282 static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay, in mmp_overlay_set_onoff()
288 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win()
294 static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay, in mmp_overlay_set_addr()