Searched refs:sloppy (Results 1 – 11 of 11) sorted by relevance
4 Linux Kernel GPIO based sloppy logic analyzer12 This document briefly describes how to run the GPIO based in-kernel sloppy15 The sloppy logic analyzer will utilize a few GPIO lines in input mode on a31 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 more79 gpio-sloppy-logic-analyzer -s 1500000 -t 1H+2F -d 15000
37 gpio-sloppy-logic-analyzer
215 bool sloppy; member
123 fsparam_flag("sloppy", Opt_sloppy),1153 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param() 1746 ctx->sloppy = true; in smb3_fs_context_parse_param()
164 obj-$(CONFIG_GPIO_SLOPPY_LOGIC_ANALYZER) += gpio-sloppy-logic-analyzer.o
1989 This option enables support for a sloppy logic analyzer using polled1990 GPIOs. Use the 'tools/gpio/gpio-sloppy-logic-analyzer' script with1998 'gpio-sloppy-logic-analyzer'.
207 fsparam_flag ("sloppy", Opt_sloppy),600 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param() 1039 ctx->sloppy = true; in nfs_fs_context_parse_param()
98 bool sloppy; member
17 subtract, we just xor. Thus, we tend to get a bit sloppy about
1736 ``xfs_defer_drain_drop`` to decrease the sloppy counter and wake up any threads
10466 F: Documentation/dev-tools/gpio-sloppy-logic-analyzer.rst10467 F: drivers/gpio/gpio-sloppy-logic-analyzer.c10468 F: tools/gpio/gpio-sloppy-logic-analyzer.sh