Searched refs:gsi_channel_stop (Results 1 – 3 of 3) sorted by relevance
202 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
1577 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1593 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1707 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
915 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop() function