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