Lines Matching full:gsi
16 * DOC: IPA/GSI Configuration Data
19 * IPA and GSI resources to use for a given platform. This data is supplied
30 * GSI channels. A channel is a GSI construct, and represents a single
34 * the only GSI channels of concern to this driver belong to the AP.
40 * added. IPA endpoint and GSI channel configuration data are defined
44 * are common to IPA and GSI (EE ID, channel ID, endpoint ID, and direction);
45 * properties associated with the GSI channel; and properties associated with
71 * struct gsi_channel_data - GSI channel configuration data
76 * A GSI channel is a unidirectional means of transferring data to or
77 * from (and through) the IPA. A GSI channel has a ring buffer made
83 * When data transfer commands have completed the GSI generates an
88 * The input to a GSI channel is a FIFO of type/length/value (TLV)
118 * struct ipa_gsi_endpoint_data - GSI channel/IPA endpoint data
119 * @ee_id: GSI execution environment ID
120 * @channel_id: GSI channel ID
123 * @channel: GSI channel configuration data (see above)
220 * struct ipa_data - combined IPA/GSI configuration data
227 * @endpoint_data: IPA endpoint/GSI channel data