Searched refs:dry (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/drivers/spi/ |
| D | spi-axi-spi-engine.c | 109 bool dry, uint16_t cmd) in spi_engine_program_add_cmd() argument 111 if (!dry) in spi_engine_program_add_cmd() 145 static void spi_engine_gen_xfer(struct spi_engine_program *p, bool dry, in spi_engine_gen_xfer() argument 159 spi_engine_program_add_cmd(p, dry, in spi_engine_gen_xfer() 165 static void spi_engine_gen_sleep(struct spi_engine_program *p, bool dry, in spi_engine_gen_sleep() argument 185 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_SLEEP(n - 1)); in spi_engine_gen_sleep() 190 static void spi_engine_gen_cs(struct spi_engine_program *p, bool dry, in spi_engine_gen_cs() argument 198 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_ASSERT(1, mask)); in spi_engine_gen_cs() 202 struct spi_message *msg, bool dry, struct spi_engine_program *p) in spi_engine_compile_message() argument 211 spi_engine_program_add_cmd(p, dry, in spi_engine_compile_message() [all …]
|
| /Linux-v6.1/samples/bpf/ |
| D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 102 --dry-run )
|
| /Linux-v6.1/tools/testing/selftests/ |
| D | run_kselftest.sh | 27 -d | --dry-run Don't actually run any tests
|
| /Linux-v6.1/tools/testing/selftests/livepatch/ |
| D | functions.sh | 133 modprobe --dry-run "$mod" &>/dev/null
|
| /Linux-v6.1/drivers/gpio/ |
| D | TODO | 116 dry-code conversions to MMIO GPIO for maintainers to test 124 this with dry-coding and sending to maintainers to test 133 dry-code conversions to gpiolib irqchip for maintainers to test
|
| /Linux-v6.1/tools/perf/Documentation/ |
| D | perf-inject.txt | 91 start with "dry-run" which will cause the file to be processed but
|
| D | perf-record.txt | 611 --dry-run:: 612 Parse options then exit. --dry-run can be used to detect errors in cmdline 615 'perf record --dry-run -e' can act as a BPF script compiler if llvm.dump-obj
|
| D | perf-intel-pt.txt | 1352 $ perf inject -i perf.data.kvm --vm-time-correlation=dry-run 1368 $ perf inject -i perf.data.kvm --vm-time-correlation="dry-run 0xffffe42722c64c41" 1372 [ dry-run ] [ <TSC Offset> [ : <VMCS> [ , <VMCS> ]... ] ]... 1375 The option "dry-run" will cause the file to be processed but without updating it. 1479 $ perf inject -i guest-sideband-testing-host-perf.data --vm-time-correlation=dry-run
|
| D | perf-probe.txt | 120 --dry-run::
|
| /Linux-v6.1/Documentation/process/ |
| D | applying-patches.rst | 106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of
|