|
@@ -419,6 +419,7 @@ const char *mei_pg_state_str(enum mei_pg_state state);
|
|
|
* @hbm_f_pg_supported : hbm feature pgi protocol
|
|
|
* @hbm_f_dc_supported : hbm feature dynamic clients
|
|
|
* @hbm_f_dot_supported : hbm feature disconnect on timeout
|
|
|
+ * @hbm_f_ev_supported : hbm feature event notification
|
|
|
*
|
|
|
* @me_clients_rwsem: rw lock over me_clients list
|
|
|
* @me_clients : list of FW clients
|
|
@@ -514,6 +515,7 @@ struct mei_device {
|
|
|
unsigned int hbm_f_pg_supported:1;
|
|
|
unsigned int hbm_f_dc_supported:1;
|
|
|
unsigned int hbm_f_dot_supported:1;
|
|
|
+ unsigned int hbm_f_ev_supported:1;
|
|
|
|
|
|
struct rw_semaphore me_clients_rwsem;
|
|
|
struct list_head me_clients;
|