Searched refs:dry (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-axi-spi-engine.c | 202 bool dry, uint16_t cmd) in spi_engine_program_add_cmd() argument 206 if (!dry) in spi_engine_program_add_cmd() 228 static void spi_engine_gen_xfer(struct spi_engine_program *p, bool dry, in spi_engine_gen_xfer() argument 252 spi_engine_program_add_cmd(p, dry, in spi_engine_gen_xfer() 258 static void spi_engine_gen_sleep(struct spi_engine_program *p, bool dry, in spi_engine_gen_sleep() argument 276 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_SLEEP(n - 1)); in spi_engine_gen_sleep() 281 static void spi_engine_gen_cs(struct spi_engine_program *p, bool dry, in spi_engine_gen_cs() argument 289 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_ASSERT(0, mask)); in spi_engine_gen_cs() 368 static void spi_engine_compile_message(struct spi_message *msg, bool dry, in spi_engine_compile_message() argument 403 spi_engine_program_add_cmd(p, dry, in spi_engine_compile_message() [all …]
|
| /linux/samples/bpf/ |
| H A D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 102 --dry-run )
|
| /linux/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 36 -d | --dry-run Don't actually run any tests 72 -d | --dry-run)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-inject.txt | 91 start with "dry-run" which will cause the file to be processed but
|
| H A D | perf-record.txt | 675 --dry-run:: 676 Parse options then exit. --dry-run can be used to detect errors in cmdline 679 'perf record --dry-run -e' can act as a BPF script compiler if llvm.dump-obj
|
| H A D | perf-probe.txt | 120 --dry-run::
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of
|