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

#include <rpmsg.h>

Data Fields

struct virtproc_infovrp
 
struct device dev
 
struct rpmsg_device_id id
 
u32 src
 
u32 dst
 
struct rpmsg_endpointept
 
bool announce
 

Detailed Description

rpmsg_channel - devices that belong to the rpmsg bus are called channels : the remote processor this channel belongs to : the device struct : device id (used to match between rpmsg drivers and devices) : local address : destination address : the rpmsg endpoint of this channel : if set, rpmsg will announce the creation/removal of this channel

Definition at line 110 of file rpmsg.h.

Field Documentation

bool announce

Definition at line 117 of file rpmsg.h.

Definition at line 112 of file rpmsg.h.

u32 dst

Definition at line 115 of file rpmsg.h.

Definition at line 116 of file rpmsg.h.

Definition at line 113 of file rpmsg.h.

Definition at line 114 of file rpmsg.h.

Definition at line 111 of file rpmsg.h.


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