Lines Matching refs:mc_io
13 * @mc_io: Pointer to MC portal's I/O object
28 int dpcon_open(struct fsl_mc_io *mc_io,
45 err = mc_send_command(mc_io, &cmd);
58 * @mc_io: Pointer to MC portal's I/O object
67 int dpcon_close(struct fsl_mc_io *mc_io,
79 return mc_send_command(mc_io, &cmd);
85 * @mc_io: Pointer to MC portal's I/O object
91 int dpcon_enable(struct fsl_mc_io *mc_io,
103 return mc_send_command(mc_io, &cmd);
109 * @mc_io: Pointer to MC portal's I/O object
115 int dpcon_disable(struct fsl_mc_io *mc_io,
127 return mc_send_command(mc_io, &cmd);
133 * @mc_io: Pointer to MC portal's I/O object
139 int dpcon_reset(struct fsl_mc_io *mc_io,
150 return mc_send_command(mc_io, &cmd);
156 * @mc_io: Pointer to MC portal's I/O object
163 int dpcon_get_attributes(struct fsl_mc_io *mc_io,
178 err = mc_send_command(mc_io, &cmd);
194 * @mc_io: Pointer to MC portal's I/O object
201 int dpcon_set_notification(struct fsl_mc_io *mc_io,
219 return mc_send_command(mc_io, &cmd);