Searched refs:suppress (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/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-v5.4/include/uapi/linux/ |
| D | igmp.h | 70 suppress:1, member 74 suppress:1, member
|
| /Linux-v5.4/drivers/of/unittest-data/ |
| D | overlay_4.dts | 9 /* suppress DTC warning */
|
| D | overlay_11.dts | 9 /* suppress DTC warning */
|
| D | overlay_10.dts | 9 /* suppress DTC warning */
|
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | Makefile | 100 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | emc2103.rst | 36 will show as "fault". The module parameter "apd=0" can be used to suppress
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
| D | ov7670.txt | 21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/ |
| D | gpio-keys.txt | 39 suppress events from the button.
|
| /Linux-v5.4/include/net/ |
| D | fib_rules.h | 71 bool (*suppress)(struct fib_rule *, member
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_rules.c | 374 .suppress = fib4_rule_suppress,
|
| /Linux-v5.4/Documentation/RCU/ |
| D | lockdep-splat.txt | 110 this change would also suppress the above lockdep-RCU splat.
|
| /Linux-v5.4/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-v5.4/tools/perf/Documentation/ |
| D | Makefile | 133 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v5.4/net/ipv6/ |
| D | fib6_rules.c | 447 .suppress = fib6_rule_suppress,
|
| /Linux-v5.4/Documentation/process/ |
| D | volatile-considered-harmful.rst | 15 to suppress optimization, which is almost never what one really wants to
|
| /Linux-v5.4/net/core/ |
| D | fib_rules.c | 303 if (!err && ops->suppress && ops->suppress(rule, arg)) in fib_rules_lookup()
|
| /Linux-v5.4/Documentation/ |
| D | DMA-attributes.txt | 136 This tells the DMA-mapping subsystem to suppress allocation failure reports
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-dust.txt | 231 This will suppress log messages from add / remove / removed by write
|
| /Linux-v5.4/Documentation/driver-api/firmware/ |
| D | fallback-mechanisms.rst | 184 but you want to suppress kobject uevents, as you have a custom solution which
|
| /Linux-v5.4/tools/usb/usbip/ |
| D | INSTALL | 228 suppress all normal output, redirect it to `/dev/null' (any error
|
| /Linux-v5.4/Documentation/core-api/ |
| D | printk-formats.rst | 445 to suppress this behaviour.
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | fib_tests.sh | 1631 fib_suppress_test|suppress) fib_suppress_test;;
|
12