Lines Matching refs:status
138 void (*set_onoff)(struct mmp_overlay *overlay, int status);
156 int status; member
185 int status);
197 void (*set_onoff)(struct mmp_path *path, int status);
227 int status; member
244 static inline void mmp_path_set_onoff(struct mmp_path *path, int status) in mmp_path_set_onoff() argument
247 path->ops.set_onoff(path, status); in mmp_path_set_onoff()
270 int status) in mmp_overlay_set_onoff() argument
273 overlay->ops->set_onoff(overlay, status); in mmp_overlay_set_onoff()
301 void (*set_onoff)(struct mmp_path *path, int status);
342 void (*plat_set_onoff)(int status);