Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/lpddr/
Dlpddr2_nvm.c177 exec_cmd = { {0} }, sr; in lpddr2_nvm_do_op() local
189 exec_cmd.x[0] = 0x0001; in lpddr2_nvm_do_op()
221 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS)); in lpddr2_nvm_do_op()
223 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS) + 2); in lpddr2_nvm_do_op()
/Linux-v4.19/tools/lib/subcmd/
Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
Drun-command.c125 if (cmd->exec_cmd) { in start_command()
220 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py116 def exec_cmd(args, pm, stage, command): function
164 (proc, foutput) = exec_cmd(args, pm, stage, cmd)
197 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"])
210 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
/Linux-v4.19/include/target/
Dtarget_core_backend.h107 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
/Linux-v4.19/drivers/target/
Dtarget_core_device.c1125 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
1225 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()