Lines Matching full:disconnect
258 * ishtp_cl_disconnect() - Send disconnect request to firmware
261 * Send a disconnect request for a client to firmware.
263 * Return: 0 if successful disconnect response from the firmware or error
278 dev->print_log(dev, "%s() Disconnect in progress\n", __func__); in ishtp_cl_disconnect()
283 dev->print_log(dev, "%s() Failed to disconnect\n", __func__); in ishtp_cl_disconnect()
284 dev_err(&cl->device->dev, "failed to disconnect.\n"); in ishtp_cl_disconnect()
444 /* if failed allocation, disconnect */ in ishtp_cl_connect()
452 /* if failed allocation, disconnect */ in ishtp_cl_connect()
569 * ishtp_cl_destroy_connection() - Disconnect with the firmware
573 * This is a helper function for client driver to disconnect with firmware,
1043 * Do we need to disconnect such a client? (We don't send in recv_ishtp_cl_msg()
1165 * Do we need to disconnect such a client? (We don't send in recv_ishtp_cl_msg_dma()