Lines Matching refs:mc_io

21  * @mc_io:	Pointer to MC portal's I/O object
30 int dprc_open(struct fsl_mc_io *mc_io,
46 err = mc_send_command(mc_io, &cmd);
59 * @mc_io: Pointer to MC portal's I/O object
68 int dprc_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
112 int dprc_reset_container(struct fsl_mc_io *mc_io,
128 err = dprc_get_api_version(mc_io, 0,
150 return mc_send_command(mc_io, &cmd);
156 * @mc_io: Pointer to MC portal's I/O object
164 int dprc_set_irq(struct fsl_mc_io *mc_io,
184 return mc_send_command(mc_io, &cmd);
189 * @mc_io: Pointer to MC portal's I/O object
202 int dprc_set_irq_enable(struct fsl_mc_io *mc_io,
219 return mc_send_command(mc_io, &cmd);
224 * @mc_io: Pointer to MC portal's I/O object
238 int dprc_set_irq_mask(struct fsl_mc_io *mc_io,
255 return mc_send_command(mc_io, &cmd);
260 * @mc_io: Pointer to MC portal's I/O object
270 int dprc_get_irq_status(struct fsl_mc_io *mc_io,
289 err = mc_send_command(mc_io, &cmd);
302 * @mc_io: Pointer to MC portal's I/O object
312 int dprc_clear_irq_status(struct fsl_mc_io *mc_io,
329 return mc_send_command(mc_io, &cmd);
334 * @mc_io: Pointer to MC portal's I/O object
341 int dprc_get_attributes(struct fsl_mc_io *mc_io,
356 err = mc_send_command(mc_io, &cmd);
372 * @mc_io: Pointer to MC portal's I/O object
379 int dprc_get_obj_count(struct fsl_mc_io *mc_io,
393 err = mc_send_command(mc_io, &cmd);
407 * @mc_io: Pointer to MC portal's I/O object
420 int dprc_get_obj(struct fsl_mc_io *mc_io,
439 err = mc_send_command(mc_io, &cmd);
463 * @mc_io: Pointer to MC portal's I/O object
473 int dprc_set_obj_irq(struct fsl_mc_io *mc_io,
498 return mc_send_command(mc_io, &cmd);
504 * @mc_io: Pointer to MC portal's I/O object
514 int dprc_get_obj_region(struct fsl_mc_io *mc_io,
532 err = dprc_get_api_version(mc_io, 0,
571 err = mc_send_command(mc_io, &cmd);
592 * @mc_io: Pointer to Mc portal's I/O object
599 int dprc_get_api_version(struct fsl_mc_io *mc_io,
612 err = mc_send_command(mc_io, &cmd);
624 * @mc_io: Pointer to Mc portal's I/O object
630 int dprc_get_container_id(struct fsl_mc_io *mc_io,
643 err = mc_send_command(mc_io, &cmd);
656 * @mc_io: Pointer to MC portal's I/O object
668 int dprc_get_connection(struct fsl_mc_io *mc_io,
691 err = mc_send_command(mc_io, &cmd);