Lines Matching refs:mei_device
20 struct mei_device;
45 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
47 void mei_hbm_idle(struct mei_device *dev);
48 void mei_hbm_reset(struct mei_device *dev);
49 int mei_hbm_start_req(struct mei_device *dev);
50 int mei_hbm_start_wait(struct mei_device *dev);
51 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl);
52 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl);
53 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl);
54 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl);
55 bool mei_hbm_version_is_supported(struct mei_device *dev);
56 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd);