Searched refs:suppress (Results 1 – 25 of 32) sorted by relevance
12
| /Linux-v4.19/drivers/tty/ |
| D | sysrq.c | 776 bool suppress; in sysrq_handle_keypress() local 827 suppress = sysrq->active; in sysrq_handle_keypress() 858 suppress = false; in sysrq_handle_keypress() 861 return suppress; in sysrq_handle_keypress() 868 bool suppress; in sysrq_filter() local 880 suppress = false; in sysrq_filter() 884 suppress = sysrq_handle_keypress(sysrq, code, value); in sysrq_filter() 888 suppress = sysrq->active; in sysrq_filter() 892 return suppress; in sysrq_filter()
|
| /Linux-v4.19/include/uapi/linux/ |
| D | igmp.h | 70 suppress:1, member 74 suppress:1, member
|
| /Linux-v4.19/drivers/of/unittest-data/ |
| D | overlay_4.dts | 9 /* suppress DTC warning */
|
| D | overlay_10.dts | 9 /* suppress DTC warning */
|
| D | overlay_11.dts | 9 /* suppress DTC warning */
|
| /Linux-v4.19/Documentation/hwmon/ |
| D | emc2103 | 32 will show as "fault". The module parameter "apd=0" can be used to suppress
|
| /Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
| D | ov7670.txt | 21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output
|
| /Linux-v4.19/Documentation/devicetree/bindings/input/ |
| D | gpio-keys.txt | 39 suppress events from the button.
|
| /Linux-v4.19/include/net/ |
| D | fib_rules.h | 71 bool (*suppress)(struct fib_rule *, member
|
| /Linux-v4.19/Documentation/RCU/ |
| D | lockdep-splat.txt | 110 this change would also suppress the above lockdep-RCU splat.
|
| /Linux-v4.19/net/ipv4/ |
| D | fib_rules.c | 370 .suppress = fib4_rule_suppress,
|
| /Linux-v4.19/Documentation/networking/ |
| D | x25-iface.txt | 103 This will reliably suppress packet loss. The LAPB protocol will
|
| D | can_ucan_protocol.rst | 307 Although UCAN devices can suppress error frames completely, in Linux
|
| D | netconsole.txt | 175 TIP: some LAN switches may be configured to suppress ethernet broadcasts
|
| /Linux-v4.19/tools/perf/Documentation/ |
| D | Makefile | 132 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v4.19/Documentation/process/ |
| D | volatile-considered-harmful.rst | 15 to suppress optimization, which is almost never what one really wants to
|
| /Linux-v4.19/net/ipv6/ |
| D | fib6_rules.c | 446 .suppress = fib6_rule_suppress,
|
| /Linux-v4.19/net/core/ |
| D | fib_rules.c | 306 if (!err && ops->suppress && ops->suppress(rule, arg)) in fib_rules_lookup()
|
| /Linux-v4.19/Documentation/ |
| D | DMA-attributes.txt | 136 This tells the DMA-mapping subsystem to suppress allocation failure reports
|
| D | kprobes.txt | 282 tweak the kernel's execution path, you need to suppress optimization,
|
| /Linux-v4.19/Documentation/driver-api/firmware/ |
| D | fallback-mechanisms.rst | 184 but you want to suppress kobject uevents, as you have a custom solution which
|
| /Linux-v4.19/tools/usb/usbip/ |
| D | INSTALL | 228 suppress all normal output, redirect it to `/dev/null' (any error
|
| /Linux-v4.19/scripts/ |
| D | spelling.txt | 1179 supress||suppress
|
| /Linux-v4.19/Documentation/s390/ |
| D | cds.txt | 250 CCW_FLAG_SLI - suppress incorrect length
|
| /Linux-v4.19/Documentation/security/keys/ |
| D | core.rst | 500 of uid or gid can be set to -1 to suppress that change. 1086 the kernel can pass KEY_ALLOC_BYPASS_RESTRICTION to suppress the check.
|
12