Searched refs:last_response_cmd (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.c35 atomic_long_t *last_response_cmd; member in struct:vpu_cmd_t
119 if (cmd->last_response_cmd)
120 atomic_long_set(cmd->last_response_cmd, cmd->key);
179 cmd->last_response_cmd = &inst->last_response_cmd;
253 unsigned long last_response = atomic_long_read(&inst->last_response_cmd);
H A Dvpu.h256 atomic_long_t last_response_cmd; member in struct:vpu_inst
H A Dvpu_v4l2.c719 atomic_long_set(&inst->last_response_cmd, 0);

Completed in 103 milliseconds