Searched refs:Opcode (Results 1 – 3 of 3) sorted by relevance
262 if (com->cmd.hdr.Opcode == CMD_FWLOAD_PREPARE) { in ngene_command_mutex()305 com->cmd.hdr.Opcode, dev->prev_cmd); in ngene_command_mutex()309 if (com->cmd.hdr.Opcode == CMD_FWLOAD_FINISH) in ngene_command_mutex()312 dev->prev_cmd = com->cmd.hdr.Opcode; in ngene_command_mutex()340 com.cmd.hdr.Opcode = CMD_FWLOAD_PREPARE; in ngene_command_load_firmware()356 com.cmd.hdr.Opcode = CMD_FWLOAD_FINISH; in ngene_command_load_firmware()371 com.cmd.hdr.Opcode = CMD_CONFIGURE_BUFFER; in ngene_command_config_buf()386 com.cmd.hdr.Opcode = CMD_CONFIGURE_FREE_BUFFER; in ngene_command_config_free_buf()402 com.cmd.hdr.Opcode = CMD_SET_GPIO_PIN; in ngene_command_gpio_set()552 com.cmd.hdr.Opcode = CMD_CONTROL; in ngene_command_stream_control()[all …]
36 com.cmd.hdr.Opcode = CMD_I2C_READ; in ngene_command_i2c_read()64 com.cmd.hdr.Opcode = CMD_I2C_WRITE; in ngene_command_i2c_write()
250 u8 Opcode; member
Completed in 17 milliseconds