Lines Matching full:response

68  * mei_cl_conn_status_to_errno - convert client connect response
71 * @status: client connect response status
219 * mei_hbm_start_wait - wait for start response message.
401 * @res: hbm property response
430 * mei_hbm_add_cl_resp - send response to fw on client add request
434 * @status: response status
444 dev_dbg(dev->dev, "adding client response\n"); in mei_hbm_add_cl_resp()
455 dev_err(dev->dev, "add client response write failed: ret = %d\n", in mei_hbm_add_cl_resp()
517 * notify_res_to_fop - convert notification response to the proper
520 * @cmd: client notification start response command
534 * notify start response
538 * @cmd: client notification start response command
547 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res()
560 * notify stop response
564 * @cmd: client notification stop response command
573 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res()
836 * @fctrl: flow control response bus message
868 * mei_hbm_cl_tx_flow_ctrl_creds_res - flow control response from me
871 * @fctrl: flow control response bus message
927 * disconnect response
931 * @cmd: disconnect client response host bus message
939 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
964 * connection response
968 * @cmd: connect client response host bus message
976 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
993 * mei_hbm_cl_res - process hbm response received on behalf
1048 * host sends disconnect response
1076 * mei_hbm_pg_enter_res - PG enter response received
1086 dev_err(dev->dev, "hbm: pg entry response: state mismatch [%s, %d]\n", in mei_hbm_pg_enter_res()
1109 * mei_hbm_pg_exit_res - PG exit response received
1120 dev_err(dev->dev, "hbm: pg exit response: state mismatch [%s, %d]\n", in mei_hbm_pg_exit_res()
1140 WARN(1, "hbm: pg exit response: unexpected pg event = %d\n", in mei_hbm_pg_exit_res()
1283 dev_dbg(dev->dev, "hbm: start: response message received.\n"); in mei_hbm_dispatch()
1358 dev_dbg(dev->dev, "hbm: capabilities response: message received.\n"); in mei_hbm_dispatch()
1366 dev_dbg(dev->dev, "hbm: capabilities response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1369 dev_err(dev->dev, "hbm: capabilities response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1401 dev_dbg(dev->dev, "hbm: dma setup response: message received.\n"); in mei_hbm_dispatch()
1409 dev_dbg(dev->dev, "hbm: dma setup response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1412 dev_err(dev->dev, "hbm: dma setup response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1425 dev_info(dev->dev, "hbm: dma setup response: failure = %d %s\n", in mei_hbm_dispatch()
1438 dev_dbg(dev->dev, "hbm: client connect response: message received.\n"); in mei_hbm_dispatch()
1443 dev_dbg(dev->dev, "hbm: client disconnect response: message received.\n"); in mei_hbm_dispatch()
1448 dev_dbg(dev->dev, "hbm: client flow control response: message received.\n"); in mei_hbm_dispatch()
1455 dev_dbg(dev->dev, "hbm: power gate isolation entry response received\n"); in mei_hbm_dispatch()
1469 dev_dbg(dev->dev, "hbm: properties response: message received.\n"); in mei_hbm_dispatch()
1477 dev_dbg(dev->dev, "hbm: properties response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1480 dev_err(dev->dev, "hbm: properties response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1488 dev_dbg(dev->dev, "hbm: properties response: %d CLIENT_NOT_FOUND\n", in mei_hbm_dispatch()
1491 dev_err(dev->dev, "hbm: properties response: wrong status = %d %s\n", in mei_hbm_dispatch()
1506 dev_dbg(dev->dev, "hbm: enumeration response: message received\n"); in mei_hbm_dispatch()
1520 dev_dbg(dev->dev, "hbm: enumeration response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1523 dev_err(dev->dev, "hbm: enumeration response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1537 dev_dbg(dev->dev, "hbm: stop response: message received\n"); in mei_hbm_dispatch()
1542 dev_err(dev->dev, "hbm: stop response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1548 dev_info(dev->dev, "hbm: stop response: resetting.\n"); in mei_hbm_dispatch()
1583 dev_err(dev->dev, "hbm: add client: failed to send response %d\n", in mei_hbm_dispatch()
1591 dev_dbg(dev->dev, "hbm: notify response received\n"); in mei_hbm_dispatch()
1601 dev_dbg(dev->dev, "hbm: client dma map response: message received.\n"); in mei_hbm_dispatch()
1607 dev_dbg(dev->dev, "hbm: client dma unmap response: message received.\n"); in mei_hbm_dispatch()