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

#include <remoteproc_internal.h>

Data Fields

struct resource_table *(* find_rsc_table )(struct rproc *rproc, const struct firmware *fw, int *tablesz)
 
int(* load )(struct rproc *rproc, const struct firmware *fw)
 
int(* sanity_check )(struct rproc *rproc, const struct firmware *fw)
 
u32(* get_boot_addr )(struct rproc *rproc, const struct firmware *fw)
 

Detailed Description

struct rproc_fw_ops - firmware format specific operations. : finds the resource table inside the firmware image : load firmeware to memory, where the remote processor expects to find it : sanity check the fw image : get boot address to entry point specified in firmware

Definition at line 36 of file remoteproc_internal.h.

Field Documentation

struct resource_table*(* find_rsc_table)(struct rproc *rproc, const struct firmware *fw, int *tablesz)
read

Definition at line 37 of file remoteproc_internal.h.

u32(* get_boot_addr)(struct rproc *rproc, const struct firmware *fw)

Definition at line 42 of file remoteproc_internal.h.

Definition at line 40 of file remoteproc_internal.h.

int(* sanity_check)(struct rproc *rproc, const struct firmware *fw)

Definition at line 41 of file remoteproc_internal.h.


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