Searched refs:gsi_channel_stop (Results 1 – 3 of 3) sorted by relevance
216 int gsi_channel_stop(struct gsi *gsi, u32 channel_id);
1514 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1530 (void)gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_reset_rx_aggr()1644 ret = gsi_channel_stop(gsi, endpoint->channel_id); in ipa_endpoint_disable_one()
924 int gsi_channel_stop(struct gsi *gsi, u32 channel_id) in gsi_channel_stop() function