Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Drpmsg_internal.h58 struct rpmsg_endpoint_ops { struct
59 void (*destroy_ept)(struct rpmsg_endpoint *ept);
61 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
62 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
63 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
66 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
67 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
68 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst,
70 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
72 int (*get_signals)(struct rpmsg_endpoint *ept);
[all …]