Searched refs:suppress (Results 1 – 25 of 46) sorted by relevance
12
| /Linux-v5.10/drivers/tty/ |
| D | sysrq.c | 820 bool suppress; in sysrq_handle_keypress() local 885 suppress = sysrq->active; in sysrq_handle_keypress() 916 suppress = false; in sysrq_handle_keypress() 919 return suppress; in sysrq_handle_keypress() 926 bool suppress; in sysrq_filter() local 938 suppress = false; in sysrq_filter() 942 suppress = sysrq_handle_keypress(sysrq, code, value); in sysrq_filter() 946 suppress = sysrq->active; in sysrq_filter() 950 return suppress; in sysrq_filter()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | igmp.h | 70 suppress:1, member 74 suppress:1, member
|
| /Linux-v5.10/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-v5.10/tools/lib/perf/Documentation/ |
| D | Makefile | 82 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v5.10/tools/lib/traceevent/Documentation/ |
| D | Makefile | 100 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v5.10/Documentation/hwmon/ |
| D | emc2103.rst | 36 will show as "fault". The module parameter "apd=0" can be used to suppress
|
| /Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | ov7670.txt | 21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output
|
| /Linux-v5.10/include/net/ |
| D | fib_rules.h | 72 bool (*suppress)(struct fib_rule *, member
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | vf610-zii-ssmb-dtu.dts | 112 suppress-preamble;
|
| D | vf610-zii-cfu1.dts | 162 suppress-preamble;
|
| D | vf610-zii-spb4.dts | 123 suppress-preamble;
|
| D | vf610-zii-ssmb-spu3.dts | 137 suppress-preamble;
|
| D | vf610-zii-dev.dtsi | 141 suppress-preamble;
|
| /Linux-v5.10/Documentation/RCU/ |
| D | lockdep-splat.rst | 115 this change would also suppress the above lockdep-RCU splat.
|
| /Linux-v5.10/net/ipv4/ |
| D | fib_rules.c | 379 .suppress = fib4_rule_suppress,
|
| /Linux-v5.10/Documentation/networking/ |
| D | x25-iface.rst | 109 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.rst | 195 some LAN switches may be configured to suppress ethernet broadcasts
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | Makefile | 133 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
| /Linux-v5.10/Documentation/process/ |
| D | volatile-considered-harmful.rst | 15 to suppress optimization, which is almost never what one really wants to
|
| /Linux-v5.10/Documentation/core-api/ |
| D | dma-attributes.rst | 110 This tells the DMA-mapping subsystem to suppress allocation failure reports
|
| /Linux-v5.10/net/ipv6/ |
| D | fib6_rules.c | 455 .suppress = fib6_rule_suppress,
|
| /Linux-v5.10/net/core/ |
| D | fib_rules.c | 323 if (!err && ops->suppress && INDIRECT_CALL_MT(ops->suppress, in fib_rules_lookup()
|
12