Lines Matching refs:mc_io
20 * @mc_io: Pointer to MC portal's I/O object
35 int dpio_open(struct fsl_mc_io *mc_io,
51 err = mc_send_command(mc_io, &cmd);
63 * @mc_io: Pointer to MC portal's I/O object
69 int dpio_close(struct fsl_mc_io *mc_io,
80 return mc_send_command(mc_io, &cmd);
85 * @mc_io: Pointer to MC portal's I/O object
91 int dpio_enable(struct fsl_mc_io *mc_io,
102 return mc_send_command(mc_io, &cmd);
107 * @mc_io: Pointer to MC portal's I/O object
113 int dpio_disable(struct fsl_mc_io *mc_io,
124 return mc_send_command(mc_io, &cmd);
129 * @mc_io: Pointer to MC portal's I/O object
136 int dpio_get_attributes(struct fsl_mc_io *mc_io,
150 err = mc_send_command(mc_io, &cmd);
170 int dpio_set_stashing_destination(struct fsl_mc_io *mc_io,
183 return mc_send_command(mc_io, &cmd);
188 * @mc_io: Pointer to MC portal's DPIO object
195 int dpio_get_api_version(struct fsl_mc_io *mc_io,
207 err = mc_send_command(mc_io, &cmd);
219 * @mc_io: Pointer to MC portal's I/O object
225 int dpio_reset(struct fsl_mc_io *mc_io,
237 return mc_send_command(mc_io, &cmd);