Home
last modified time | relevance | path

Searched refs:Opcode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-i2c.c36 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()
H A Dngene-core.c262 if (com->cmd.hdr.Opcode == CMD_FWLOAD_PREPARE) { in ngene_command_mutex()
271 } else if (com->cmd.hdr.Opcode == CMD_FWLOAD_FINISH) { 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 in ngene_command_gpio_set()
[all...]
H A Dngene.h249 u8 Opcode; member
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-i2c.c36 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()
H A Dngene-core.c262 if (com->cmd.hdr.Opcode == CMD_FWLOAD_PREPARE) { in ngene_command_mutex()
271 } else if (com->cmd.hdr.Opcode == CMD_FWLOAD_FINISH) { 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 in ngene_command_gpio_set()
[all...]
H A Dngene.h249 u8 Opcode; member

Completed in 7 milliseconds