Home
last modified time | relevance | path

Searched +full:0 +full:- +full:987 (Results 1 – 25 of 39) sorted by relevance

12

/kernel/linux/linux-4.19/arch/x86/include/asm/
Dunwind_hints.h9 * In asm, there are two kinds of code: normal C-type callable functions and
19 * often does unusual non-C-function-type things with the stack pointer. Such
29 .macro UNWIND_HINT sp_reg=ORC_REG_SP sp_offset=0 type=ORC_TYPE_CALL end=0
34 .long .Lunwind_hint_ip_\@ - .
48 .macro UNWIND_HINT_REGS base=%rsp offset=0 indirect=0 extra=1 iret=0
71 .elseif \extra == 0
81 .macro UNWIND_HINT_IRET_REGS base=%rsp offset=0
92 "987: \n\t" \
95 ".long 987b - .\n\t" \
103 #define UNWIND_HINT_SAVE UNWIND_HINT(0, 0, UNWIND_HINT_TYPE_SAVE, 0)
[all …]
/kernel/linux/linux-5.10/tools/include/linux/
Dobjtool.h1 /* SPDX-License-Identifier: GPL-2.0 */
38 #define UNWIND_HINT_TYPE_CALL 0
51 "987: \n\t" \
54 ".long 987b - .\n\t" \
63 * This macro marks the given function's stack frame as "non-standard", which
68 * For more information, see tools/objtool/Documentation/stack-validation.txt.
77 * This macro indicates that the following intra-function call is valid.
78 * Any non-annotated intra-function call will cause objtool to issue a warning.
87 * In asm, there are two kinds of code: normal C-type callable functions and
97 * often does unusual non-C-function-type things with the stack pointer. Such
[all …]
/kernel/linux/linux-5.10/include/linux/
Dobjtool.h1 /* SPDX-License-Identifier: GPL-2.0 */
38 #define UNWIND_HINT_TYPE_CALL 0
51 "987: \n\t" \
54 ".long 987b - .\n\t" \
63 * This macro marks the given function's stack frame as "non-standard", which
68 * For more information, see tools/objtool/Documentation/stack-validation.txt.
77 * This macro indicates that the following intra-function call is valid.
78 * Any non-annotated intra-function call will cause objtool to issue a warning.
87 * In asm, there are two kinds of code: normal C-type callable functions and
97 * often does unusual non-C-function-type things with the stack pointer. Such
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/
Dsun4i-lradc-keys.txt2 ------------------------------------------------
5 - compatible: "allwinner,sun4i-a10-lradc-keys"
6 - reg: mmio address range of the chip
7 - interrupts: interrupt to which the chip is connected
8 - vref-supply: powersupply for the lradc reference voltage
10 Each key is represented as a sub-node of "allwinner,sun4i-a10-lradc-keys":
12 Required subnode-properties:
13 - label: Descriptive name of the key.
14 - linux,code: Keycode to emit.
15 - channel: Channel this key is attached to, must be 0 or 1.
[all …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.txt13 - compatible : should be one of:
14 "arm,arm1176jzf-devchip-gic"
15 "arm,arm11mp-gic"
16 "arm,cortex-a15-gic"
17 "arm,cortex-a7-gic"
18 "arm,cortex-a9-gic"
19 "arm,eb11mp-gic"
20 "arm,gic-400"
22 "arm,tc11mp-gic"
23 "brcm,brahma-b15-gic"
[all …]
Darm,gic-v3.txt5 Software Generated Interrupts (SGI), and Locality-specific Peripheral
10 - compatible : should at least contain "arm,gic-v3".
11 - interrupt-controller : Identifies the node as an interrupt controller
12 - #interrupt-cells : Specifies the number of cells needed to encode an
17 The 1st cell is the interrupt type; 0 for SPI interrupts, 1 for PPI
21 SPI interrupts are in the range [0-987]. PPI interrupts are in the
22 range [0-15].
25 bits[3:0] trigger type and level flags.
31 pointed must be a subnode of the "ppi-partitions" subnode. For
33 this cell must be zero. See the "ppi-partitions" node description
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun5i-a13-olinuxino.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun5i-a13.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
53 model = "Olimex A13-Olinuxino";
54 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13";
61 stdout-path = "serial0:115200n8";
[all …]
Dsun5i-a10s-olinuxino-micro.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun5i-a10s.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
53 model = "Olimex A10s-Olinuxino Micro";
54 compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
63 stdout-path = "serial0:115200n8";
[all …]
Dsun7i-a20-olinuxino-micro.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun7i-a20.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
51 #include <dt-bindings/interrupt-controller/irq.h>
54 model = "Olimex A20-Olinuxino Micro";
55 compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/arm,gic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marc Zyngier <marc.zyngier@arm.com>
22 - $ref: /schemas/interrupt-controller.yaml#
27 - items:
28 - enum:
29 - arm,arm11mp-gic
30 - arm,cortex-a15-gic
[all …]
Darm,gic-v3.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/arm,gic-v3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marc Zyngier <marc.zyngier@arm.com>
15 Software Generated Interrupts (SGI), and Locality-specific Peripheral
19 - $ref: /schemas/interrupt-controller.yaml#
24 - items:
25 - enum:
26 - qcom,msm8996-gic-v3
[all …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Dsun5i-a13-olinuxino.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun5i-a13.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
53 model = "Olimex A13-Olinuxino";
54 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13";
61 stdout-path = "serial0:115200n8";
[all …]
Dsun5i-a10s-olinuxino-micro.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun5i-a10s.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
53 model = "Olimex A10s-Olinuxino Micro";
54 compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s";
63 stdout-path = "serial0:115200n8";
[all …]
Dsun7i-a20-olinuxino-micro.dts4 * Maxime Ripard <maxime.ripard@free-electrons.com>
6 * This file is dual-licensed: you can use it either under the terms
45 /dts-v1/;
46 #include "sun7i-a20.dtsi"
47 #include "sunxi-common-regulators.dtsi"
49 #include <dt-bindings/gpio/gpio.h>
50 #include <dt-bindings/input/input.h>
51 #include <dt-bindings/interrupt-controller/irq.h>
54 model = "Olimex A20-Olinuxino Micro";
55 compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dconstraints.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi…
4-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s…
5-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#000080" fill-rule="evenodd" stroke="#000…
6-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="m13800 17500h-12400v-14200h2…
7-9e3v-1e4h18000v1e4h-9e3z" fill="#fff"/><path id="path230" d="m12050 12250h-9e3v-1e4h18000v1e4h-9e…
8-1350,-3250)"><g id="id8"><rect id="rect245" class="BoundingBox" x="7050" y="7950" width="7901" he…
9-7e3" fill="none" marker-end="url(#Arrow2Mend)" stroke="#000080" stroke-linejoin="round" stroke-wi…
10-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id="rec…
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dconstraints.svg1 <?xml version="1.0" encoding="UTF-8"?>
2-rule="evenodd" stroke-linejoin="round" stroke-width="28.222" preserveAspectRatio="xMidYMid" versi…
3-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#f00" fill-rule="evenodd" stroke="#f00" s…
4-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5 17.5 5-5-5z" fill="#000080" fill-rule="evenodd" stroke="#000…
5-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="m13800 17500h-12400v-14200h2…
6-9e3v-1e4h18000v1e4h-9e3z" fill="#fff"/><path id="path230" d="m12050 12250h-9e3v-1e4h18000v1e4h-9e…
7-1350,-3250)"><g id="id8"><rect id="rect245" class="BoundingBox" x="7050" y="7950" width="7901" he…
8-7e3" fill="none" marker-end="url(#Arrow2Mend)" stroke="#000080" stroke-linejoin="round" stroke-wi…
9-end="url(#marker5469)" stroke="#000080" stroke-linejoin="round" stroke-width="100"/><rect id="rec…
10 … d="m9650 12550v1505.2" fill="none" marker-end="url(#marker5693)" stroke="#f00" stroke-linejoin="r…
/kernel/linux/linux-4.19/drivers/iio/potentiostat/
Dlmp91000.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lmp91000.c - Support for Texas Instruments digital potentiostats
23 #define LMP91000_REG_LOCK 0x01
24 #define LMP91000_REG_TIACN 0x10
27 #define LMP91000_REG_REFCN 0x11
28 #define LMP91000_REG_REFCN_EXT_REF 0x20
29 #define LMP91000_REG_REFCN_50_ZERO 0x80
31 #define LMP91000_REG_MODECN 0x12
32 #define LMP91000_REG_MODECN_3LEAD 0x03
33 #define LMP91000_REG_MODECN_TEMP 0x07
[all …]
/kernel/linux/linux-5.10/drivers/iio/potentiostat/
Dlmp91000.c1 // SPDX-License-Identifier: GPL-2.0+
3 * lmp91000.c - Support for Texas Instruments digital potentiostats
23 #define LMP91000_REG_LOCK 0x01
24 #define LMP91000_REG_TIACN 0x10
27 #define LMP91000_REG_REFCN 0x11
28 #define LMP91000_REG_REFCN_EXT_REF 0x20
29 #define LMP91000_REG_REFCN_50_ZERO 0x80
31 #define LMP91000_REG_MODECN 0x12
32 #define LMP91000_REG_MODECN_3LEAD 0x03
33 #define LMP91000_REG_MODECN_TEMP 0x07
[all …]
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_cdg.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * CAIA Delay-Gradient (CDG) congestion control
7 * delay gradients." In IFIP Networking, pages 328-341. Springer, 2011.
9 * Scavenger traffic (Less-than-Best-Effort) should disable coexistence
10 * heuristics using parameters use_shadow=0 and use_ineff=0.
22 * o Add toggle for non-congestion loss tolerance.
26 * o More accurate e^-x.
49 MODULE_PARM_DESC(backoff_beta, "backoff beta (0-1024)");
54 "(0: disabled, 1: ACK train, 2: delay threshold, 3: both)");
73 CDG_UNKNOWN = 0,
[all …]
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_cdg.c2 * CAIA Delay-Gradient (CDG) congestion control
6 * delay gradients." In IFIP Networking, pages 328-341. Springer, 2011.
8 * Scavenger traffic (Less-than-Best-Effort) should disable coexistence
9 * heuristics using parameters use_shadow=0 and use_ineff=0.
21 * o Add toggle for non-congestion loss tolerance.
25 * o More accurate e^-x.
48 MODULE_PARM_DESC(backoff_beta, "backoff beta (0-1024)");
53 "(0: disabled, 1: ACK train, 2: delay threshold, 3: both)");
72 CDG_UNKNOWN = 0,
97 * nexp_u32 - negative base-e exponential
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dphy_lcn.c4 IEEE 802.11n LCN-PHY support
21 Boston, MA 02110-1301, USA.
66 b43_radio_set(dev, 0x09d, 0x4); in b43_radio_2064_channel_setup()
67 b43_radio_write(dev, 0x09e, 0xf); in b43_radio_2064_channel_setup()
70 b43_radio_write(dev, 0x02a, 0xb); in b43_radio_2064_channel_setup()
71 b43_radio_maskset(dev, 0x030, ~0x3, 0xa); in b43_radio_2064_channel_setup()
72 b43_radio_maskset(dev, 0x091, ~0x3, 0); in b43_radio_2064_channel_setup()
73 b43_radio_maskset(dev, 0x038, ~0xf, 0x7); in b43_radio_2064_channel_setup()
74 b43_radio_maskset(dev, 0x030, ~0xc, 0x8); in b43_radio_2064_channel_setup()
75 b43_radio_maskset(dev, 0x05e, ~0xf, 0x8); in b43_radio_2064_channel_setup()
[all …]
/kernel/linux/linux-4.19/drivers/net/wireless/broadcom/b43/
Dphy_lcn.c4 IEEE 802.11n LCN-PHY support
21 Boston, MA 02110-1301, USA.
66 b43_radio_set(dev, 0x09d, 0x4); in b43_radio_2064_channel_setup()
67 b43_radio_write(dev, 0x09e, 0xf); in b43_radio_2064_channel_setup()
70 b43_radio_write(dev, 0x02a, 0xb); in b43_radio_2064_channel_setup()
71 b43_radio_maskset(dev, 0x030, ~0x3, 0xa); in b43_radio_2064_channel_setup()
72 b43_radio_maskset(dev, 0x091, ~0x3, 0); in b43_radio_2064_channel_setup()
73 b43_radio_maskset(dev, 0x038, ~0xf, 0x7); in b43_radio_2064_channel_setup()
74 b43_radio_maskset(dev, 0x030, ~0xc, 0x8); in b43_radio_2064_channel_setup()
75 b43_radio_maskset(dev, 0x05e, ~0xf, 0x8); in b43_radio_2064_channel_setup()
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/
Dhip06.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "hisilicon,hip06-d03";
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "arm,psci-0.2";
22 #address-cells = <1>;
23 #size-cells = <0>;
25 cpu-map {
[all …]
Dhip07.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 compatible = "hisilicon,hip07-d05";
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 compatible = "arm,psci-0.2";
22 #address-cells = <1>;
23 #size-cells = <0>;
25 cpu-map {
[all …]
/kernel/linux/linux-4.19/arch/arm64/boot/dts/hisilicon/
Dhip06.dtsi12 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 compatible = "hisilicon,hip06-d03";
16 interrupt-parent = <&gic>;
17 #address-cells = <2>;
18 #size-cells = <2>;
21 compatible = "arm,psci-0.2";
26 #address-cells = <1>;
27 #size-cells = <0>;
29 cpu-map {
90 compatible = "arm,cortex-a57", "arm,armv8";
[all …]

12