Linux Kernel
3.7.1
|
#include <remoteproc.h>
Data Fields | |
int(* | start )(struct rproc *rproc) |
int(* | stop )(struct rproc *rproc) |
void(* | kick )(struct rproc *rproc, int vqid) |
struct rproc_ops - platform-specific device handlers : power on the device and boot it : power off the device : kick a virtqueue (virtqueue id given as a parameter)
Definition at line 334 of file remoteproc.h.