Home
last modified time | relevance | path

Searched refs:os_state_cmd (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/ibmasm/
Ddot_command.c127 struct os_state_command *os_state_cmd; in ibmasm_send_os_state() local
134 os_state_cmd = (struct os_state_command *)cmd->buffer; in ibmasm_send_os_state()
135 os_state_cmd->header.type = sp_write; in ibmasm_send_os_state()
136 os_state_cmd->header.command_size = 3; in ibmasm_send_os_state()
137 os_state_cmd->header.data_size = 1; in ibmasm_send_os_state()
138 os_state_cmd->header.status = 0; in ibmasm_send_os_state()
139 os_state_cmd->command[0] = 4; in ibmasm_send_os_state()
140 os_state_cmd->command[1] = 3; in ibmasm_send_os_state()
141 os_state_cmd->command[2] = 6; in ibmasm_send_os_state()
142 os_state_cmd->data = os_state; in ibmasm_send_os_state()