Searched refs:rpmsg_trysendto (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/linux/ |
| 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
|
| /Linux-v6.6/drivers/rpmsg/ |
| 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);
|
| D | rpmsg_char.c | 278 ret = rpmsg_trysendto(eptdev->ept, kbuf, len, eptdev->chinfo.dst); in rpmsg_eptdev_write_iter()
|
| /Linux-v6.6/Documentation/staging/ |
| D | rpmsg.rst | 153 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst)
|