Searched refs:exec_cmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/mtd/nand/ |
D | pxa3xx_nand.c | 791 int addr_cycle, exec_cmd; in prepare_set_command() local 798 exec_cmd = 1; in prepare_set_command() 806 exec_cmd = 0; in prepare_set_command() 856 exec_cmd = 1; in prepare_set_command() 863 exec_cmd = 0; in prepare_set_command() 950 exec_cmd = 0; in prepare_set_command() 954 exec_cmd = 0; in prepare_set_command() 960 return exec_cmd; in prepare_set_command() 968 int exec_cmd; in nand_cmdfunc() local 992 exec_cmd = prepare_set_command(info, command, 0, column, page_addr); in nand_cmdfunc() [all …]
|
/linux-4.1.27/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-4.1.27/include/target/ |
D | target_core_backend.h | 140 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
|
/linux-4.1.27/tools/perf/util/ |
D | Build | 12 libperf-y += exec_cmd.o
|
/linux-4.1.27/drivers/target/ |
D | target_core_device.c | 1717 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb() 1779 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()
|