Lines Matching +full:input +full:- +full:enable
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
50 .. code-block:: C
83 -------------------------
86 .. code-block:: none
96 struct mei_connect_client_data - contain the following
97 Input field:
99 in_client_uuid - GUID of the FW Feature that needs
102 out_client_properties - Client Properties: MTU and Protocol Version.
110 EFAULT Fatal Error (e.g. Unable to access user input data)
119 ------------------------------
121 .. code-block:: none
131 struct mei_connect_client_data_vtag - contain the following
132 Input field:
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.
147 EFAULT Fatal Error (e.g. Unable to access user input data)
152 ---------------------
153 Enable or disable event notifications.
156 .. code-block:: none
160 uint32_t enable;
162 ioctl(fd, IOCTL_MEI_NOTIFY_SET, &enable);
165 uint32_t enable = 1;
167 uint32_t enable[disable] = 0;
175 EFAULT Fatal Error (e.g. Unable to access user input data)
179 The client must be connected in order to enable notification events
183 --------------------
186 .. code-block:: none
193 1 - if an event is pending
194 0 - if there is no even pending
200 EFAULT Fatal Error (e.g. Unable to access user input data)
213 linux-mei@linux.intel.com