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.
397 * @res: hbm property response
426 * mei_hbm_add_cl_resp - send response to fw on client add request
430 * @status: response status
440 dev_dbg(dev->dev, "adding client response\n"); in mei_hbm_add_cl_resp()
451 dev_err(dev->dev, "add client response write failed: ret = %d\n", in mei_hbm_add_cl_resp()
513 * notify_res_to_fop - convert notification response to the proper
516 * @cmd: client notification start response command
530 * notify start response
534 * @cmd: client notification start response command
543 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res()
556 * notify stop response
560 * @cmd: client notification stop response command
569 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res()
832 * @fctrl: flow control response bus message
864 * mei_hbm_cl_tx_flow_ctrl_creds_res - flow control response from me
867 * @fctrl: flow control response bus message
923 * disconnect response
927 * @cmd: disconnect client response host bus message
935 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
960 * connection response
964 * @cmd: connect client response host bus message
972 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
989 * mei_hbm_cl_res - process hbm response received on behalf
1044 * host sends disconnect response
1072 * mei_hbm_pg_enter_res - PG enter response received
1082 dev_err(dev->dev, "hbm: pg entry response: state mismatch [%s, %d]\n", in mei_hbm_pg_enter_res()
1105 * mei_hbm_pg_exit_res - PG exit response received
1116 dev_err(dev->dev, "hbm: pg exit response: state mismatch [%s, %d]\n", in mei_hbm_pg_exit_res()
1136 WARN(1, "hbm: pg exit response: unexpected pg event = %d\n", in mei_hbm_pg_exit_res()
1273 dev_dbg(dev->dev, "hbm: start: response message received.\n"); in mei_hbm_dispatch()
1348 dev_dbg(dev->dev, "hbm: capabilities response: message received.\n"); in mei_hbm_dispatch()
1356 dev_dbg(dev->dev, "hbm: capabilities response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1359 dev_err(dev->dev, "hbm: capabilities response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1388 dev_dbg(dev->dev, "hbm: dma setup response: message received.\n"); in mei_hbm_dispatch()
1396 dev_dbg(dev->dev, "hbm: dma setup response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1399 dev_err(dev->dev, "hbm: dma setup response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1412 dev_info(dev->dev, "hbm: dma setup response: failure = %d %s\n", in mei_hbm_dispatch()
1425 dev_dbg(dev->dev, "hbm: client connect response: message received.\n"); in mei_hbm_dispatch()
1430 dev_dbg(dev->dev, "hbm: client disconnect response: message received.\n"); in mei_hbm_dispatch()
1435 dev_dbg(dev->dev, "hbm: client flow control response: message received.\n"); in mei_hbm_dispatch()
1442 dev_dbg(dev->dev, "hbm: power gate isolation entry response received\n"); in mei_hbm_dispatch()
1456 dev_dbg(dev->dev, "hbm: properties response: message received.\n"); in mei_hbm_dispatch()
1464 dev_dbg(dev->dev, "hbm: properties response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1467 dev_err(dev->dev, "hbm: properties response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1475 dev_dbg(dev->dev, "hbm: properties response: %d CLIENT_NOT_FOUND\n", in mei_hbm_dispatch()
1478 dev_err(dev->dev, "hbm: properties response: wrong status = %d %s\n", in mei_hbm_dispatch()
1493 dev_dbg(dev->dev, "hbm: enumeration response: message received\n"); in mei_hbm_dispatch()
1507 dev_dbg(dev->dev, "hbm: enumeration response: on shutdown, ignoring\n"); in mei_hbm_dispatch()
1510 dev_err(dev->dev, "hbm: enumeration response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1524 dev_dbg(dev->dev, "hbm: stop response: message received\n"); in mei_hbm_dispatch()
1529 dev_err(dev->dev, "hbm: stop response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1535 dev_info(dev->dev, "hbm: stop response: resetting.\n"); in mei_hbm_dispatch()
1570 dev_err(dev->dev, "hbm: add client: failed to send response %d\n", in mei_hbm_dispatch()
1578 dev_dbg(dev->dev, "hbm: notify response received\n"); in mei_hbm_dispatch()
1588 dev_dbg(dev->dev, "hbm: client dma map response: message received.\n"); in mei_hbm_dispatch()
1594 dev_dbg(dev->dev, "hbm: client dma unmap response: message received.\n"); in mei_hbm_dispatch()