Searched defs:rpmsg_endpoint_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/rpmsg/ |
| D | rpmsg_internal.h | 65 struct rpmsg_endpoint_ops { struct 66 void (*destroy_ept)(struct rpmsg_endpoint *ept); 68 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 69 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 70 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 73 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); 74 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 75 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 77 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp, 79 int (*set_flow_control)(struct rpmsg_endpoint *ept, bool pause, u32 dst); [all …]
|
| /kernel/linux/linux-5.10/drivers/rpmsg/ |
| D | rpmsg_internal.h | 55 struct rpmsg_endpoint_ops { struct 56 void (*destroy_ept)(struct rpmsg_endpoint *ept); 58 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); 59 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 60 int (*send_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 63 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len); 64 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 65 int (*trysend_offchannel)(struct rpmsg_endpoint *ept, u32 src, u32 dst, 67 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
|