Searched refs:ibmasm_wait_for_response (Results 1 – 6 of 6) sorted by relevance
86 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_send_driver_vpd()131 ibmasm_wait_for_response(cmd, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_send_os_state()
62 ibmasm_wait_for_response(cmd, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_start_reverse_heartbeat()
66 ibmasm_wait_for_response(sp->heartbeat, IBMASM_CMD_TIMEOUT_NORMAL); in ibmasm_heartbeat_exit()
148 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response() function
159 void ibmasm_wait_for_response(struct command *cmd, int timeout);
332 ibmasm_wait_for_response(cmd, get_dot_command_timeout(cmd->buffer)); in command_file_write()