diff options
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 4de5140e7379..80a90319fc29 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h | |||
@@ -56,11 +56,6 @@ extern const uuid_le mei_amthif_guid; | |||
56 | extern const uuid_le mei_wd_guid; | 56 | extern const uuid_le mei_wd_guid; |
57 | 57 | ||
58 | /* | 58 | /* |
59 | * Watchdog independence state message | ||
60 | */ | ||
61 | extern const u8 mei_wd_state_independence_msg[3][4]; | ||
62 | |||
63 | /* | ||
64 | * Number of Maximum MEI Clients | 59 | * Number of Maximum MEI Clients |
65 | */ | 60 | */ |
66 | #define MEI_CLIENTS_MAX 256 | 61 | #define MEI_CLIENTS_MAX 256 |
@@ -201,7 +196,6 @@ struct mei_cl { | |||
201 | u8 timer_count; | 196 | u8 timer_count; |
202 | enum mei_file_transaction_states reading_state; | 197 | enum mei_file_transaction_states reading_state; |
203 | enum mei_file_transaction_states writing_state; | 198 | enum mei_file_transaction_states writing_state; |
204 | int sm_state; | ||
205 | struct mei_cl_cb *read_cb; | 199 | struct mei_cl_cb *read_cb; |
206 | 200 | ||
207 | /* MEI CL bus data */ | 201 | /* MEI CL bus data */ |
@@ -502,8 +496,8 @@ struct mei_cl_cb *mei_amthif_find_read_list_entry(struct mei_device *dev, | |||
502 | 496 | ||
503 | void mei_amthif_run_next_cmd(struct mei_device *dev); | 497 | void mei_amthif_run_next_cmd(struct mei_device *dev); |
504 | 498 | ||
505 | int mei_amthif_irq_write_complete(struct mei_device *dev, s32 *slots, | 499 | int mei_amthif_irq_write_complete(struct mei_cl *cl, struct mei_cl_cb *cb, |
506 | struct mei_cl_cb *cb, struct mei_cl_cb *cmpl_list); | 500 | s32 *slots, struct mei_cl_cb *cmpl_list); |
507 | 501 | ||
508 | void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb); | 502 | void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb); |
509 | int mei_amthif_irq_read_msg(struct mei_device *dev, | 503 | int mei_amthif_irq_read_msg(struct mei_device *dev, |
@@ -522,15 +516,6 @@ void mei_nfc_host_exit(void); | |||
522 | */ | 516 | */ |
523 | extern const uuid_le mei_nfc_guid; | 517 | extern const uuid_le mei_nfc_guid; |
524 | 518 | ||
525 | int mei_amthif_irq_write_complete(struct mei_device *dev, s32 *slots, | ||
526 | struct mei_cl_cb *cb, struct mei_cl_cb *cmpl_list); | ||
527 | |||
528 | void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb); | ||
529 | int mei_amthif_irq_read_message(struct mei_cl_cb *complete_list, | ||
530 | struct mei_device *dev, struct mei_msg_hdr *mei_hdr); | ||
531 | int mei_amthif_irq_read(struct mei_device *dev, s32 *slots); | ||
532 | |||
533 | |||
534 | int mei_wd_send(struct mei_device *dev); | 519 | int mei_wd_send(struct mei_device *dev); |
535 | int mei_wd_stop(struct mei_device *dev); | 520 | int mei_wd_stop(struct mei_device *dev); |
536 | int mei_wd_host_init(struct mei_device *dev); | 521 | int mei_wd_host_init(struct mei_device *dev); |