Home
last modified time | relevance | path

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

/drivers/media/pci/ngene/
Dngene-core.c280 if (com->cmd.hdr.Opcode == CMD_FWLOAD_PREPARE) { in ngene_command_mutex()
289 } else if (com->cmd.hdr.Opcode == CMD_FWLOAD_FINISH) { in ngene_command_mutex()
324 com->cmd.hdr.Opcode, dev->prev_cmd); in ngene_command_mutex()
328 if (com->cmd.hdr.Opcode == CMD_FWLOAD_FINISH) in ngene_command_mutex()
331 dev->prev_cmd = com->cmd.hdr.Opcode; in ngene_command_mutex()
359 com.cmd.hdr.Opcode = CMD_FWLOAD_PREPARE; in ngene_command_load_firmware()
375 com.cmd.hdr.Opcode = CMD_FWLOAD_FINISH; in ngene_command_load_firmware()
390 com.cmd.hdr.Opcode = CMD_CONFIGURE_BUFFER; in ngene_command_config_buf()
405 com.cmd.hdr.Opcode = CMD_CONFIGURE_FREE_BUFFER; in ngene_command_config_free_buf()
421 com.cmd.hdr.Opcode = CMD_SET_GPIO_PIN; in ngene_command_gpio_set()
[all …]
Dngene-i2c.c53 com.cmd.hdr.Opcode = CMD_I2C_READ; in ngene_command_i2c_read()
81 com.cmd.hdr.Opcode = CMD_I2C_WRITE; in ngene_command_i2c_write()
Dngene.h249 u8 Opcode; member
/drivers/scsi/
DBusLogic.h829 enum BusLogic_CCB_Opcode Opcode; /* Byte 0 */ member
DBusLogic.c2554 if (CCB->Opcode == BusLogic_BusDeviceReset) { in BusLogic_ProcessCompletedCCBs()
2777 if (CCB->Opcode != BusLogic_BusDeviceReset) in BusLogic_WriteOutgoingMailbox()
2859 CCB->Opcode = BusLogic_InitiatorCCB_ScatterGather; in BusLogic_QueueCommand_lck()
2873 CCB->Opcode = BusLogic_InitiatorCCB; in BusLogic_QueueCommand_lck()