Searched refs:rpmsg_set_flow_control (Results 1 – 3 of 3) sorted by relevance
196 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst);304 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control() function
273 * rpmsg_set_flow_control() - request remote to pause/resume transmission280 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control() function 289 EXPORT_SYMBOL_GPL(rpmsg_set_flow_control);
335 ret = rpmsg_set_flow_control(eptdev->ept, set, eptdev->chinfo.dst); in rpmsg_eptdev_ioctl()