Lines Matching defs:dev
101 void mei_hbm_idle(struct mei_device *dev) in mei_hbm_idle()
112 void mei_hbm_reset(struct mei_device *dev) in mei_hbm_reset()
168 int mei_hbm_cl_write(struct mei_device *dev, in mei_hbm_cl_write()
204 struct mei_cl *mei_hbm_cl_find_by_cmd(struct mei_device *dev, void *buf) in mei_hbm_cl_find_by_cmd()
223 int mei_hbm_start_wait(struct mei_device *dev) in mei_hbm_start_wait()
251 int mei_hbm_start_req(struct mei_device *dev) in mei_hbm_start_req()
289 static int mei_hbm_enum_clients_req(struct mei_device *dev) in mei_hbm_enum_clients_req()
323 static int mei_hbm_me_cl_add(struct mei_device *dev, in mei_hbm_me_cl_add()
354 static int mei_hbm_prop_req(struct mei_device *dev) in mei_hbm_prop_req()
404 int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd) in mei_hbm_pg()
434 static int mei_hbm_stop_req(struct mei_device *dev) in mei_hbm_stop_req()
458 int mei_hbm_cl_flow_control_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_flow_control_req()
474 static int mei_hbm_add_single_flow_creds(struct mei_device *dev, in mei_hbm_add_single_flow_creds()
508 static void mei_hbm_cl_flow_control_res(struct mei_device *dev, in mei_hbm_cl_flow_control_res()
536 int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_req()
551 int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_disconnect_rsp()
566 static void mei_hbm_cl_disconnect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_disconnect_res()
587 int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl) in mei_hbm_cl_connect_req()
602 static void mei_hbm_cl_connect_res(struct mei_device *dev, struct mei_cl *cl, in mei_hbm_cl_connect_res()
626 static void mei_hbm_cl_res(struct mei_device *dev, in mei_hbm_cl_res()
675 static int mei_hbm_fw_disconnect_req(struct mei_device *dev, in mei_hbm_fw_disconnect_req()
702 static void mei_hbm_config_features(struct mei_device *dev) in mei_hbm_config_features()
721 bool mei_hbm_version_is_supported(struct mei_device *dev) in mei_hbm_version_is_supported()
737 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch()