Searched refs:_rproc_ops_wrapper (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/remoteproc/
H A Drproc-uclass.c425 * _rproc_ops_wrapper() - wrapper for invoking remote proc driver callback
435 static int _rproc_ops_wrapper(int id, enum rproc_ops op) function
499 return _rproc_ops_wrapper(id, RPROC_START);
504 return _rproc_ops_wrapper(id, RPROC_STOP);
509 return _rproc_ops_wrapper(id, RPROC_RESET);
514 return _rproc_ops_wrapper(id, RPROC_PING);
519 return _rproc_ops_wrapper(id, RPROC_RUNNING);

Completed in 62 milliseconds