/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | common.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 14 LED and flash LED devices provide the same basic functionality as current 15 regulators, but extended with LED and flash LED specific features like 18 Many LED devices expose more than one current output that can be connected 19 to one or more discrete LED component. Since the arrangement of connections 20 can influence the way of the LED device initialization, the LED components [all …]
|
H A D | leds-el15203000.txt | 1 Crane Merchandising System - EL15203000 LED driver 2 -------------------------------------------------- 4 This LED Board (aka RED LEDs board) is widely used in 9 Vending area LED encoded with symbol 'V' (hex code 0x56). 10 Doesn't have any hardware blinking pattern. 12 Screen light tube LED which surrounds vending machine screen and 13 encoded with symbol 'S' (hex code 0x53). Supports blinking breathing pattern. 15 Water Pipe LED encoded with symbol 'P' (hex code 0x50) and 16 actually consists of 5 LEDs that exposed by protocol like one LED. 18 - cascade pattern [all …]
|
H A D | leds-trigger-pattern.txt | 1 * Pattern format for LED pattern trigger 3 The pattern is given by a series of tuples, of brightness and duration (ms). 4 The LED is expected to traverse the series and each brightness value for the 6 new value, and writing malformed pattern deactivates any active one. 13 The gradual dimming format of the software pattern values should be: 17 echo 0 1000 255 2000 > pattern 19 It will make the LED go gradually from zero-intensity to max (255) intensity in 22 LED brightness 24 255-| / \ / \ / 28 0-| / \/ \/ [all …]
|
H A D | leds-qcom-lpg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-qcom-lpg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 20 - enum: 21 - qcom,pm660l-lpg 22 - qcom,pm8150b-lpg 23 - qcom,pm8150l-lpg 24 - qcom,pm8350c-pwm [all …]
|
H A D | leds-class-multicolor.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-class-multicolor.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common properties for the multicolor LED class. 10 - Andrew Davis <afd@ti.com> 14 either integrated multi-color LED elements (like RGB, RGBW, RGBWA-UV 15 etc.) or standalone LEDs, to achieve logically grouped multi-color LED 16 modules. This is achieved by adding multi-led nodes layer to the 17 monochrome LED bindings. [all …]
|
H A D | regulator-led.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/regulator-led.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 20 - $ref: common.yaml# 24 pattern: '^led.*$' 27 const: regulator-led 29 vled-supply: 31 The regulator controlling the current to the LED. [all …]
|
H A D | register-bit-led.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/register-bi [all...] |
H A D | awinic,aw200xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: AWINIC AW200XX LED 10 - Martin Kurbanov <mmkurbanov@sberdevices.ru> 13 It is a matrix LED driver programmed via an I2C interface. Devices have 14 a set of individually controlled leds and support 3 pattern controllers 16 - AW20036 (3x12) 36 LEDs 17 - AW20054 (6x9) 54 LEDs 18 - AW20072 (6x12) 72 LEDs [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sgpio.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 70 //Programmable Blink Pattern Durations 113 * @param]in] vendor_specific_sequence - Vendor specific sequence set in the 128 * @param[in] pattern_a_high - High(LED on) duration time for pattern A 129 * @param[in] pattern_a_low - Low(LED off) duration time for pattern A 130 * @param[in] pattern_b_high - High(LED on) duration time for pattern B [all …]
|
H A D | scic_sds_sgpio.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 73 * @param[in] phy_mask - This field is a bit mask that specifies the phys 75 * @param[in] value - Value for write 163 { //apply pattern to error LED in scic_sgpio_apply_led_blink_pattern() 168 { //apply pattern to locate LED in scic_sgpio_apply_led_blink_pattern() 173 { //apply pattern to activity LED in scic_sgpio_apply_led_blink_pattern() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ethernet-phy.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andrew Lunn <andrew@lunn.ch> 11 - Florian Fainelli <f.fainelli@gmail.com> 12 - Heiner Kallweit <hkallweit1@gmail.com> 14 # The dt-schema tools will generate a select statement first by using 21 pattern: "^ethernet-phy(@[a-f0-9]+)?$" 24 - $nodename [all …]
|
H A D | ethernet-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/ethernet-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - David S. Miller <davem@davemloft.net> 14 pattern: "^ethernet(@.*)?$" 19 local-mac-address: 22 $ref: /schemas/types.yaml#/definitions/uint8-array 26 mac-address: 31 local-mac-address property. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | sata_highbank.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Andre Przywara <andre.przywara@arm.com> 19 const: calxeda,hb-ahci 27 dma-coherent: true 29 calxeda,pre-clocks: 33 sending an SGPIO pattern. 35 calxeda,post-clocks: 39 sending an SGPIO pattern. [all …]
|
/freebsd/share/man/man4/ |
H A D | led.4 | 29 .Nm led 30 .Nd API for manipulating LED's, lamps and other annunciators 51 .Pa /dev/led/ . 60 .Pa /dev/led/bla 66 .Bl -tag -width indent -offset indent -compact 76 It should be noted that there is a non-trivial overhead, so this may 79 .Bl -tag -width indent -offset indent -compact 87 The pattern continues endlessly. 89 .Bl -tag -width indent -offset indent -compact 103 Three high-level commands are available: [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.1 | 17 awk \- pattern-directed scanning and processing language 21 .BI \-F 24 .B \-\^\-csv 27 .BI \-v 33 .BI \-f 47 .B \-f 49 With each pattern 53 matches the pattern. 55 pattern portion of every pattern-action statement; 56 the associated action is performed for each matched pattern. [all …]
|
/freebsd/sys/dev/mii/ |
H A D | nsphyterreg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 65 #define PHYSTS_MP_DESCRLK 0x0200 /* de-scrambler lock */ 85 #define MIPGSR_MSK_ANC 0x0800 /* mask auto-neg complete event */ 96 #define PCSR_SINGLE_SD 0x8000 /* single-ended SD mode */ 103 #define PCSR_TX_PATTERN 0x0180 /* 100Mb/s transmit test pattern */ 121 #define LBR_BP_STRETCH 0x4000 /* bypass LED stretching */ 150 #define PHYCTRL_LED_TXRX_MODE 0x0180 /* LED TX/RX mode */ 151 #define PHYCTRL_LED_DUP_MODE 0x0040 /* LED DUP mode */ 158 #define PHYCTRL_MP_BP_STRETCH 0x0100 /* bypass LED stretching */ [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-short.mk | 1 # $NetBSD: cond-short.mk,v 1.23 2023/11/19 22:32:44 rillig Exp $ 3 # Demonstrates that in conditions, the right-hand side of an && or || 5 # This is called 'short-circuit evaluation' and is the usual evaluation 9 # Before 2020-06-28, the right-hand side of an && or || operator was always 10 # evaluated, which was wrong. In cond.c 1.69 and var.c 1.197 on 2015-10-11, 20 # Since the initial commit on 1993-03-21, the manual page has been saying that 22 # but that was wrong. The code in cond.c 1.1 from 1993-03-21 looks good since 27 # evaluate at all' and 'allow undefined variables' led to the unexpected 31 # var-eval-short.mk, for short-circuited variable modifiers 53 # "VAR U11" is not evaluated; it was evaluated before 2020-07-02. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom,spmi-pmic.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SPMI PMICs multi-function device 13 16-bit SPMI peripheral address space into 256 smaller fixed-size regions, 256 bytes 14 each. A function can consume one or more of these fixed-size register regions. 24 - Stephen Boyd <sboyd@kernel.org> 29 - pattern: '^pmic@.*$' 30 - pattern: '^pm(a|s)?[0-9]*@.*$' [all …]
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitch.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2011-2012 Stefan Bethke. 74 /* Map ETHERSWITCH_PORT_LED_* to Atheros pattern codes */ 90 static int arswitch_setled(struct arswitch_softc *sc, int phy, int led, 102 sc->page = -1; in arswitch_probe() 106 sc->chip_rev = (id & AR8X16_MASK_CTRL_REV_MASK); in arswitch_probe() 107 sc->chip_ver = (id & AR8X16_MASK_CTRL_VER_MASK) >> AR8X16_MASK_CTRL_VER_SHIFT; in arswitch_probe() 111 sc->sc_switchtype = AR8X16_SWITCH_AR8216; in arswitch_probe() 115 sc->sc_switchtype = AR8X16_SWITCH_AR8226; in arswitch_probe() [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300reg.h | 32 /* MAC Control Register - only write values of 1 have effect */ 37 #define AR_CR_SWI 0x00000040 // One-shot software interrupt 47 #define AR_CFG_AP_ADHOC_INDICATION 0x00000020 // AP/adhoc indication (0-AP 1-Adhoc) 55 /* Rx DMA Data Buffer Pointer Threshold - High and Low Priority register */ 124 #define AR_RXCFG_ZLFDMA 0x00000010 // Enable DMA of zero-length frame 238 #define AR_ISR_HP_RXOK 0x00000001 // At least one frame rx on high-priority queue sans errors 239 #define AR_ISR_LP_RXOK 0x00000002 // At least one frame rx on low-priority queue sans errors 249 #define AR_ISR_MIB 0x00001000 // MIB interrupt - see MIBC 252 #define AR_ISR_RXKCM 0x00008000 // Key-cache miss interrupt 274 #define AR_ISR_S0_QCU_TXOK 0x000003FF // Mask for TXOK (QCU 0-9) [all …]
|
/freebsd/sys/dev/le/ |
H A D | lancereg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 34 /*- 70 * - Am7990 Local Area Network Controller for Ethernet (LANCE) 71 * (and its descendent Am79c90 C-LANCE). 73 * - Am79c900 Integrated Local Area Communications Controller (ILACC) 75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA 77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller 80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip 83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller [all …]
|
/freebsd/sys/dev/msk/ |
H A D | if_mskreg.h | 17 * are provided to you under the BSD-type license terms provided 22 * - Redistributions of source code must retain the above copyright 24 * - Redistributions in binary form must reproduce the above 28 * - Neither the name of Marvell nor the names of its contributors 48 /*- 49 * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause 65 * 4. Neither the name of the author nor the names of any co-contributors 82 /*- 110 * D-Link PCI vendor ID 154 * D-Link gigabit ethernet device ID [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | microchip,sparx5-sgpio.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/microchip,sparx5-sgpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lars Povlsen <lars.povlsen@microchip.com> 16 connect control signals from SFP modules and to act as an LED 21 pattern: "^gpio@[0-9a-f]+$" 25 - microchip,sparx5-sgpio 26 - mscc,ocelot-sgpio 27 - mscc,luton-sgpio [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_misc.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 35 * Change the LED blinking pattern to correspond to the connectivity 41 uint32_t resOffset = (AR5312_RSTIMER_BASE - ((uint32_t) ah->ah_sh)); in ar5312SetLedState() 71 (AR5315_RSTIMER_BASE-((uint32_t) ah->ah_sh)) + AR5315_WREV)) in ar5312DetectCardPresent() 75 return (AH_PRIVATE(ah)->ah_macVersion == macVersion && in ar5312DetectCardPresent() 76 AH_PRIVATE(ah)->ah_macRev == macRev); in ar5312DetectCardPresent() 82 (AR5312_RSTIMER_BASE-((uint32_t) ah->ah_sh)) + AR5312_WREV)) in ar5312DetectCardPresent() [all …]
|
/freebsd/sys/dev/siis/ |
H A D | siis.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 154 #define SIIS_BIST_PATTERN 0x0054 /* 32 bit pattern */ 369 struct cdev *led; /* Activity led led(4) cdev. */ member 391 struct siis_device user[16]; /* User-specified settings */
|