Searched refs:sloppy (Results 1 – 8 of 8) 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
39 gpio-sloppy-logic-analyzer
215 bool sloppy; member
1220 return ctx->sloppy ? 1 : opt; in smb3_fs_context_parse_param()1809 ctx->sloppy = true; in smb3_fs_context_parse_param()
600 return (opt == -ENOPARAM && ctx->sloppy) ? 1 : opt; in nfs_fs_context_parse_param()1040 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
11035 F: Documentation/dev-tools/gpio-sloppy-logic-analyzer.rst11036 F: drivers/gpio/gpio-sloppy-logic-analyzer.c11037 F: tools/gpio/gpio-sloppy-logic-analyzer.sh