Lines Matching defs:context
43 static int control_legacy_ping(struct mbox_context *context, in control_legacy_ping()
57 static int control_legacy_daemon_state(struct mbox_context *context, in control_legacy_daemon_state()
75 static int control_legacy_lpc_state(struct mbox_context *context, in control_legacy_lpc_state()
95 static int control_legacy_reset(struct mbox_context *context, in control_legacy_reset()
120 static int control_legacy_kill(struct mbox_context *context, in control_legacy_kill()
137 static int control_legacy_modified(struct mbox_context *context, in control_legacy_modified()
153 static int control_legacy_suspend(struct mbox_context *context, in control_legacy_suspend()
175 static int control_legacy_resume(struct mbox_context *context, in control_legacy_resume()
212 struct mbox_context *context; in method_cmd() local
299 int control_legacy_init(struct mbox_context *context) in control_legacy_init()
317 void control_legacy_free(struct mbox_context *context __attribute__((unused))) in control_legacy_free()