Searched refs:rpmsg_trysend (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | rpmsg.h | 130 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len); 210 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() function
|
| /Linux-v5.4/drivers/rpmsg/ |
| D | rpmsg_core.c | 196 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() function 205 EXPORT_SYMBOL(rpmsg_trysend);
|
| D | rpmsg_char.c | 244 ret = rpmsg_trysend(eptdev->ept, kbuf, len); in rpmsg_eptdev_write_iter()
|
| /Linux-v5.4/drivers/soc/qcom/ |
| D | apr.c | 58 ret = rpmsg_trysend(apr->ch, pkt, hdr->pkt_size); in apr_send_pkt()
|
| /Linux-v5.4/Documentation/ |
| D | rpmsg.txt | 137 int rpmsg_trysend(struct rpmsg_channel *rpdev, void *data, int len);
|