Searched refs:rpmsg_set_flow_control (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | rpmsg.h | 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_trysend_offchannel() 326 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) rpmsg_set_flow_control() function
|
/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 280 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);
|
H A D | rpmsg_char.c | 335 ret = rpmsg_set_flow_control(eptdev->ept, set, eptdev->chinfo.dst); in rpmsg_eptdev_ioctl()
|