Searched refs:rpmsg_trysend_offchannel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rpmsg.h | 136 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 237 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rpmsg.h | 192 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, 300 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel() function
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 256 * rpmsg_trysend_offchannel() - send a message using explicit src/dst addresses 274 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel() function 284 EXPORT_SYMBOL(rpmsg_trysend_offchannel); variable
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | rpmsg_core.c | 303 * rpmsg_trysend_offchannel() - send a message using explicit src/dst addresses 321 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel() function 331 EXPORT_SYMBOL(rpmsg_trysend_offchannel); variable
|
Completed in 4 milliseconds