Linux Kernel
3.7.1
|
#include <rpmsg.h>
Data Fields | |
struct device_driver | drv |
struct rpmsg_device_id * | id_table |
int(* | probe )(struct rpmsg_channel *dev) |
void(* | remove )(struct rpmsg_channel *dev) |
void(* | callback )(struct rpmsg_channel *, void *, int, void *, u32) |
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
struct device_driver drv |
struct rpmsg_device_id* id_table |