Home
last modified time | relevance | path

Searched refs:rpmsg_set_flow_control (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drpmsg.h200 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst);
326 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control() function
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_core.c341 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control() function
350 EXPORT_SYMBOL_GPL(rpmsg_set_flow_control);
H A Drpmsg_char.c335 ret = rpmsg_set_flow_control(eptdev->ept, set, eptdev->chinfo.dst); in rpmsg_eptdev_ioctl()