Home
last modified time | relevance | path

Searched refs:mei_msg (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/mei/
Dhbm.c1008 struct mei_bus_message *mei_msg; in mei_hbm_dispatch() local
1022 mei_msg = (struct mei_bus_message *)dev->rd_msg_buf; in mei_hbm_dispatch()
1023 cl_cmd = (struct mei_hbm_cl_cmd *)mei_msg; in mei_hbm_dispatch()
1033 switch (mei_msg->hbm_cmd) { in mei_hbm_dispatch()
1039 version_res = (struct hbm_host_version_response *)mei_msg; in mei_hbm_dispatch()
1097 flow_control = (struct hbm_flow_control *) mei_msg; in mei_hbm_dispatch()
1127 props_res = (struct hbm_props_response *)mei_msg; in mei_hbm_dispatch()
1151 enum_res = (struct hbm_host_enum_response *) mei_msg; in mei_hbm_dispatch()
1192 disconnect_req = (struct hbm_client_connect_request *)mei_msg; in mei_hbm_dispatch()
1217 add_cl_req = (struct hbm_add_client_request *)mei_msg; in mei_hbm_dispatch()