Lines Matching refs:mmp_path
126 struct mmp_path;
160 struct mmp_path *path;
202 int (*check_status)(struct mmp_path *path);
203 struct mmp_overlay *(*get_overlay)(struct mmp_path *path,
205 int (*get_modelist)(struct mmp_path *path,
209 void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
210 void (*set_onoff)(struct mmp_path *path, int status);
222 struct mmp_path { struct
250 extern struct mmp_path *mmp_get_path(const char *name); argument
251 static inline void mmp_path_set_mode(struct mmp_path *path, in mmp_path_set_mode()
257 static inline void mmp_path_set_onoff(struct mmp_path *path, int status) in mmp_path_set_onoff()
262 static inline int mmp_path_get_modelist(struct mmp_path *path, in mmp_path_get_modelist()
270 struct mmp_path *path, int overlay_id) in mmp_path_get_overlay()
313 void (*set_mode)(struct mmp_path *path, struct mmp_mode *mode);
314 void (*set_onoff)(struct mmp_path *path, int status);
319 extern struct mmp_path *mmp_register_path(
321 extern void mmp_unregister_path(struct mmp_path *path);