Home
last modified time | relevance | path

Searched defs:rpmsg_endpoint_ops (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/rpmsg/
A Drpmsg_internal.h62 struct rpmsg_endpoint_ops { struct
63 void (*destroy_ept)(struct rpmsg_endpoint *ept);
65 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
66 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
67 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
70 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
71 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
72 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
74 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
76 ssize_t (*get_mtu)(struct rpmsg_endpoint *ept);

Completed in 8 milliseconds