Linux Kernel
3.7.1
|
#include <rpmsg.h>
Data Fields | |
struct virtproc_info * | vrp |
struct device | dev |
struct rpmsg_device_id | id |
u32 | src |
u32 | dst |
struct rpmsg_endpoint * | ept |
bool | announce |
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
struct rpmsg_endpoint* ept |
struct virtproc_info* vrp |