Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h114730 struct rpmsg_endpoint_ops { struct
114731 void (*destroy_ept)(struct rpmsg_endpoint *);
114732 int (*send)(struct rpmsg_endpoint *, void *, int);
114733 int (*sendto)(struct rpmsg_endpoint *, void *, int, u32);
114734 int (*send_offchannel)(struct rpmsg_endpoint *, u32, u32, void *, int);
114735 int (*trysend)(struct rpmsg_endpoint *, void *, int);
114736 int (*trysendto)(struct rpmsg_endpoint *, void *, int, u32);
114737 int (*trysend_offchannel)(struct rpmsg_endpoint *, u32, u32, void *, int);
114738 __poll_t (*poll)(struct rpmsg_endpoint *, struct file *, poll_table *);
114739 int (*set_flow_control)(struct rpmsg_endpoint *, bool, u32);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h122067 struct rpmsg_endpoint_ops { struct
122068 void (*destroy_ept)(struct rpmsg_endpoint *);
122069 int (*send)(struct rpmsg_endpoint *, void *, int);
122070 int (*sendto)(struct rpmsg_endpoint *, void *, int, u32);
122071 int (*send_offchannel)(struct rpmsg_endpoint *, u32, u32, void *, int);
122072 int (*trysend)(struct rpmsg_endpoint *, void *, int);
122073 int (*trysendto)(struct rpmsg_endpoint *, void *, int, u32);
122074 int (*trysend_offchannel)(struct rpmsg_endpoint *, u32, u32, void *, int);
122075 __poll_t (*poll)(struct rpmsg_endpoint *, struct file *, poll_table *);
122076 int (*set_flow_control)(struct rpmsg_endpoint *, bool, u32);
[all …]