Lines Matching refs:mei_device
10 struct mei_device;
40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
42 void mei_hbm_idle(struct mei_device *dev);
43 void mei_hbm_reset(struct mei_device *dev);
44 int mei_hbm_start_req(struct mei_device *dev);
45 int mei_hbm_start_wait(struct mei_device *dev);
46 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl);
47 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl);
48 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl);
49 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl);
50 bool mei_hbm_version_is_supported(struct mei_device *dev);
51 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd);
52 void mei_hbm_pg_resume(struct mei_device *dev);
53 int mei_hbm_cl_notify_req(struct mei_device *dev,
55 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl);
56 int mei_hbm_cl_dma_unmap_req(struct mei_device *dev, struct mei_cl *cl);