Searched defs:rpmsg_endpoint_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/rpmsg/ |
D | rpmsg_internal.h | 61 struct rpmsg_endpoint_ops { struct 62 void (*destroy_ept)(struct rpmsg_endpoint *ept); 64 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 65 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 66 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 69 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); 70 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 71 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 73 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
|