Lines Matching refs:mboxctl_context
43 struct mboxctl_context { struct
53 static int init_mboxctl_dbus(struct mboxctl_context *context) in init_mboxctl_dbus() argument
66 static int mboxctl_directive(struct mboxctl_context *context, const char *cmd) in mboxctl_directive()
95 static int mboxctl_getter(struct mboxctl_context *context, in mboxctl_getter()
106 static int handle_cmd_ping(struct mboxctl_context *context) in handle_cmd_ping()
116 static int handle_cmd_daemon_state(struct mboxctl_context *context) in handle_cmd_daemon_state()
130 static int handle_cmd_lpc_state(struct mboxctl_context *context) in handle_cmd_lpc_state()
148 static int handle_cmd_kill(struct mboxctl_context *context) in handle_cmd_kill()
158 static int handle_cmd_reset(struct mboxctl_context *context) in handle_cmd_reset()
168 static int handle_cmd_suspend(struct mboxctl_context *context) in handle_cmd_suspend()
178 static int handle_cmd_resume(struct mboxctl_context *context, char *sarg) in handle_cmd_resume()
235 static int handle_cmd_modified(struct mboxctl_context *context) in handle_cmd_modified()
245 static int handle_cmd_backend(struct mboxctl_context *context, char *sarg) in handle_cmd_backend()
334 static int parse_cmdline(struct mboxctl_context *context, int argc, char **argv) in parse_cmdline()
414 struct mboxctl_context context; in main()