Searched refs:rpmsg_trysendto (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rpmsg.h | 135 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); 228 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 208 * rpmsg_trysendto() - send a message across to the remote processor, specify dst 224 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() function 233 EXPORT_SYMBOL(rpmsg_trysendto); variable
|
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | rpmsg_core.c | 255 * rpmsg_trysendto() - send a message across to the remote processor, specify dst 271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() function 280 EXPORT_SYMBOL(rpmsg_trysendto); variable
|
H A D | rpmsg_char.c | 278 ret = rpmsg_trysendto(eptdev->ept, kbuf, len, eptdev->chinfo.dst); in rpmsg_eptdev_write_iter()
|
Completed in 5 milliseconds