Lines Matching defs:rpmsg_endpoint_ops
66 struct rpmsg_endpoint_ops { struct
67 void (*destroy_ept)(struct rpmsg_endpoint *ept);
69 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
70 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
71 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
74 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
75 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
76 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
78 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
80 int (*rx_done)(struct rpmsg_endpoint *ept, void *data);
81 int (*get_signals)(struct rpmsg_endpoint *ept);
82 int (*set_signals)(struct rpmsg_endpoint *ept, u32 set, u32 clear);