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

#include <rpmsg.h>

Data Fields

struct device_driver drv
 
struct rpmsg_device_idid_table
 
int(* probe )(struct rpmsg_channel *dev)
 
void(* remove )(struct rpmsg_channel *dev)
 
void(* callback )(struct rpmsg_channel *, void *, int, void *, u32)
 

Detailed Description

struct rpmsg_driver - rpmsg driver struct : underlying device driver : rpmsg ids serviced by this driver : invoked when a matching rpmsg channel (i.e. device) is found : invoked when the rpmsg channel is removed : invoked when an inbound message is received on the channel

Definition at line 162 of file rpmsg.h.

Field Documentation

Definition at line 167 of file rpmsg.h.

Definition at line 163 of file rpmsg.h.

Definition at line 164 of file rpmsg.h.

Definition at line 165 of file rpmsg.h.

Definition at line 166 of file rpmsg.h.


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