Searched defs:rpmsg_endpoint_ops (Results 1 – 1 of 1) sorted by relevance
| /drivers/rpmsg/ |
| A D | rpmsg_internal.h | 63 struct rpmsg_endpoint_ops { struct 64 void (*destroy_ept)(struct rpmsg_endpoint *ept); 66 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 67 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, 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 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, 73 int (*set_flow_control)(struct rpmsg_endpoint *ept, bool pause, u32 dst); 74 ssize_t (*get_mtu)(struct rpmsg_endpoint *ept);
|
Completed in 4 milliseconds