| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/ |
| 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-4.19/arch/arm/boot/dts/ |
| D | aspeed-bmc-opp-witherspoon.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 3 #include "aspeed-g5.dtsi" 4 #include <dt-bindings/gpio/aspeed-gpio.h> 5 #include <dt-bindings/leds/leds-pca955x.h> 9 compatible = "ibm,witherspoon-bmc", "aspeed,ast2500"; 12 stdout-path = &uart5; 20 reserved-memory { 21 #address-cells = <1>; 22 #size-cells = <1>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | aspeed-bmc-opp-mowgli.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 3 #include "aspeed-g5.dtsi" 4 #include <dt-bindings/gpio/aspeed-gpio.h> 5 #include <dt-bindings/leds/leds-pca955x.h> 9 compatible = "ibm,mowgli-bmc", "aspeed,ast2500"; 13 stdout-path = &uart5; 21 reserved-memory { 22 #address-cells = <1>; 23 #size-cells = <1>; [all …]
|
| D | aspeed-bmc-opp-witherspoon.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 3 #include "aspeed-g5.dtsi" 4 #include <dt-bindings/gpio/aspeed-gpio.h> 5 #include <dt-bindings/leds/leds-pca955x.h> 9 compatible = "ibm,witherspoon-bmc", "aspeed,ast2500"; 12 stdout-path = &uart5; 20 reserved-memory { 21 #address-cells = <1>; 22 #size-cells = <1>; [all …]
|
| D | aspeed-bmc-opp-swift.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 3 #include "aspeed-g5.dtsi" 4 #include <dt-bindings/gpio/aspeed-gpio.h> 5 #include <dt-bindings/leds/leds-pca955x.h> 9 compatible = "ibm,swift-bmc", "aspeed,ast2500"; 12 stdout-path = &uart5; 20 reserved-memory { 21 #address-cells = <1>; 22 #size-cells = <1>; [all …]
|
| D | aspeed-bmc-opp-mihawk.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 3 #include "aspeed-g5.dtsi" 4 #include <dt-bindings/gpio/aspeed-gpio.h> 5 #include <dt-bindings/leds/leds-pca955x.h> 9 compatible = "ibm,mihawk-bmc", "aspeed,ast2500"; 59 stdout-path = &uart5; 67 reserved-memory { 68 #address-cells = <1>; 69 #size-cells = <1>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-gpio.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/leds/leds-gpio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jacek Anaszewski <jacek.anaszewski@gmail.com> 11 - Pavel Machek <pavel@ucw.cz> 14 Each LED is represented as a sub-node of the gpio-leds device. Each 19 const: gpio-leds 24 "(^led-[0-9a-f]$|led)": 33 retain-state-suspended: [all …]
|
| /kernel/linux/linux-4.19/drivers/leds/ |
| D | leds-gpio.c | 49 if (led_dat->blinking) { in gpio_led_set() 50 led_dat->platform_gpio_blink_set(led_dat->gpiod, level, in gpio_led_set() 52 led_dat->blinking = 0; in gpio_led_set() 54 if (led_dat->can_sleep) in gpio_led_set() 55 gpiod_set_value_cansleep(led_dat->gpiod, level); in gpio_led_set() 57 gpiod_set_value(led_dat->gpiod, level); in gpio_led_set() 73 led_dat->blinking = 1; in gpio_blink_set() 74 return led_dat->platform_gpio_blink_set(led_dat->gpiod, GPIO_LED_BLINK, in gpio_blink_set() 82 int ret, state; in create_gpio_led() local 84 led_dat->gpiod = template->gpiod; in create_gpio_led() [all …]
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-gpio.c | 1 // SPDX-License-Identifier: GPL-2.0-only 45 if (led_dat->blinking) { in gpio_led_set() 46 led_dat->platform_gpio_blink_set(led_dat->gpiod, level, in gpio_led_set() 48 led_dat->blinking = 0; in gpio_led_set() 50 if (led_dat->can_sleep) in gpio_led_set() 51 gpiod_set_value_cansleep(led_dat->gpiod, level); in gpio_led_set() 53 gpiod_set_value(led_dat->gpiod, level); in gpio_led_set() 69 led_dat->blinking = 1; in gpio_blink_set() 70 return led_dat->platform_gpio_blink_set(led_dat->gpiod, GPIO_LED_BLINK, in gpio_blink_set() 79 int ret, state; in create_gpio_led() local [all …]
|
| /kernel/linux/linux-5.10/drivers/parisc/ |
| D | power.c | 5 * Copyright (c) 2001-2007 Helge Deller <deller@gmx.de> 12 * 1. Redistributions of source code must retain the above copyright 78 /* local shutdown counter */ 81 /* check, give feedback and start shutdown after one second */ 85 printk(KERN_ALERT KTHREAD_NAME ": Shutdown requested...\n"); in process_shutdown() 113 /* main kernel thread worker. It polls the button state */ 129 * Non-Gecko-style machines: in kpowerswd() 151 printk(KERN_INFO KTHREAD_NAME ": Shutdown request aborted.\n"); in kpowerswd() 179 * executed any longer. This function then re-enables the 180 * soft-power switch and allows the user to switch off the system [all …]
|
| /kernel/linux/linux-4.19/drivers/parisc/ |
| D | power.c | 5 * Copyright (c) 2001-2007 Helge Deller <deller@gmx.de> 12 * 1. Redistributions of source code must retain the above copyright 78 /* local shutdown counter */ 81 /* check, give feedback and start shutdown after one second */ 85 printk(KERN_ALERT KTHREAD_NAME ": Shutdown requested...\n"); in process_shutdown() 113 /* main kernel thread worker. It polls the button state */ 129 * Non-Gecko-style machines: in kpowerswd() 151 printk(KERN_INFO KTHREAD_NAME ": Shutdown request aborted.\n"); in kpowerswd() 179 * executed any longer. This function then re-enables the 180 * soft-power switch and allows the user to switch off the system [all …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | aic79xx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 28 AIC-7901A Single Channel 64-bit PCI-X 133MHz to 30 AIC-7901B Single Channel 64-bit PCI-X 133MHz to 32 AIC-7902A4 Dual Channel 64-bit PCI-X 133MHz to 34 AIC-7902B Dual Channel 64-bit PCI-X 133MHz to 41 Adaptec SCSI Card 39320 Dual Channel 64-bit PCI-X 133MHz to 7902A4/7902B 43 68-pin, two internal 68-pin) 44 Adaptec SCSI Card 39320A Dual Channel 64-bit PCI-X 133MHz to 7902B 46 68-pin, two internal 68-pin) 47 Adaptec SCSI Card 39320D Dual Channel 64-bit PCI-X 133MHz to 7902A4 [all …]
|
| /kernel/linux/linux-4.19/Documentation/scsi/ |
| D | aic79xx.txt | 23 ---------------------------------------------------------------- 24 AIC-7901A Single Channel 64-bit PCI-X 133MHz to 26 AIC-7901B Single Channel 64-bit PCI-X 133MHz to 28 AIC-7902A4 Dual Channel 64-bit PCI-X 133MHz to 30 AIC-7902B Dual Channel 64-bit PCI-X 133MHz to 34 -------------------------------------------------------------------------- 35 Adaptec SCSI Card 39320 Dual Channel 64-bit PCI-X 133MHz to 7902A4/7902B 37 68-pin, two internal 68-pin) 38 Adaptec SCSI Card 39320A Dual Channel 64-bit PCI-X 133MHz to 7902B 40 68-pin, two internal 68-pin) [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/stable/ |
| D | sysfs-driver-mlxreg-io | 1 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/asic_health 6 0 - health failed, 2 - health OK, 3 - ASIC in booting state. 10 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld1_version 11 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld2_version 20 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/fan_dir 25 forward direction - relevant bit is set 0; 26 reversed direction - relevant bit is set 1. 30 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/cpld3_version 39 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/jtag_enable 48 What: /sys/devices/platform/mlxplat/mlxreg-io/hwmon/hwmon*/select_iio [all …]
|
| /kernel/linux/linux-4.19/crypto/ |
| D | algif_rng.c | 2 * algif_rng: User-space interface for random number generators 4 * This file provides the user-space API for random number generators. 11 * 1. Redistributions of source code must retain the above copyright 25 * the restrictions contained in a BSD-style copyright.) 50 MODULE_DESCRIPTION("User-space interface for random number generators"); 61 struct sock *sk = sock->sk; in rng_recvmsg() 63 struct rng_ctx *ctx = ask->private; in rng_recvmsg() 64 int err = -EFAULT; in rng_recvmsg() 85 genlen = crypto_rng_get_bytes(ctx->drng, result, len); in rng_recvmsg() 103 .shutdown = sock_no_shutdown, [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | tipc.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 5 * Copyright (c) 2003-2006, 2015-2016 Ericsson AB 6 * Copyright (c) 2005, 2010-2011, Wind River Systems 12 * 1. Redistributions of source code must retain the above copyright 65 * Application-accessible service types 68 #define TIPC_NODE_STATE 0 /* node state service type */ 70 #define TIPC_LINK_STATE 2 /* link state service type */ 71 #define TIPC_RESERVED_TYPES 64 /* lowest user-allowed service type */ 97 * Msg rejection/connection shutdown reasons 180 * TIPC-specific socket option names [all …]
|
| /kernel/linux/linux-4.19/Documentation/admin-guide/pm/ |
| D | sleep-states.rst | 9 Sleep states are global low-power states of the entire system in which user 24 Suspend-to-Idle 25 --------------- 27 This is a generic, pure software, light-weight variant of system suspend (also 30 I/O devices into low-power states (possibly lower-power than available in the 31 working state), such that the processors can spend time in their deepest idle 34 The system is woken up from this state by in-band interrupts, so theoretically 35 any devices that can cause interrupts to be generated in the working state can 38 This state can be used on platforms without support for :ref:`standby <standby>` 39 or :ref:`suspend-to-RAM <s2ram>`, or it can be used in addition to any of the [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | algif_rng.c | 2 * algif_rng: User-space interface for random number generators 4 * This file provides the user-space API for random number generators. 11 * 1. Redistributions of source code must retain the above copyright 25 * the restrictions contained in a BSD-style copyright.) 51 MODULE_DESCRIPTION("User-space interface for random number generators"); 68 kfree_sensitive(ctx->addtl); in rng_reset_addtl() 69 ctx->addtl = NULL; in rng_reset_addtl() 70 ctx->addtl_len = 0; in rng_reset_addtl() 110 struct sock *sk = sock->sk; in rng_recvmsg() 112 struct rng_ctx *ctx = ask->private; in rng_recvmsg() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | tipc.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ 5 * Copyright (c) 2003-2006, 2015-2016 Ericsson AB 6 * Copyright (c) 2005, 2010-2011, Wind River Systems 12 * 1. Redistributions of source code must retain the above copyright 65 * Application-accessible service types 68 #define TIPC_NODE_STATE 0 /* node state service type */ 70 #define TIPC_LINK_STATE 2 /* link state service type */ 71 #define TIPC_RESERVED_TYPES 64 /* lowest user-allowed service type */ 97 * Msg rejection/connection shutdown reasons 180 * TIPC-specific socket option names [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
| D | bman_portal.c | 1 /* Copyright 2008 - 2016 Freescale Semiconductor, Inc. 5 * * Redistributions of source code must retain the above copyright 44 dev_crit(pcfg->dev, "%s: Portal failure on cpu %d\n", in init_pcfg() 45 __func__, pcfg->cpu); in init_pcfg() 50 affine_bportals[pcfg->cpu] = p; in init_pcfg() 52 dev_info(pcfg->dev, "Portal initialised, cpu %d\n", pcfg->cpu); in init_pcfg() 71 irq_set_affinity(pcfg->irq, cpumask_of(cpu)); in bman_offline_cpu() 87 irq_set_affinity(pcfg->irq, cpumask_of(cpu)); in bman_online_cpu() 99 struct device *dev = &pdev->dev; in bman_portal_probe() 100 struct device_node *node = dev->of_node; in bman_portal_probe() [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
| D | sleep-states.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 Sleep states are global low-power states of the entire system in which user 28 Suspend-to-Idle 29 --------------- 31 This is a generic, pure software, light-weight variant of system suspend (also 34 I/O devices into low-power states (possibly lower-power than available in the 35 working state), such that the processors can spend time in their deepest idle 38 The system is woken up from this state by in-band interrupts, so theoretically 39 any devices that can cause interrupts to be generated in the working state can 42 This state can be used on platforms without support for :ref:`standby <standby>` [all …]
|
| /kernel/linux/linux-4.19/Documentation/core-api/ |
| D | kernel-api.rst | 9 .. kernel-doc:: include/linux/list.h 22 ------------------ 24 .. kernel-doc:: lib/vsprintf.c 27 .. kernel-doc:: include/linux/kernel.h 30 .. kernel-doc:: include/linux/kernel.h 33 .. kernel-doc:: lib/kstrtox.c 37 ------------------- 39 .. kernel-doc:: lib/string.c 42 .. kernel-doc:: mm/util.c 52 -------------- [all …]
|
| /kernel/linux/linux-5.10/net/rds/ |
| D | threads.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 56 * ANY -> ERROR 57 * UP -> DISCONNECTING 58 * ERROR -> DISCONNECTING 59 * DISCONNECTING -> DOWN 60 * DOWN -> CONNECTING 61 * CONNECTING -> UP 63 * Transition to state DISCONNECTING/DOWN: 64 * - Inside the shutdown worker; synchronizes with xmit path [all …]
|
| /kernel/linux/linux-4.19/net/rds/ |
| D | threads.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 56 * ANY -> ERROR 57 * UP -> DISCONNECTING 58 * ERROR -> DISCONNECTING 59 * DISCONNECTING -> DOWN 60 * DOWN -> CONNECTING 61 * CONNECTING -> UP 63 * Transition to state DISCONNECTING/DOWN: 64 * - Inside the shutdown worker; synchronizes with xmit path [all …]
|
| /kernel/linux/linux-4.19/drivers/usb/dwc2/ |
| D | platform.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * platform.c - DesignWare HS OTG Controller platform driver 10 * 1. Redistributions of source code must retain the above copyright 16 * 3. The names of the above-listed copyright holders may not be used 43 #include <linux/dma-mapping.h> 48 #include <linux/platform_data/s3c-hsotg.h> 69 * ------------------------------ 71 * HST DEV any : --- 74 * DEV HST any : --- 86 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode() [all …]
|