Lines Matching defs:dev

103 void mei_hbm_idle(struct mei_device *dev)  in mei_hbm_idle()
114 void mei_hbm_reset(struct mei_device *dev) in mei_hbm_reset()
170 int mei_hbm_cl_write(struct mei_device *dev, in mei_hbm_cl_write()
206 struct mei_cl *mei_hbm_cl_find_by_cmd(struct mei_device *dev, void *buf) in mei_hbm_cl_find_by_cmd()
225 int mei_hbm_start_wait(struct mei_device *dev) in mei_hbm_start_wait()
253 int mei_hbm_start_req(struct mei_device *dev) in mei_hbm_start_req()
291 static int mei_hbm_enum_clients_req(struct mei_device *dev) in mei_hbm_enum_clients_req()
326 static int mei_hbm_me_cl_add(struct mei_device *dev, in mei_hbm_me_cl_add()
358 static int mei_hbm_add_cl_resp(struct mei_device *dev, u8 addr, u8 status) in mei_hbm_add_cl_resp()
391 static int mei_hbm_fw_add_cl_req(struct mei_device *dev, in mei_hbm_fw_add_cl_req()
416 int mei_hbm_cl_notify_req(struct mei_device *dev, in mei_hbm_cl_notify_req()
462 static void mei_hbm_cl_notify_start_res(struct mei_device *dev, in mei_hbm_cl_notify_start_res()
488 static void mei_hbm_cl_notify_stop_res(struct mei_device *dev, in mei_hbm_cl_notify_stop_res()
513 static void mei_hbm_cl_notify(struct mei_device *dev, in mei_hbm_cl_notify()
531 static int mei_hbm_prop_req(struct mei_device *dev) in mei_hbm_prop_req()
581 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd) in mei_hbm_pg()
611 static int mei_hbm_stop_req(struct mei_device *dev) in mei_hbm_stop_req()
635 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req()
651 static int mei_hbm_add_single_flow_creds(struct mei_device *dev, in mei_hbm_add_single_flow_creds()
685 static void mei_hbm_cl_flow_control_res(struct mei_device *dev, in mei_hbm_cl_flow_control_res()
713 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_req()
728 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_rsp()
743 static void mei_hbm_cl_disconnect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_disconnect_res()
764 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_connect_req()
779 static void mei_hbm_cl_connect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_connect_res()
806 static void mei_hbm_cl_res(struct mei_device *dev, in mei_hbm_cl_res()
861 static int mei_hbm_fw_disconnect_req(struct mei_device *dev, in mei_hbm_fw_disconnect_req()
888 static int mei_hbm_pg_enter_res(struct mei_device *dev) in mei_hbm_pg_enter_res()
908 void mei_hbm_pg_resume(struct mei_device *dev) in mei_hbm_pg_resume()
921 static int mei_hbm_pg_exit_res(struct mei_device *dev) in mei_hbm_pg_exit_res()
960 static void mei_hbm_config_features(struct mei_device *dev) in mei_hbm_config_features()
990 bool mei_hbm_version_is_supported(struct mei_device *dev) in mei_hbm_version_is_supported()
1006 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()