Lines Matching refs:mei_device
97 static inline int mei_hbm_write_message(struct mei_device *dev, in mei_hbm_write_message()
109 void mei_hbm_idle(struct mei_device *dev) in mei_hbm_idle()
120 void mei_hbm_reset(struct mei_device *dev) in mei_hbm_reset()
172 static inline int mei_hbm_cl_write(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_write()
208 struct mei_cl *mei_hbm_cl_find_by_cmd(struct mei_device *dev, void *buf) in mei_hbm_cl_find_by_cmd()
227 int mei_hbm_start_wait(struct mei_device *dev) in mei_hbm_start_wait()
255 int mei_hbm_start_req(struct mei_device *dev) in mei_hbm_start_req()
291 static int mei_hbm_dma_setup_req(struct mei_device *dev) in mei_hbm_dma_setup_req()
333 static int mei_hbm_capabilities_req(struct mei_device *dev) in mei_hbm_capabilities_req()
372 static int mei_hbm_enum_clients_req(struct mei_device *dev) in mei_hbm_enum_clients_req()
408 static int mei_hbm_me_cl_add(struct mei_device *dev, in mei_hbm_me_cl_add()
440 static int mei_hbm_add_cl_resp(struct mei_device *dev, u8 addr, u8 status) in mei_hbm_add_cl_resp()
470 static int mei_hbm_fw_add_cl_req(struct mei_device *dev, in mei_hbm_fw_add_cl_req()
498 int mei_hbm_cl_notify_req(struct mei_device *dev, in mei_hbm_cl_notify_req()
542 static void mei_hbm_cl_notify_start_res(struct mei_device *dev, in mei_hbm_cl_notify_start_res()
568 static void mei_hbm_cl_notify_stop_res(struct mei_device *dev, in mei_hbm_cl_notify_stop_res()
593 static void mei_hbm_cl_notify(struct mei_device *dev, in mei_hbm_cl_notify()
611 int mei_hbm_cl_dma_map_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_map_req()
642 int mei_hbm_cl_dma_unmap_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_dma_unmap_req()
662 static void mei_hbm_cl_dma_map_res(struct mei_device *dev, in mei_hbm_cl_dma_map_res()
692 static void mei_hbm_cl_dma_unmap_res(struct mei_device *dev, in mei_hbm_cl_dma_unmap_res()
730 static int mei_hbm_prop_req(struct mei_device *dev, unsigned long start_idx) in mei_hbm_prop_req()
775 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd) in mei_hbm_pg()
803 static int mei_hbm_stop_req(struct mei_device *dev) in mei_hbm_stop_req()
825 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req()
842 static int mei_hbm_add_single_tx_flow_ctrl_creds(struct mei_device *dev, in mei_hbm_add_single_tx_flow_ctrl_creds()
875 static void mei_hbm_cl_tx_flow_ctrl_creds_res(struct mei_device *dev, in mei_hbm_cl_tx_flow_ctrl_creds_res()
903 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_req()
919 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_rsp()
935 static void mei_hbm_cl_disconnect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_disconnect_res()
956 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_connect_req()
972 static void mei_hbm_cl_connect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_connect_res()
1002 static void mei_hbm_cl_res(struct mei_device *dev, in mei_hbm_cl_res()
1057 static int mei_hbm_fw_disconnect_req(struct mei_device *dev, in mei_hbm_fw_disconnect_req()
1084 static int mei_hbm_pg_enter_res(struct mei_device *dev) in mei_hbm_pg_enter_res()
1104 void mei_hbm_pg_resume(struct mei_device *dev) in mei_hbm_pg_resume()
1117 static int mei_hbm_pg_exit_res(struct mei_device *dev) in mei_hbm_pg_exit_res()
1156 static void mei_hbm_config_features(struct mei_device *dev) in mei_hbm_config_features()
1237 bool mei_hbm_version_is_supported(struct mei_device *dev) in mei_hbm_version_is_supported()
1253 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()