Lines Matching +full:firmware +full:- +full:initialized
1 .. SPDX-License-Identifier: GPL-2.0
7 resource (Co-processor) residing inside certain Intel chipsets. The Intel ME
18 each client has its own protocol. The protocol is message-based with a
34 The driver is transparent to data that are passed between firmware feature
50 .. code-block:: C
83 -------------------------
84 Connect to firmware Feature/Client.
86 .. code-block:: none
96 struct mei_connect_client_data - contain the following
99 in_client_uuid - GUID of the FW Feature that needs
102 out_client_properties - Client Properties: MTU and Protocol Version.
108 ENODEV Device or Connection is not initialized or ready.
119 ------------------------------
121 .. code-block:: none
131 struct mei_connect_client_data_vtag - contain the following
134 in_client_uuid - GUID of the FW Feature that needs
136 vtag - virtual tag [1, 255]
139 out_client_properties - Client Properties: MTU and Protocol Version.
145 ENODEV Device or Connection is not initialized or ready.
152 ---------------------
156 .. code-block:: none
173 ENODEV Device is not initialized or the client not connected
183 --------------------
186 .. code-block:: none
193 1 - if an event is pending
194 0 - if there is no even pending
198 ENODEV Device is not initialized or the client not connected
213 linux-mei@linux.intel.com