Searched refs:rpmsg_trysendto (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | rpmsg.h | 186 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 284 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() function
|
/linux-6.3-rc2/drivers/rpmsg/ |
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);
|
A D | rpmsg_char.c | 260 ret = rpmsg_trysendto(eptdev->ept, kbuf, len, eptdev->chinfo.dst); in rpmsg_eptdev_write_iter()
|
/linux-6.3-rc2/Documentation/staging/ |
A D | rpmsg.rst | 153 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst)
|
Completed in 6 milliseconds