Lines Matching full:gsi
11 struct gsi;
16 * ipa_gsi_trans_complete() - GSI transaction completion callback
19 * This called from the GSI layer to notify the IPA layer that a
25 * ipa_gsi_trans_release() - GSI transaction release callback
28 * This called from the GSI layer to notify the IPA layer that a
35 * ipa_gsi_channel_tx_queued() - GSI queued to hardware notification
36 * @gsi: GSI pointer
41 * This called from the GSI layer to notify the IPA layer that some
44 void ipa_gsi_channel_tx_queued(struct gsi *gsi, u32 channel_id, u32 count,
48 * ipa_gsi_channel_tx_completed() - GSI transaction completion callback
49 * @gsi: GSI pointer
54 * This called from the GSI layer to notify the IPA layer that the hardware
57 void ipa_gsi_channel_tx_completed(struct gsi *gsi, u32 channel_id, u32 count,