|
@@ -476,6 +476,8 @@ const char *mei_pg_state_str(enum mei_pg_state state);
|
|
* @host_clients_map : host clients id pool
|
|
* @host_clients_map : host clients id pool
|
|
* @me_client_index : last FW client index in enumeration
|
|
* @me_client_index : last FW client index in enumeration
|
|
*
|
|
*
|
|
|
|
+ * @allow_fixed_address: allow user space to connect a fixed client
|
|
|
|
+ *
|
|
* @wd_cl : watchdog client
|
|
* @wd_cl : watchdog client
|
|
* @wd_state : watchdog client state
|
|
* @wd_state : watchdog client state
|
|
* @wd_pending : watchdog command is pending
|
|
* @wd_pending : watchdog command is pending
|
|
@@ -567,6 +569,8 @@ struct mei_device {
|
|
DECLARE_BITMAP(host_clients_map, MEI_CLIENTS_MAX);
|
|
DECLARE_BITMAP(host_clients_map, MEI_CLIENTS_MAX);
|
|
unsigned long me_client_index;
|
|
unsigned long me_client_index;
|
|
|
|
|
|
|
|
+ u32 allow_fixed_address;
|
|
|
|
+
|
|
struct mei_cl wd_cl;
|
|
struct mei_cl wd_cl;
|
|
enum mei_wd_states wd_state;
|
|
enum mei_wd_states wd_state;
|
|
bool wd_pending;
|
|
bool wd_pending;
|