Searched refs:gsi_channel_stop (Results 1 – 3 of 3) sorted by relevance
219 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
1464 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1480 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1579 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
926 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop() function