| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A 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 189 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_SLEEP(n - 1)); in spi_engine_gen_sleep() 194 static void spi_engine_gen_cs(struct spi_engine_program *p, bool dry, in spi_engine_gen_cs() argument 202 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_ASSERT(1, mask)); in spi_engine_gen_cs() 206 struct spi_message *msg, bool dry, struct spi_engine_program *p) in spi_engine_compile_message() argument 215 spi_engine_program_add_cmd(p, dry, in spi_engine_compile_message() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | reverb.c | 176 float * dry, * wet[2]; member 237 p->chan[c].dry = fifo_write(&p->chan[c].reverb.input_fifo, len, 0); in flow() 239 p->chan[c].dry[i] = SOX_SAMPLE_TO_FLOAT_32BIT(*ibuf++, effp->clips); in flow() 243 float out = (1 - p->wet_only) * p->chan[w].dry[i] + in flow() 248 float out = (1 - p->wet_only) * p->chan[0].dry[i] + p->chan[0].wet[w][i]; in flow()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 102 --dry-run )
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 27 -d | --dry-run Don't actually run any tests
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/ |
| H A D | Kconfig | 192 bool "Fake eFuse access (dry run)" 196 This enables a "dry run" mode where eFuses are not really programmed.
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | TODO | 116 dry-code conversions to MMIO GPIO for maintainers to test 124 this with dry-coding and sending to maintainers to test 173 dry-code conversions to gpiolib irqchip for maintainers to test
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/parted/files/ |
| H A D | check-vfat.patch | 23 + modprobe --quiet --dry-run $1 || skip_ "this test requires kernel support for $1"
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | readme.txt | 57 calling them you can use the --dry-run option: 58 $ utils/check-package --dry-run package/yourfavorite/*
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | functions.sh | 116 modprobe --dry-run "$mod" &>/dev/null
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 87 - puts(_(" -n, --dry-run don't actually link anything")); 93 + puts((" -n, --dry-run don't actually link anything"));
|
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 616 + puts(_(" -n, --dry-run don't actually link anything")); 871 + { "dry-run", no_argument, NULL, 'n' },
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-record.txt | 583 --dry-run:: 584 Parse options then exit. --dry-run can be used to detect errors in cmdline 587 '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::
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | linux.mk | 310 …@if patch -p1 --dry-run -f -s -d $(@D) <$(LINUX_PKGDIR)/0001-timeconst.pl-Eliminate-Perl-warning.p…
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.armada-secureboot | 254 [ ] Fake eFuse access (dry run)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/ |
| H A D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 209 # END handle dry-run
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | README | 132 First do a dry run:
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | applying-patches.rst | 106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-intro.rst | 397 -n, --dry-run Don't execute, just go through the motions.
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | README | 478 First do a dry run using the -n flag: (replace <branch> with a real, local
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 2365 --dry-run|--dryrun|-n)
|
| H A D | ChangeLog | 140567 xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs. 140569 Was doing only dry-runs, which kinda explains why changing the compat map
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 16208 # -n, --dry-run display commands without modifying any files 16718 + --dry-run|--dryrun|-n) 16722 - --dry-run | -n) opt_dry_run=: ;; 18034 # Maybe just do a dry run.
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 10728 sending will be applicable by the maintainer is to do a dry run and
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |