Searched refs:ibmasm_wait_for_response (Results 1 – 6 of 6) sorted by relevance
100 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_send_driver_vpd()145 ibmasm_wait_for_response(cmd, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_send_os_state()
75 ibmasm_wait_for_response(cmd, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_start_reverse_heartbeat()
79 ibmasm_wait_for_response(sp->heartbeat, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_heartbeat_exit()
162 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response() function
170 void ibmasm_wait_for_response(struct command *cmd, int timeout);
337 ibmasm_wait_for_response(cmd, get_dot_command_timeout(cmd->buffer)); in command_file_write()