Searched refs:exec_cmd (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/mtd/lpddr/ |
D | lpddr2_nvm.c | 177 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/ |
D | run-command.h | 47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
|
D | run-command.c | 125 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/ |
D | tdc.py | 116 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/ |
D | target_core_backend.h | 107 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
|
/Linux-v4.19/drivers/target/ |
D | target_core_device.c | 1125 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb() 1225 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()
|