/linux-6.14.4/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 …]
|
/linux-6.14.4/Documentation/driver-api/ |
D | extcon.rst | 17 1. USB connectors (e.g., USB-C, micro-USB) 23 Real-world examples: 25 1. Smartphone USB-C port: 26 A single USB-C port on a smartphone can serve multiple functions. Extcon 28 - USB data connection 29 - Charging (various types like fast charging, USB Power Delivery) 30 - Audio output (USB-C headphones) 31 - Video output (USB-C to HDMI adapter) 36 - Power delivery 37 - External displays [all …]
|
/linux-6.14.4/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 …]
|
/linux-6.14.4/tools/perf/tests/shell/base_probe/ |
D | test_invalid_options.sh | 2 # perf_probe :: Reject invalid options (exclusive) 3 # SPDX-License-Identifier: GPL-2.0 26 $CMD_PERF check feature -q dwarf 27 [ $? -ne 0 ] && HINT_FAIL="Some of the tests need DWARF to run" 32 for opt in '-a' '-d' '-L' '-V'; do 47 for opt in '-F' '-l'; do 48 $CMD_PERF probe -F > /dev/null 2> $LOGS_DIR/invalid_options_unnecessary_argument$opt.err 51 test ! -s $LOGS_DIR/invalid_options_unnecessary_argument$opt.err 59 ### mutually exclusive options 61 # some options are mutually exclusive [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad4695.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <[email protected]> 11 - Nuno Sá <[email protected]> 14 A family of similar multi-channel analog to digital converters with SPI bus. 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad4695 27 - adi,ad4696 28 - adi,ad4697 [all …]
|
D | adi,ad7944.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <[email protected]> 11 - Nuno Sá <[email protected]> 14 A family of pin-compatible single channel differential analog to digital 21 $ref: /schemas/spi/spi-peripheral-props.yaml# 26 - adi,ad7944 27 - adi,ad7985 28 - adi,ad7986 [all …]
|
/linux-6.14.4/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
|
/linux-6.14.4/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.
|
/linux-6.14.4/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 <[email protected]> 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-6.14.4/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. 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-6.14.4/drivers/firmware/psci/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 are mutually exclusive.
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_device.h | 1 /* SPDX-License-Identifier: MIT */ 55 return file->driver_priv; in to_xe_file() 60 return &xe->tiles[0]; in xe_device_get_root_tile() 67 if (drm_WARN_ON(&tile_to_xe(tile)->drm, gt_id >= XE_MAX_GT_PER_TILE)) in xe_tile_get_gt() 70 return gt_id ? tile->media_gt : tile->primary_gt; in xe_tile_get_gt() 79 * FIXME: This only works for now because multi-tile and standalone in xe_device_get_gt() 80 * media are mutually exclusive on the platforms we have today. in xe_device_get_gt() 88 if (drm_WARN_ON(&xe->drm, gt_id >= XE_MAX_TILES_PER_DEVICE)) in xe_device_get_gt() 91 gt = xe->tiles[gt_id].primary_gt; in xe_device_get_gt() 97 drm_WARN_ON(&xe->drm, gt->info.id != gt_id); in xe_device_get_gt() [all …]
|
/linux-6.14.4/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 \
|
/linux-6.14.4/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)
|
/linux-6.14.4/drivers/media/platform/broadcom/ |
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-6.14.4/arch/arm64/boot/dts/renesas/ |
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 | 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 | 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 …]
|
/linux-6.14.4/arch/arm64/boot/dts/ti/ |
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 …]
|
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 …]
|
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 …]
|
D | k3-am69-sk-pcie0-ep.dtso | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 4 * on AM69-SK. 6 * AM69-SK Product Link: https://www.ti.com/tool/SK-AM69 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 …]
|
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 …]
|
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 …]
|
/linux-6.14.4/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 157 mutually exclusive at build with the Intel HDAudio support. The [all …]
|