Lines Matching defs:cmd
50 struct fsl_mc_command cmd = { 0 };
59 cmd.header = mc_encode_cmd_header(cmd_id, cmd_flags, 0);
60 cmd_params = (struct fsl_mc_obj_cmd_open *)cmd.params;
64 err = mc_send_command(mc_io, &cmd);
69 *token = mc_cmd_hdr_read_token(&cmd);
79 struct fsl_mc_command cmd = { 0 };
82 cmd.header = mc_encode_cmd_header(OBJ_CMDID_CLOSE, cmd_flags,
86 return mc_send_command(mc_io, &cmd);
94 struct fsl_mc_command cmd = { 0 };
97 cmd.header = mc_encode_cmd_header(OBJ_CMDID_RESET, cmd_flags,
101 return mc_send_command(mc_io, &cmd);