/linux/tools/perf/util/ |
H A D | target.c | 1 // SPDX-License-Identifier: GPL-2.0-only 21 if (target->pid) in target__validate() 22 target->tid = target->pid; in target__validate() 24 /* CPU and PID are mutually exclusive */ in target__validate() 25 if (target->tid && target->cpu_list) { in target__validate() 26 target->cpu_list = NULL; in target__validate() 31 /* UID and PID are mutually exclusive */ in target__validate() 32 if (target->tid && target->uid_str) { in target__validate() 33 target->uid_str = NULL; in target__validate() 38 /* UID and CPU are mutually exclusive */ in target__validate() [all …]
|
/linux/drivers/clk/imx/ |
H A D | clk-gate-exclusive.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 13 * struct clk_gate_exclusive - i.MX specific gate clock which is mutually 14 * exclusive with other gate clocks 17 * @exclusive_mask: mask of gate bits which are mutually exclusive to this 20 * The imx exclusive gate clock is a subclass of basic clk_gate 22 * register is mutually exclusive to this gate clock. 34 u32 val = readl(gate->reg); in clk_gate_exclusive_enable() 36 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable() 37 return -EBUSY; in clk_gate_exclusive_enable() [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-extcon | 14 the 30-pin port of Nuri board (/arch/arm/mach-exynos) 18 If there are cables mutually exclusive with each other, 88 Shows the relations of mutually exclusiveness. For example, 98 Note that mutually_exclusive is a sub-directory of the extcon 100 directory show the mutually-exclusive sets, not the contents
|
/linux/scripts/ |
H A D | kernel-doc | 2 # SPDX-License-Identifier: GPL-2.0 7 # Converted from the kernel-doc script originally written in Perl 16 # Anna-Maria Behnsen <anna-maria@linutronix.de> 21 # Chen-Yu Tsai <wenst@chromium.org> 29 # Greg Kroah-Hartman <gregkh@linuxfoundation.org> 47 # Linus Torvalds <torvalds@linux-foundation.org> 64 # Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 68 # Rolf Eike Beer <eike-kernel@sf-tec.de> 94 See Documentation/doc-guide/kernel-doc.rst for the 119 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax. [all …]
|
H A D | kernel-doc.py | 2 # SPDX-License-Identifier: GPL-2.0 7 # Converted from the kernel-doc script originally written in Perl 16 # Anna-Maria Behnsen <anna-maria@linutronix.de> 21 # Chen-Yu Tsai <wenst@chromium.org> 29 # Greg Kroah-Hartman <gregkh@linuxfoundation.org> 47 # Linus Torvalds <torvalds@linux-foundation.org> 64 # Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 68 # Rolf Eike Beer <eike-kernel@sf-tec.de> 94 See Documentation/doc-guide/kernel-doc.rst for the 119 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax. [all …]
|
/linux/drivers/extcon/ |
H A D | extcon.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 #include <linux/extcon-provider.h> 8 * struct extcon_dev - An extcon device represents one external connector. 14 * @mutually_exclusive: Array of mutually exclusive set of cables that cannot 16 * ending with 0 or be NULL (no mutually exclusive cables). 25 * register-time.
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-gpio.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/i2c/i2c-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Wolfram Sang <wsa@kernel.org> 13 - $ref: /schemas/i2c/i2c-controller.yaml# 18 - const: i2c-gpio 20 sda-gpios: 24 from <dt-bindings/gpio/gpio.h> since the signal is by definition 28 scl-gpios: [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_doorbell.h | 47 * For asic before vega10, doorbell is 32-bit, so the 49 * can be 64-bit, so the index defined is in qword. 148 * overlap the doorbell assignment with VCN as they are mutually exclusive 217 * overlap the doorbell assignment with VCN as they are mutually exclusive 277 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive 300 /* overlap the doorbell assignment with VCN as they are mutually exclusive
|
/linux/drivers/firmware/psci/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 are mutually exclusive.
|
/linux/drivers/xen/xen-pciback/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 # CONFIG_XEN_PCIDEV_STUB are mutually exclusive. 8 obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o 9 obj-$(CONFIG_XEN_PCIDEV_STUB) += xen-pciback.o 11 xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o 12 xen-pciback-y += conf_space.o conf_space_header.o \
|
/linux/include/uapi/linux/tc_act/ |
H A D | tc_ife.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 9 /* Flag bits for now just encoding/decoding; mutually exclusive */ 30 #define TCA_IFE_MAX (__TCA_IFE_MAX - 1)
|
/linux/drivers/media/platform/broadcom/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 13 Say Y here to enable support for the BCM283x/BCM271x CSI-2 receiver. 14 This is a V4L2 driver that controls the CSI-2 receiver directly, 17 This driver is mutually exclusive with the use of bcm2835-camera. The 19 firmware if it finds a DT node using it, and bcm2835-camera will 23 called bcm2835-unicam.
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043u11-smarc.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Device Tree Source for the RZ/G2UL Type-1 SMARC EVK board 8 /dts-v1/; 11 * DIP-Switch SW1 setting 13 * SW1-2 : SW_SD0_DEV_SEL (0: uSD; 1: eMMC) 14 * SW1-3 : SW_ET0_EN_N (0: ETHER0; 1: CAN0, CAN1, SSI1, RSPI1) 22 * - Set DIP-Switch SW1-3 to On position. 23 * - Set PMOD_MTU3 macro to 1. 28 #error "Cannot set as both PMOD_MTU3 and !SW_ET0_EN_N are mutually exclusive" 32 #include "rzg2ul-smarc-som.dtsi" [all …]
|
H A D | r9a07g044l2-smarc.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 /dts-v1/; 21 #error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive " 38 #include "rzg2l-smarc-som.dtsi" 39 #include "rzg2l-smarc-pinfunction.dtsi" 40 #include "rz-smarc-common.dtsi" 41 #include "rzg2l-smarc.dtsi" 45 compatible = "renesas,smarc-evk", "renesas,r9a07g044l2", "renesas,r9a07g044";
|
H A D | r9a07g054l2-smarc.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 /dts-v1/; 21 #error "Cannot set as PMOD_MTU3 and PMOD1_SER0 are mutually exclusive " 37 #include "rzg2l-smarc-som.dtsi" 38 #include "rzg2l-smarc-pinfunction.dtsi" 39 #include "rz-smarc-common.dtsi" 40 #include "rzg2l-smarc.dtsi" 44 compatible = "renesas,smarc-evk", "renesas,r9a07g054l2", "renesas,r9a07g054";
|
H A D | r9a07g044c2-smarc.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 /dts-v1/; 11 * DIP-Switch SW1 setting on SoM 13 * SW1-2 : SW_SD0_DEV_SEL (1: eMMC; 0: uSD) 14 * SW1-3 : SW_SCIF_CAN (1: CAN1; 0: SCIF1) 15 * SW1-4 : SW_RSPI_CAN (1: CAN1; 0: RSPI1) 16 * SW1-5 : SW_I2S0_I2S1 (1: I2S2 (HDMI audio); 0: I2S0) 40 * - Set DIP-Switch SW1-4 to Off position. 41 * - Set SW_RSPI_CAN macro to 0. 42 * - Set PMOD_MTU3 macro to 1. [all …]
|
/linux/sound/soc/sof/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 For backwards-compatibility with previous configurations the selection will 22 be used as default for platform-specific drivers. 32 For backwards-compatibility with previous configurations the selection will 33 be used as default for platform-specific drivers. 62 This option is not user-selectable but automagically handled by 69 This option is not user-selectable but automagically handled by 106 This option is mutually exclusive at build time with the Intel HDAudio support. 121 during topology creation or run-time usage if new functionality 157 mutually exclusive at build with the Intel HDAudio support. The [all …]
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am642-evm-pcie0-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; [all …]
|
H A D | k3-am68-sk-base-board-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 4 * AM68-SK board. 6 * AM68-SK Board Product Link: https://www.ti.com/tool/SK-AM68 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; [all …]
|
H A D | k3-j721s2-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; [all …]
|
H A D | k3-j7200-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; [all …]
|
H A D | k3-j721e-evm-pcie0-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; [all …]
|
H A D | k3-j721e-evm-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 28 #address-cells = <2>; 29 #size-cells = <2>; 30 interrupt-parent = <&gic500>; [all …]
|
H A D | k3-j784s4-evm-pcie0-pcie1-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 8 * Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/interrupt-controller/arm-gic.h> 15 #include <dt-bindings/soc/ti,sci_pm_domain.h> 17 #include "k3-pinctrl.h" 20 * Since Root Complex and Endpoint modes are mutually exclusive 32 #address-cells = <2>; 33 #size-cells = <2>; 34 interrupt-parent = <&gic500>; [all …]
|
/linux/sound/soc/intel/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 63 This option is mutually exclusive with the SOF support on
|