Searched refs:gsi_channel_stop (Results 1 – 3 of 3) sorted by relevance
199 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
1729 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1745 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1858 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
998 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop() function