Searched refs:gsi_channel_stop (Results 1 – 3 of 3) sorted by relevance
203 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
1726 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1742 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1855 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
1000 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop() function