Home
last modified time | relevance | path

Searched refs:sloppy (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/Documentation/dev-tools/
H A Dgpio-sloppy-logic-analyzer.rst4 Linux Kernel GPIO based sloppy logic analyzer
12 This document briefly describes how to run the GPIO based in-kernel sloppy
15 The sloppy logic analyzer will utilize a few GPIO lines in input mode on a
31 non-deterministic code paths and non-maskable interrupts. It is called 'sloppy'
41 sloppy logic analyzer does not interfere with your other settings.
48 compatible = "gpio-sloppy-logic-analyzer";
62 ``tools/gpio/gpio-sloppy-logic-analyzer``. Besides checking parameters more
79 gpio-sloppy-logic-analyzer -s 1500000 -t 1H+2F -d 15000
H A Dindex.rst37 gpio-sloppy-logic-analyzer
/linux-6.15/fs/smb/client/
H A Dfs_context.h215 bool sloppy; member
H A Dfs_context.c1153 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param()
1767 ctx->sloppy = true; in smb3_fs_context_parse_param()
/linux-6.15/drivers/gpio/
H A DMakefile160 obj-$(CONFIG_GPIO_SLOPPY_LOGIC_ANALYZER) += gpio-sloppy-logic-analyzer.o
H A DKconfig1927 This option enables support for a sloppy logic analyzer using polled
1928 GPIOs. Use the 'tools/gpio/gpio-sloppy-logic-analyzer' script with
1936 'gpio-sloppy-logic-analyzer'.
/linux-6.15/fs/nfs/
H A Dfs_context.c570 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()
997 ctx->sloppy = true; in nfs_fs_context_parse_param()
H A Dinternal.h98 bool sloppy; member
/linux-6.15/Documentation/staging/
H A Dcrc32.rst17 subtract, we just xor. Thus, we tend to get a bit sloppy about
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1736 ``xfs_defer_drain_drop`` to decrease the sloppy counter and wake up any threads
/linux-6.15/
H A DMAINTAINERS10153 F: Documentation/dev-tools/gpio-sloppy-logic-analyzer.rst
10154 F: drivers/gpio/gpio-sloppy-logic-analyzer.c
10155 F: tools/gpio/gpio-sloppy-logic-analyzer.sh