| /kernel/linux/linux-6.6/tools/perf/util/ |
| 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 …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/clk/imx/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/clk/imx/ |
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/extcon/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/extcon/ |
| 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 NULL or be NULL (no mutually exclusive 24 * register-time.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-ocores.txt | 1 Device tree configuration for i2c-ocores 4 - compatible : "opencores,i2c-ocores" 6 "sifive,fu540-c000-i2c", "sifive,i2c0" 8 FU540-C000 SoC. Please refer to sifive-blocks-ip-versioning.txt 10 - reg : bus address start and address range size of device 11 - clocks : handle to the controller clock; see the note below. 12 Mutually exclusive with opencores,ip-clock-frequency 13 - opencores,ip-clock-frequency: frequency of the controller clock in Hz; 14 see the note below. Mutually exclusive with clocks 15 - #address-cells : should be <1> [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/dpt/ |
| D | osd_util.h | 4 * Copyright (c) 1996-1999 Distributed Processing Technology Corporation 28 /*File - OSD_UTIL.H 40 * Phone: (407) 830-5522 Fax: (407) 260-5366 54 /*Definitions - Defines & Constants ----------------------------------------- */ 56 /*----------------------------- */ 58 /*----------------------------- */ 72 /*-------------------------------- */ 74 /*-------------------------------- */ 102 /*--------------------- */ 104 /*--------------------- */ [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_doorbell.h | 37 * For asic before vega10, doorbell is 32-bit, so the 39 * can be 64-bit, so the index defined is in qword. 133 * overlap the doorbell assignment with VCN as they are mutually exclusive 190 * overlap the doorbell assignment with VCN as they are mutually exclusive 249 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive 272 /* overlap the doorbell assignment with VCN as they are mutually exclusive
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| 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. 147 * overlap the doorbell assignment with VCN as they are mutually exclusive 216 * overlap the doorbell assignment with VCN as they are mutually exclusive 274 * default non-graphics QWORD index is 0xe0 - 0xFF inclusive 297 /* overlap the doorbell assignment with VCN as they are mutually exclusive
|
| /kernel/linux/linux-5.10/drivers/firmware/psci/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 are mutually exclusive.
|
| /kernel/linux/linux-6.6/drivers/firmware/psci/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 are mutually exclusive.
|
| /kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
| 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 \
|
| /kernel/linux/linux-5.10/include/uapi/linux/tc_act/ |
| 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)
|
| /kernel/linux/linux-6.6/include/uapi/linux/tc_act/ |
| 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)
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/ |
| 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 " 31 #include "rzg2l-smarc-som.dtsi" 32 #include "rzg2l-smarc-pinfunction.dtsi" 33 #include "rz-smarc-common.dtsi" 34 #include "rzg2l-smarc.dtsi" 38 compatible = "renesas,smarc-evk", "renesas,r9a07g044l2", "renesas,r9a07g044";
|
| 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 " 30 #include "rzg2l-smarc-som.dtsi" 31 #include "rzg2l-smarc-pinfunction.dtsi" 32 #include "rz-smarc-common.dtsi" 33 #include "rzg2l-smarc.dtsi" 37 compatible = "renesas,smarc-evk", "renesas,r9a07g054l2", "renesas,r9a07g054";
|
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/sound/soc/sof/intel/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 This option is not user-selectable but automagically handled by 33 This option is not user-selectable but automagically handled by 39 This option is not user-selectable but automagically handled by 47 This option is not user-selectable but automagically handled by 57 This option is not user-selectable but automagically handled by 68 This option is mutually exclusive with the Atom/SST and Baytrail 71 SOF does not support Baytrail-CR for now, so this option is not 82 This option is not user-selectable but automagically handled by 91 This option is mutually exclusive with the Haswell/Broadwell legacy [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| 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 146 mutually exclusive at build with the Intel HDAudio support. The [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/ |
| D | aspeed-wdt.txt | 4 - compatible: must be one of: 5 - "aspeed,ast2400-wdt" 6 - "aspeed,ast2500-wdt" 7 - "aspeed,ast2600-wdt" 9 - reg: physical base address of the controller and length of memory mapped 14 - aspeed,reset-type = "cpu|soc|system|none" 16 Reset behavior - Whenever a timeout occurs the watchdog can be programmed 17 to generate one of three different, mutually exclusive, types of resets. 23 If 'aspeed,reset-type=' is not specified the default is to enable system 28 - cpu: Reset CPU on watchdog timeout [all …]
|