Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rproc_ops Struct Reference

#include <remoteproc.h>

Data Fields

int(* start )(struct rproc *rproc)
 
int(* stop )(struct rproc *rproc)
 
void(* kick )(struct rproc *rproc, int vqid)
 

Detailed Description

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.

Field Documentation

void(* kick)(struct rproc *rproc, int vqid)

Definition at line 337 of file remoteproc.h.

int(* start)(struct rproc *rproc)

Definition at line 335 of file remoteproc.h.

int(* stop)(struct rproc *rproc)

Definition at line 336 of file remoteproc.h.


The documentation for this struct was generated from the following file: