mmp_path 126 include/video/mmp_disp.h struct mmp_path; mmp_path 160 include/video/mmp_disp.h struct mmp_path *path; mmp_path 202 include/video/mmp_disp.h int (*check_status)(struct mmp_path *path); mmp_path 203 include/video/mmp_disp.h struct mmp_overlay *(*get_overlay)(struct mmp_path *path, mmp_path 205 include/video/mmp_disp.h int (*get_modelist)(struct mmp_path *path, mmp_path 209 include/video/mmp_disp.h void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode); mmp_path 210 include/video/mmp_disp.h void (*set_onoff)(struct mmp_path *path, int status); mmp_path 250 include/video/mmp_disp.h extern struct mmp_path *mmp_get_path(const char *name); mmp_path 251 include/video/mmp_disp.h static inline void mmp_path_set_mode(struct mmp_path *path, mmp_path 257 include/video/mmp_disp.h static inline void mmp_path_set_onoff(struct mmp_path *path, int status) mmp_path 262 include/video/mmp_disp.h static inline int mmp_path_get_modelist(struct mmp_path *path, mmp_path 270 include/video/mmp_disp.h struct mmp_path *path, int overlay_id) mmp_path 313 include/video/mmp_disp.h void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode); mmp_path 314 include/video/mmp_disp.h void (*set_onoff)(struct mmp_path *path, int status); mmp_path 319 include/video/mmp_disp.h extern struct mmp_path *mmp_register_path( mmp_path 321 include/video/mmp_disp.h extern void mmp_unregister_path(struct mmp_path *path);