/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | ti,tlv320adc3xxx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ricard Wanderlof <ricardw@axis.com> 18 - $ref: dai-common.yaml# 23 - ti,tlv320adc3001 24 - ti,tlv320adc3101 30 '#sound-dai-cells': 33 '#gpio-cells': 36 gpio-controller: true [all …]
|
H A D | tlv320aic3x.txt | 1 Texas Instruments - tlv320aic3x Codec module 7 - compatible - "string" - One of: 8 "ti,tlv320aic3x" - Generic TLV320AIC3x device 9 "ti,tlv320aic33" - TLV320AIC33 10 "ti,tlv320aic3007" - TLV320AIC3007 11 "ti,tlv320aic3106" - TLV320AIC3106 12 "ti,tlv320aic3104" - TLV320AIC3104 15 - reg - <int> - I2C slave address 20 - reset-gpios - GPIO specification for the active low RESET input. 21 - ai3x-gpio-func - <array of 2 int> - AIC3X_GPIO1 & AIC3X_GPIO2 Functionality [all …]
|
H A D | qcom,msm8916-wcd-analog.txt | 5 ## Bindings for codec core on pmic: 8 - compatible = "qcom,pm8916-wcd-analog-codec"; 9 - reg: represents the slave base address provided to the peripheral. 10 - interrupts: List of interrupts in given SPMI peripheral. 11 - interrupt-names: Names specified to above list of interrupts in same 13 "cdc_spk_cnp_int" - Speaker click and pop interrupt. 14 "cdc_spk_clip_int" - Speaker clip interrupt. 15 "cdc_spk_ocp_int" - Speaker over current protect interrupt. 16 "mbhc_ins_rem_det1" - jack insert removal detect interrupt 1. 17 "mbhc_but_rel_det" - button release interrupt. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | apple,pmgr-pwrstate.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/apple,pmgr-pwrstate.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Martin <marcan@marcan.st> 13 - $ref: power-domain.yaml# 23 Documentation/devicetree/bindings/power/power-domain.yaml. 25 represented via power-domains relationships between these nodes. 28 for the top-level PMGR node documentation. 33 - enum: [all …]
|
H A D | power-domain.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/power-domain.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rafael J. Wysocki <rjw@rjwysocki.net> 11 - Kevi [all...] |
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | deadman-slot_off.sh | 16 # slot will be powered off causing the outstanding I/O to fail. The ZED 19 # We assume the user will be responsible for turning the slot back on 27 # 0: slot successfully powered off 30 # 3: System not configured to wait on deadman 34 [ -f "${ZED_ZEDLET_DIR}/zed.rc" ] && . "${ZED_ZEDLET_DIR}/zed.rc" 35 . "${ZED_ZEDLET_DIR}/zed-functions.sh" 37 if [ ! -d /sys/class/enclosure ] ; then 50 if [ ! -f "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status" ] ; then 55 # It can take ~400ms on some enclosures and multiple retries may be needed. 71 zed_log_msg "powered down slot $ZEVENT_VDEV_ENC_SYSFS_PATH for $ZEVENT_VDEV_PATH"
|
H A D | statechange-slot_off.sh | 13 # We assume the user will be responsible for turning the slot back on again. 20 # 0: slot successfully powered off 27 [ -f "${ZED_ZEDLET_DIR}/zed.rc" ] && . "${ZED_ZEDLET_DIR}/zed.rc" 28 . "${ZED_ZEDLET_DIR}/zed-functions.sh" 30 if [ ! -d /sys/class/enclosure ] ; then 43 if [ ! -f "$ZEVENT_VDEV_ENC_SYSFS_PATH/power_status" ] ; then 48 # It can take ~400ms on some enclosures and multiple retries may be needed. 64 zed_log_msg "powered down slot $ZEVENT_VDEV_ENC_SYSFS_PATH for $ZEVENT_VDEV_PATH"
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | maxim-ds1302.txt | 1 * Maxim/Dallas Semiconductor DS-1302 RTC 5 The device uses the standard MicroWire half-duplex transfer timing. 6 Master output is set on low clock and sensed by the RTC on the rising 7 edge. Master input is set by the RTC on the trailing edge and is sensed 8 by the master on low clock. 12 - compatible : Should be "maxim,ds1302" 16 - reg : Should be address of the device chip select within 19 - spi-max-frequency : DS-1302 has 500 kHz if powered at 2.2V, 20 and 2MHz if powered at 5V. 22 - spi-3wire : The device has a shared signal IN/OUT line. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/security/tpm/ |
H A D | tpm-i2c.txt | 5 - compatible : 'manufacturer,model', eg. nuvoton,npct650 6 - label : human readable string describing the device, eg. "tpm" 7 - linux,sml-base : 64-bit base address of the reserved memory allocated for 9 - linux,sml-size : size of the memory allocated for the firmware event log 13 - powered-while-suspended: present when the TPM is left powered on between 17 Example (for OpenPower Systems with Nuvoton TPM 2.0 on I2C) 18 ---------------------------------------------------------- 24 linux,sml-base = <0x7f 0xfd450000>; 25 linux,sml-size = <0x10000>;
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | cpuvar.h | 55 * The cpu_core structure consists of per-CPU state available in any context. 56 * On some architectures, this may mean that the page(s) containing the 57 * NCPU-sized array of cpu_core structures must be locked in the TLB -- it 64 #define CPUC_PADSIZE CPUC_SIZE1 - CPUC_SIZE 83 * Offlined-CPUs have three stages of being offline: 92 * other than interrupt threads to run on that CPU. A CPU will not have 103 * On some platforms CPUs can be individually powered off. 104 * The following flags are set for powered off CPUs: CPU_QUIESCED, 109 #define CPU_READY 0x002 /* CPU ready for cross-calls */ 114 #define CPU_POWEROFF 0x040 /* CPU is powered off */
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2014-2017 Alexander Motin <mav@FreeBSD.org> 28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 33 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_backend.h#2 $ 96 * maxlba is the maximum accessible LBA on the LUN. Note that this is 99 * blocksize is the size, in bytes, of each LBA on th [all...] |
/freebsd/share/man/man4/ |
H A D | pci.4 | 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 35 .Bd -ragged -offset indent 40 .Pq SR-IOV : 41 .Bd -ragged -offset indent 45 To compile in support for native PCI-express HotPlug: 46 .Bd -ragged -offset indent 83 In particular, driver only allows operations on the opened 91 or a BAR read access could have function-specific side-effects. 98 It enumerates any devices on the 113 driver also includes support for PCI-PCI bridges, [all …]
|
/freebsd/share/man/man4/man4.arm/ |
H A D | imx6_snvs.4 | 21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 31 .Nd device driver for the NXP i.MX6 on-chip Realtime Clock 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 50 support for the i.MX6 on-chip realtime clock. 55 stands for Secure Non-Volatile Storage, and refers to the subsystem 56 within the chip that (optionally) remains powered by a battery when 57 the rest of the system is powered down. 58 The on-chip realtime clock is part of that subsystem.
|
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
H A D | mediatek,bluetooth.txt | 13 - compatible: Must be 14 "mediatek,mt7663u-bluetooth": for MT7663U device 15 "mediatek,mt7668u-bluetooth": for MT7668U device 16 - vcc-supply: Main voltage regulator 18 If the pin controller on the platform can support both pinmux and GPIO 21 - pinctrl-names: Should be "default", "runtime" 22 - pinctrl-0: Should contain UART RXD low when the device is powered up to 24 - pinctrl-1: Should contain UART mode pin ctrl 26 Else, the pin controller on the platform only can support pinmux control and 27 the GPIO control still has to rely on the dedicated GPIO controller such as [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mediatek-bluetooth.txt | 13 - compatible: Must be 14 "mediatek,mt7663u-bluetooth": for MT7663U device 15 "mediatek,mt7668u-bluetooth": for MT7668U device 16 - vcc-supply: Main voltage regulator 18 If the pin controller on the platform can support both pinmux and GPIO 21 - pinctrl-names: Should be "default", "runtime" 22 - pinctrl-0: Should contain UART RXD low when the device is powered up to 24 - pinctrl-1: Should contain UART mode pin ctrl 26 Else, the pin controller on the platform only can support pinmux control and 27 the GPIO control still has to rely on the dedicated GPIO controller such as [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-nas2big.dts | 1 // SPDX-License-Identifier: GPL-2.0 11 /dts-v1/; 13 #include "kirkwood-netxbig.dtsi" 17 compatible = "lacie,nas2big", "lacie,netxbig", "marvell,kirkwood-88f6282", "marvell,kirkwood"; 26 stdout-path = &uart0; 31 /* The on-chip RTC is not powered (no supercap). */ 37 * the other netxbig-compatible boards. 48 compatible = "gpio-fan"; 49 alarm-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>; 54 compatible = "simple-bus"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm845-db845c-navigation-mezzanine.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include "sdm845-db845c.dts" 11 vdda-phy-supply = <&vreg_l1a_0p875>; 12 vdda-pll-supply = <&vreg_l26a_1p2>; 19 data-lanes = <0 1 2 3>; 20 remote-endpoint = <&ov8856_ep>; 36 reset-gpios = <&tlmm 9 GPIO_ACTIVE_LOW>; 37 pinctrl-names = "default"; 38 pinctrl-0 = <&cam0_default>; [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 1 //===- TokenBufferTokenManager.h -----------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 18 /// A TokenBuffer-powered token manager. 26 static bool classof(const TokenManager *N) { return N->kind() == Kind; } in classof() 32 // Handle 'eof' separately, calling text() on it produces an empty string. in getText() 35 if (Token->kind() == tok::eof) in getText() 37 return Token->text(SM); in getText() 48 // This manager is powered by the TokenBuffer.
|
/freebsd/sys/contrib/device-tree/Bindings/sram/ |
H A D | sram.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic on-chip SRAM 10 - Rob Herring <robh@kernel.org> 19 Following the generic-names recommended practice, node names should 30 - mmio-sram 31 - amlogic,meson-gxbb-sram 32 - arm,juno-sram-ns 33 - atmel,sama5d2-securam [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | rohm,bd71847-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmi [all...] |
H A D | rohm,bd71837-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matti Vaittinen <mazziesaccount@gmail.com> 13 BD71837MWV is programmable Power Management ICs for powering single-core, 14 dual-core, and quad-core SoCs such as NXP-i.MX 8M. It is optimized for low 18 …/www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-applica… 35 clock-names: 38 "#clock-cells": [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | processor.h | 61 * These flags are *not* for in-kernel examination of CPU states. 68 #define P_POWEROFF 0x0005 /* processor is powered off */ 77 #define PS_OFFLINE "off-line" 78 #define PS_ONLINE "on-line" 80 #define PS_POWEROFF "powered-off" 81 #define PS_NOINTR "no-intr" 91 * The pi_fputypes field contains a (possibly empty) comma-separated 107 #define PBIND_NONE -1 /* LWP/thread is not bound */ 108 #define PBIND_QUERY -2 /* don't set, just return the binding */ 109 #define PBIND_HARD -3 /* prevents offlining CPU (default) */ [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-csr.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2005-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 14 * low power states due to driver-invoked device resets 15 * (e.g. CSR_RESET_REG_FLAG_SW_RESET) or uCode-drive [all...] |