Searched refs:rpmsg_trysendto (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | rpmsg.h | 191 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 291 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() function
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() function 280 EXPORT_SYMBOL(rpmsg_trysendto);
|
H A D | rpmsg_char.c | 278 ret = rpmsg_trysendto(eptdev->ept, kbuf, len, eptdev->chinfo.dst); in rpmsg_eptdev_write_iter()
|
/openbmc/linux/Documentation/staging/ |
H A D | rpmsg.rst | 153 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst)
|