Home
last modified time | relevance | path

Searched refs:dry (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/spi/
Dspi-axi-spi-engine.c109 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/
Dxdp2skb_meta.sh82 --long verbose,flush,help,list,dev:,dry-run -- "$@")
102 --dry-run )
/Linux-v6.1/tools/testing/selftests/
Drun_kselftest.sh27 -d | --dry-run Don't actually run any tests
/Linux-v6.1/tools/testing/selftests/livepatch/
Dfunctions.sh133 modprobe --dry-run "$mod" &>/dev/null
/Linux-v6.1/drivers/gpio/
DTODO116 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/
Dperf-inject.txt91 start with "dry-run" which will cause the file to be processed but
Dperf-record.txt611 --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
Dperf-intel-pt.txt1352 $ 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
Dperf-probe.txt120 --dry-run::
/Linux-v6.1/Documentation/process/
Dapplying-patches.rst106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of