Home
last modified time | relevance | path

Searched refs:rpmsg_trysendto (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Drpmsg.h191 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 Drpmsg_core.c271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto() function
280 EXPORT_SYMBOL(rpmsg_trysendto);
H A Drpmsg_char.c278 ret = rpmsg_trysendto(eptdev->ept, kbuf, len, eptdev->chinfo.dst); in rpmsg_eptdev_write_iter()
/openbmc/linux/Documentation/staging/
H A Drpmsg.rst153 int rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst)