aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/mei_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r--drivers/misc/mei/mei_dev.h19
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;
56extern const uuid_le mei_wd_guid; 56extern const uuid_le mei_wd_guid;
57 57
58/* 58/*
59 * Watchdog independence state message
60 */
61extern 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
503void mei_amthif_run_next_cmd(struct mei_device *dev); 497void mei_amthif_run_next_cmd(struct mei_device *dev);
504 498
505int mei_amthif_irq_write_complete(struct mei_device *dev, s32 *slots, 499int 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
508void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb); 502void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb);
509int mei_amthif_irq_read_msg(struct mei_device *dev, 503int mei_amthif_irq_read_msg(struct mei_device *dev,
@@ -522,15 +516,6 @@ void mei_nfc_host_exit(void);
522 */ 516 */
523extern const uuid_le mei_nfc_guid; 517extern const uuid_le mei_nfc_guid;
524 518
525int mei_amthif_irq_write_complete(struct mei_device *dev, s32 *slots,
526 struct mei_cl_cb *cb, struct mei_cl_cb *cmpl_list);
527
528void mei_amthif_complete(struct mei_device *dev, struct mei_cl_cb *cb);
529int mei_amthif_irq_read_message(struct mei_cl_cb *complete_list,
530 struct mei_device *dev, struct mei_msg_hdr *mei_hdr);
531int mei_amthif_irq_read(struct mei_device *dev, s32 *slots);
532
533
534int mei_wd_send(struct mei_device *dev); 519int mei_wd_send(struct mei_device *dev);
535int mei_wd_stop(struct mei_device *dev); 520int mei_wd_stop(struct mei_device *dev);
536int mei_wd_host_init(struct mei_device *dev); 521int mei_wd_host_init(struct mei_device *dev);