Searched refs:rpmsg_send_offchannel (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | rpmsg.h | 187 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 274 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel() function
|
/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 197 * rpmsg_send_offchannel() - send a message using explicit src/dst addresses 216 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel() function 226 EXPORT_SYMBOL(rpmsg_send_offchannel);
|
/linux/Documentation/staging/ |
H A D | rpmsg.rst | 115 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
|