Lines Matching refs:mmp_path
113 struct mmp_path;
147 struct mmp_path *path;
189 int (*check_status)(struct mmp_path *path);
190 struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
192 int (*get_modelist)(struct mmp_path *path,
196 void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
197 void (*set_onoff)(struct mmp_path *path, int status);
209 struct mmp_path { struct
237 extern struct mmp_path *mmp_get_path(const char *name); argument
238 static inline void mmp_path_set_mode(struct mmp_path *path, in mmp_path_set_mode()
244 static inline void mmp_path_set_onoff(struct mmp_path *path, int status) in mmp_path_set_onoff()
249 static inline int mmp_path_get_modelist(struct mmp_path *path, in mmp_path_get_modelist()
257 struct mmp_path *path, int overlay_id) in mmp_path_get_overlay()
300 void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
301 void (*set_onoff)(struct mmp_path *path, int status);
306 extern struct mmp_path *mmp_register_path(
308 extern void mmp_unregister_path(struct mmp_path *path);