Searched +full:panic +full:- +full:indicator (Results 1 – 25 of 72) sorted by relevance
123
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/ |
| D | common.txt | 14 - led-sources : List of device current outputs the LED is connected to. The 17 - label : The label for this LED. If omitted, the label is taken from the node 22 - default-state : The initial state of the LED. Valid values are "on", "off", 23 and "keep". If the LED is already on or off and the default-state property is 29 - linux,default-trigger : This parameter, if present, is a 31 "backlight" - LED will act as a back-light, controlled by the framebuffer 33 "default-on" - LED will turn on (but for leds-gpio see "default-state" 34 property in Documentation/devicetree/bindings/leds/leds-gpio.txt) 35 "heartbeat" - LED "double" flashes at a load average based rate 36 "disk-activity" - LED indicates disk activity [all …]
|
| D | leds-gpio.txt | 4 - compatible : should be "gpio-leds". 6 Each LED is represented as a sub-node of the gpio-leds device. Each 9 LED sub-node properties: 10 - gpios : Should specify the LED's GPIO, see "gpios property" in 13 - label : (optional) 15 - linux,default-trigger : (optional) 17 - default-state: (optional) The initial state of the LED. 19 - retain-state-suspended: (optional) The suspend state can be retained.Such 20 as charge-led gpio. 21 - retain-state-shutdown: (optional) Retain the state of the LED on shutdown. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| 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> 25 led-sources: 30 $ref: /schemas/types.yaml#definitions/uint32-array 35 from the header include/dt-bindings/leds/common.h. If there is no 42 the header include/dt-bindings/leds/common.h. If there is no matching 48 function-enumerator: [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | socfpga_cyclone5_chameleon96.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/gpio/gpio.h> 14 compatible = "novtech,chameleon96", "altr,socfpga-cyclone5", "altr,socfpga"; 18 stdout-path = "serial0:115200n8"; 27 regulator_3_3v: 3-3-v-regulator { 28 compatible = "regulator-fixed"; 29 regulator-name = "3.3V"; 30 regulator-min-microvolt = <3300000>; 31 regulator-max-microvolt = <3300000>; 35 compatible = "gpio-leds"; [all …]
|
| D | bcm53016-meraki-mr32.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 6 * Copyright (C) 2018-2020 Christian Lamparter <chunkeey@gmail.com> 9 /dts-v1/; 12 #include "bcm5301x-nand-cs0-bch8.dtsi" 13 #include <dt-bindings/leds/common.h> 33 compatible = "gpio-leds"; 39 panic-indicator; 49 compatible = "gpio-keys"; 50 #address-cells = <1>; 51 #size-cells = <0>; [all …]
|
| D | imx50-kobo-aura.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 4 // The Kobo Aura e-book reader, model N514. The mainboard is marked as E606F0B. 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 15 stdout-path = "serial1:115200n8"; 23 gpio-leds { 24 compatible = "gpio-leds"; 25 pinctrl-names = "default"; 26 pinctrl-0 = <&pinctrl_leds>; 31 panic-indicator; [all …]
|
| /kernel/linux/linux-5.10/include/dt-bindings/leds/ |
| D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 40 /* Obsolete equivalent: "shift-key-light" */ 56 Obsolete equivalents: "status-led:{red,green,blue}" (Motorola Droid 4), 71 #define LED_FUNCTION_DISK_ACTIVITY "disk-activity" 72 #define LED_FUNCTION_DISK_ERR "disk-err" 73 #define LED_FUNCTION_DISK_READ "disk-read" 74 #define LED_FUNCTION_DISK_WRITE "disk-write" 78 #define LED_FUNCTION_INDICATOR "indicator" 82 #define LED_FUNCTION_PANIC "panic"
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/ |
| D | rk3399-rock960.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include "rk3399-rock960.dtsi" 14 stdout-path = "serial2:1500000n8"; 18 compatible = "gpio-leds"; 19 pinctrl-names = "default"; 20 pinctrl-0 = <&user_led1_pin>, <&user_led2_pin>, 24 user_led1: led-1 { 27 linux,default-trigger = "heartbeat"; 30 user_led2: led-2 { [all …]
|
| D | rk3399-ficus.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 9 /dts-v1/; 10 #include "rk3399-rock960.dtsi" 17 stdout-path = "serial2:1500000n8"; 20 clkin_gmac: external-gmac-clock { 21 compatible = "fixed-clock"; 22 clock-frequency = <125000000>; 23 clock-output-names = "clkin_gmac"; 24 #clock-cells = <0>; 28 compatible = "gpio-leds"; [all …]
|
| D | rk3368-lion.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 11 stdout-path = "serial0:115200n8"; 14 ext_gmac: gmac-clk { 15 compatible = "fixed-clock"; 16 clock-frequency = <125000000>; 17 clock-output-names = "ext_gmac"; 18 #clock-cells = <0>; 22 compatible = "i2c-mux-gpio"; 23 #address-cells = <1>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
| D | hi3798cv200-poplar.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 12 #include "poplar-pinctrl.dtsi" 16 compatible = "hisilicon,hi3798cv200-poplar", "hisilicon,hi3798cv200"; 24 stdout-path = "serial0:115200n8"; 33 compatible = "gpio-leds"; 35 user-led0 { 38 linux,default-trigger = "heartbeat"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxbb-vega-s95.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include "meson-gxbb.dtsi" 9 compatible = "tronsmart,vega-s95", "amlogic,meson-gxbb"; 17 stdout-path = "serial0:115200n8"; 21 compatible = "gpio-leds"; 24 label = "vega-s95:blue:on"; 26 default-state = "on"; 27 panic-indicator; 31 usb_vbus: regulator-usb0-vbus { 32 compatible = "regulator-fixed"; [all …]
|
| D | meson-gxm-rbox-pro.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Copyright (c) 2016-2017 Andreas Färber 5 * Based on nexbox-a1: 14 /dts-v1/; 16 #include "meson-gxm.dtsi" 19 compatible = "kingnovel,r-box-pro", "amlogic,s912", "amlogic,meson-gxm"; 20 model = "R-Box Pro"; 28 stdout-path = "serial0:115200n8"; 37 compatible = "gpio-leds"; 40 label = "rbox-pro:blue:on"; [all …]
|
| D | meson-gxbb-wetek.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include "meson-gxbb.dtsi" 17 stdout-path = "serial0:115200n8"; 26 compatible = "gpio-leds"; 29 label = "wetek-play:system-status"; 31 default-state = "on"; 32 panic-indicator; 36 usb_pwr: regulator-usb-pwrs { 37 compatible = "regulator-fixed"; 39 regulator-name = "USB_PWR"; [all …]
|
| D | meson-gxl-s905x-libretech-cc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include <dt-bindings/input/input.h> 12 #include "meson-gxl-s905x.dtsi" 15 compatible = "libretech,cc", "amlogic,s905x", "amlogic,meson-gxl"; 16 model = "Libre Computer Board AML-S905X-CC"; 24 stdout-path = "serial0:115200n8"; 27 cvbs-connector { 28 compatible = "composite-video-connector"; 32 remote-endpoint = <&cvbs_vdac_out>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
| D | imx8qxp-ai_ml.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 7 /dts-v1/; 13 compatible = "einfochips,imx8qxp-ai_ml", "fsl,imx8qxp"; 22 stdout-path = &adma_lpuart2; 31 compatible = "gpio-leds"; 32 pinctrl-names = "default"; 33 pinctrl-0 = <&pinctrl_leds>; 35 user-led1 { 38 linux,default-trigger = "heartbeat"; 41 user-led2 { [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/amlogic/ |
| D | meson-gxm-rbox-pro.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Copyright (c) 2016-2017 Andreas Färber 5 * Based on nexbox-a1: 14 /dts-v1/; 16 #include "meson-gxm.dtsi" 19 compatible = "kingnovel,r-box-pro", "amlogic,s912", "amlogic,meson-gxm"; 20 model = "R-Box Pro"; 28 stdout-path = "serial0:115200n8"; 37 compatible = "gpio-leds"; 39 led-blue { [all …]
|
| D | meson-gxbb-wetek.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 #include "meson-gxbb.dtsi" 17 stdout-path = "serial0:115200n8"; 26 compatible = "gpio-leds"; 28 led-system { 29 label = "wetek-play:system-status"; 31 default-state = "on"; 32 panic-indicator; 36 usb_pwr: regulator-usb-pwrs { 37 compatible = "regulator-fixed"; [all …]
|
| D | meson-gxbb-vega-s95.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include "meson-gxbb.dtsi" 9 compatible = "tronsmart,vega-s95", "amlogic,meson-gxbb"; 17 stdout-path = "serial0:115200n8"; 21 compatible = "gpio-leds"; 23 led-blue { 24 label = "vega-s95:blue:on"; 26 default-state = "on"; 27 panic-indicator; 31 usb_pwr: regulator-usb-pwrs { [all …]
|
| D | meson-gxl-s905x-libretech-cc-v2.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 11 #include <dt-bindings/sound/meson-aiu.h> 13 #include "meson-gxl-s905x.dtsi" 16 compatible = "libretech,aml-s905x-cc-v2", "amlogic,s905x", 17 "amlogic,meson-gxl"; 18 model = "Libre Computer AML-S905X-CC V2"; 27 stdout-path = "serial0:115200n8"; [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | rtas.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 63 * If non-NULL, this gets called when the kernel terminates. 93 * are designed only for very early low-level debugging, which 94 * is why the token is hard-coded to 10. 114 while (width-- > 0) in call_rtas_display_status_delay() 125 if (width--) { in call_rtas_display_status_delay() 170 return -1; in udbg_rtascon_getc_poll() 173 return -1; in udbg_rtascon_getc_poll() 182 while ((c = udbg_rtascon_getc_poll()) == -1) in udbg_rtascon_getc() 217 "ibm,display-line-length", NULL))) in rtas_progress() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/dts/ |
| D | wii.dts | 5 * Copyright (C) 2008-2009 The GameCube Linux Team 15 /dts-v1/; 16 #include <dt-bindings/gpio/gpio.h> 19 * This is commented-out for now. 29 #address-cells = <1>; 30 #size-cells = <1>; 33 bootargs = "root=/dev/mmcblk0p2 rootwait udbg-immortal"; 38 reg = <0x00000000 0x01800000 /* MEM1 24MB 1T-SRAM */ 43 #address-cells = <1>; 44 #size-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | rtas.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 8 #include <asm/rtas-types.h> 19 #define RTAS_UNKNOWN_SERVICE (-1) 26 #define RTAS_NOT_SUSPENDABLE -9004 27 #define RTAS_BUSY -2 /* RTAS Busy */ 33 * an RTAS token for the given string (e.g. "event-scan"). 42 * may be safely used for one-shot calls to RTAS. 122 /* RTAS check-exception vector offset */ 127 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity() 132 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | wii.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 2008-2009 The GameCube Linux Team 10 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 15 * This is commented-out for now. 25 #address-cells = <1>; 26 #size-cells = <1>; 29 bootargs = "root=/dev/mmcblk0p2 rootwait udbg-immortal"; 34 reg = <0x00000000 0x01800000 /* MEM1 24MB 1T-SRAM */ [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/rockchip/ |
| D | rk3368-lion.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 11 stdout-path = "serial0:115200n8"; 14 ext_gmac: gmac-clk { 15 compatible = "fixed-clock"; 16 clock-frequency = <125000000>; 17 clock-output-names = "ext_gmac"; 18 #clock-cells = <0>; 22 compatible = "i2c-mux-gpio"; 23 #address-cells = <1>; [all …]
|
123