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

/linux-master/samples/mei/
H A Dmei-amt-version.c83 #define mei_msg(_me, fmt, ARGS...) do { \ macro
136 mei_msg(me, "max_message_length %d\n", cl->max_msg_length);
137 mei_msg(me, "protocol_version %d\n", cl->protocol_version);
164 mei_msg(me, "call read length = %zd\n", len);
170 mei_msg(me, "have reply\n");
189 mei_msg(me, "read succeeded with result %zd\n", rc);
204 mei_msg(me, "call write length = %zd\n", len);
213 mei_msg(me, "write success\n");
/linux-master/drivers/misc/mei/
H A Dhbm.c1255 struct mei_bus_message *mei_msg; local
1272 mei_msg = (struct mei_bus_message *)dev->rd_msg_buf;
1273 cl_cmd = (struct mei_hbm_cl_cmd *)mei_msg;
1283 switch (mei_msg->hbm_cmd) {
1289 version_res = (struct hbm_host_version_response *)mei_msg;
1376 capability_res = (struct hbm_capability_response *)mei_msg;
1419 dma_setup_res = (struct hbm_dma_setup_response *)mei_msg;
1452 fctrl = (struct hbm_flow_control *)mei_msg;
1487 props_res = (struct hbm_props_response *)mei_msg;
1512 enum_res = (struct hbm_host_enum_response *) mei_msg;
[all...]

Completed in 113 milliseconds