Searched refs:suppress (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.6.21/drivers/tty/ |
D | sysrq.c | 823 bool suppress; in sysrq_handle_keypress() local 890 suppress = sysrq->active; in sysrq_handle_keypress() 921 suppress = false; in sysrq_handle_keypress() 924 return suppress; in sysrq_handle_keypress() 931 bool suppress; in sysrq_filter() local 943 suppress = false; in sysrq_filter() 947 suppress = sysrq_handle_keypress(sysrq, code, value); in sysrq_filter() 951 suppress = sysrq->active; in sysrq_filter() 955 return suppress; in sysrq_filter()
|
/linux-6.6.21/include/uapi/linux/ |
D | igmp.h | 70 suppress:1, member 74 suppress:1, member
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | engleder,tsnep.yaml | 91 suppress-preamble; 111 suppress-preamble;
|
D | mdio.yaml | 55 suppress-preamble:
|
/linux-6.6.21/drivers/of/unittest-data/ |
D | overlay_4.dtso | 8 /* suppress DTC warning */
|
D | overlay_10.dtso | 9 /* suppress DTC warning */
|
D | overlay_11.dtso | 9 /* suppress DTC warning */
|
/linux-6.6.21/tools/lib/perf/Documentation/ |
D | Makefile | 82 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
/linux-6.6.21/Documentation/hwmon/ |
D | emc2103.rst | 36 will show as "fault". The module parameter "apd=0" can be used to suppress
|
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/ |
D | ov7670.txt | 21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output
|
/linux-6.6.21/include/net/ |
D | fib_rules.h | 72 bool (*suppress)(struct fib_rule *, int, member
|
/linux-6.6.21/Documentation/devicetree/bindings/input/ |
D | gpio-keys.yaml | 86 which can be disabled to suppress events from the button.
|
/linux-6.6.21/arch/arm/boot/dts/nxp/vf/ |
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-6.6.21/tools/perf/Documentation/ |
D | Makefile | 130 XMLTO_EXTRA += -m manpage-suppress-sp.xsl
|
/linux-6.6.21/net/ipv4/ |
D | fib_rules.c | 382 .suppress = fib4_rule_suppress,
|
/linux-6.6.21/Documentation/RCU/ |
D | lockdep-splat.rst | 115 this change would also suppress the above lockdep-RCU splat.
|
/linux-6.6.21/drivers/virtio/ |
D | Kconfig | 40 Enable this to harden the device notifications and suppress
|
/linux-6.6.21/net/ipv6/ |
D | fib6_rules.c | 458 .suppress = fib6_rule_suppress,
|
/linux-6.6.21/Documentation/process/ |
D | volatile-considered-harmful.rst | 15 to suppress optimization, which is almost never what one really wants to
|
/linux-6.6.21/Documentation/core-api/ |
D | dma-attributes.rst | 110 This tells the DMA-mapping subsystem to suppress allocation failure reports
|
/linux-6.6.21/Documentation/networking/ |
D | can_ucan_protocol.rst | 307 Although UCAN devices can suppress error frames completely, in Linux
|
123