| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/reset/ |
| D | reboot-mode.txt | 1 Generic reboot mode core map driver 3 This driver get reboot mode arguments and call the write 8 All mode properties are vendor specific, it is a indication to tell 10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value). 13 - mode-normal: Normal reboot mode, system reboot with command "reboot". 14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image. 15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d… 16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 20 reboot-mode { 21 mode-normal = <BOOT_NORMAL>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 7 - compatible: "st,sta32x" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - Vdda-supply: regulator spec, providing 3.3V 17 - Vdd3-supply: regulator spec, providing 3.3V 18 - Vcc-supply: regulator spec, providing 5V - 26V 22 - clocks, clock-names: Clock specifier for XTI input clock. 24 and disabled when it is removed. The 'clock-names' must be set to 'xti'. 26 - st,output-conf: number, Selects the output configuration: [all …]
|
| D | st,sta350.txt | 7 - compatible: "st,sta350" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - vdd-dig-supply: regulator spec, providing 3.3V 17 - vdd-pll-supply: regulator spec, providing 3.3V 18 - vcc-supply: regulator spec, providing 5V - 26V 22 - st,output-conf: number, Selects the output configuration: 23 0: 2-channel (full-bridge) power, 2-channel data-out 24 1: 2 (half-bridge). 1 (full-bridge) on-board power [all …]
|
| /kernel/linux/linux-4.19/fs/gfs2/ |
| D | lock_dlm.c | 2 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 3 * Copyright 2004-2011 Red Hat, Inc. 27 * gfs2_update_stats - Update time based stats 50 s64 delta = sample - s->stats[index]; in gfs2_update_stats() 51 s->stats[index] += (delta >> 3); in gfs2_update_stats() 53 s->stats[index] += (s64)(abs(delta) - s->stats[index]) >> 2; in gfs2_update_stats() 57 * gfs2_update_reply_times - Update locking statistics 60 * This assumes that gl->gl_dstamp has been set earlier. 70 * TRY_1CB flags are set are classified as non-blocking. All 76 const unsigned gltype = gl->gl_name.ln_type; in gfs2_update_reply_times() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | reboot-mode.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic reboot mode core map 10 - Andy Yan <andy.yan@rock-chips.com> 13 This driver get reboot mode arguments and call the write 18 All mode properties are vendor specific, it is a indication to tell 20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value). 23 - normal: Normal reboot mode, system reboot with command "reboot". [all …]
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| D | lock_dlm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 4 * Copyright 2004-2011 Red Hat, Inc. 20 #include "recovery.h" 26 * gfs2_update_stats - Update time based stats 49 s64 delta = sample - s->stats[index]; in gfs2_update_stats() 50 s->stats[index] += (delta >> 3); in gfs2_update_stats() 52 s->stats[index] += (s64)(abs(delta) - s->stats[index]) >> 2; in gfs2_update_stats() 56 * gfs2_update_reply_times - Update locking statistics 59 * This assumes that gl->gl_dstamp has been set earlier. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 7 - compatible: "st,sta32x" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - Vdda-supply: regulator spec, providing 3.3V 17 - Vdd3-supply: regulator spec, providing 3.3V 18 - Vcc-supply: regulator spec, providing 5V - 26V 22 - st,output-conf: number, Selects the output configuration: 23 0: 2-channel (full-bridge) power, 2-channel data-out 24 1: 2 (half-bridge). 1 (full-bridge) on-board power [all …]
|
| D | st,sta350.txt | 7 - compatible: "st,sta350" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - vdd-dig-supply: regulator spec, providing 3.3V 17 - vdd-pll-supply: regulator spec, providing 3.3V 18 - vcc-supply: regulator spec, providing 5V - 26V 22 - st,output-conf: number, Selects the output configuration: 23 0: 2-channel (full-bridge) power, 2-channel data-out 24 1: 2 (half-bridge). 1 (full-bridge) on-board power [all …]
|
| /kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
| D | dlmlock.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* -*- mode: c; c-basic-offset: 8; -*- 59 return -ENOMEM; in dlm_init_lock_cache() 70 * caller needs: res->spinlock 80 list_for_each_entry(tmplock, &res->granted, list) { in dlm_can_grant_new_lock() 81 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 85 list_for_each_entry(tmplock, &res->converting, list) { in dlm_can_grant_new_lock() 86 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 88 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock() 89 lock->ml.type)) in dlm_can_grant_new_lock() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
| D | armada-3720-uDPU.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 * Based on Marvell Armada 3720 development board (DB-88F3720-DDR3) 12 /dts-v1/; 14 #include <dt-bindings/gpio/gpio.h> 15 #include "armada-372x.dtsi" 22 stdout-path = "serial0:115200n8"; 31 pinctrl-names = "default"; 32 compatible = "gpio-leds"; 65 sfp_eth0: sfp-eth0 { 67 i2c-bus = <&i2c0>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | hwpoison.rst | 11 (``MCA recovery``). This requires the OS to declare a page "poisoned", 43 The code consists of a the high level handler in mm/memory-failure.c, 48 of applications. KVM support requires a recent qemu-kvm release. 56 Failure recovery modes 59 There are two (actually three) modes memory failure recovery can be in: 62 All memory failures cause a panic. Do not attempt recovery. 71 This is the mode used by KVM qemu. 85 Enable early kill mode globally 88 Set early/late kill mode/revert to system default 93 arg2 defines thread specific mode [all …]
|
| /kernel/linux/linux-4.19/fs/ocfs2/dlm/ |
| D | dlmlock.c | 1 /* -*- mode: c; c-basic-offset: 8; -*- 22 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 * Boston, MA 021110-1307, USA. 74 return -ENOMEM; in dlm_init_lock_cache() 85 * caller needs: res->spinlock 95 list_for_each_entry(tmplock, &res->granted, list) { in dlm_can_grant_new_lock() 96 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 100 list_for_each_entry(tmplock, &res->converting, list) { in dlm_can_grant_new_lock() 101 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 103 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | i2c.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * i2c.h - definitions for the Linux i2c bus interface 4 * Copyright (C) 1995-2000 Simon G. Vogl 5 * Copyright (C) 2013-2019 Wolfram Sang <wsa@kernel.org> 28 /* --- General options ------------------------------------------------ */ 65 * i2c_master_recv - issue a single I2C message in master receive mode 79 * i2c_master_recv_dmasafe - issue a single I2C message in master receive mode 95 * i2c_master_send - issue a single I2C message in master transmit mode 109 * i2c_master_send_dmasafe - issue a single I2C message in master transmit mode 189 * struct i2c_device_identity - i2c client device identification [all …]
|
| D | dlm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 6 ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 23 * recover_prep: called before the dlm begins lock recovery. 27 * recover_done: called after the dlm completes lock recovery. 48 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster 63 * dlm_new_lockspace() should return -EEXIST if the lockspace exists. 69 * ops: callbacks that indicate lockspace recovery points so the 70 * caller can coordinate its recovery and know lockspace members. 77 * be used or not. 0: will be used, -EXXX will not be used. [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/ufs/ |
| D | ufs_quirks.h | 2 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. 30 * ufs_dev_fix - ufs device quirk info 73 * - As soon as SW sees the DL NAC error, it should schedule the error handler 74 * - Error handler would sleep for 50ms to see if there are any fatal errors 76 * - If there are fatal errors then SW does normal error recovery. 77 * - If there are no fatal errors then SW sends the NOP command to device 79 * - If NOP command times out, SW does normal error recovery 80 * - If NOP command succeed, skip the error handling. 83 * enable this quirk to initiate quick error recovery and also silence related 106 * FAST AUTO mode, enable this quirk to make sure that FAST AUTO mode is [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/unisys/Documentation/ABI/ |
| D | sysfs-platform-visorchipset | 8 s-Par's automatic installation progress screen when an error 10 if not in installation mode. 17 Description: used to set the value of the progress bar on the s-Par automatic 19 installation mode. 27 s-Par's automatic installation progress screen. Setting this 28 field when not in installation mode (boottotool was set on 36 Description: The boottotool flag controls s-Par behavior on the next boot of 47 Description: This field is used to tell s-Par which type of recovery tool 48 action to perform on the next guest boot-up. The meaning of the 59 responsible for enabling and disabling SR-IOV devices when the [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/unisys/Documentation/ABI/ |
| D | sysfs-platform-visorchipset | 8 s-Par's automatic installation progress screen when an error 10 if not in installation mode. 17 Description: used to set the value of the progress bar on the s-Par automatic 19 installation mode. 27 s-Par's automatic installation progress screen. Setting this 28 field when not in installation mode (boottotool was set on 36 Description: The boottotool flag controls s-Par behavior on the next boot of 47 Description: This field is used to tell s-Par which type of recovery tool 48 action to perform on the next guest boot-up. The meaning of the 59 responsible for enabling and disabling SR-IOV devices when the [all …]
|
| /kernel/linux/linux-4.19/Documentation/vm/ |
| D | hwpoison.rst | 11 (``MCA recovery``). This requires the OS to declare a page "poisoned", 43 The code consists of a the high level handler in mm/memory-failure.c, 48 of applications. KVM support requires a recent qemu-kvm release. 56 Failure recovery modes 59 There are two (actually three) modes memory failure recovery can be in: 62 All memory failures cause a panic. Do not attempt recovery. 71 This is the mode used by KVM qemu. 85 Enable early kill mode globally 88 Set early/late kill mode/revert to system default 93 arg2 defines thread specific mode [all …]
|
| /kernel/linux/linux-5.10/fs/dlm/ |
| D | dlm_internal.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 6 ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 64 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args) 70 (ls)->ls_name, ##args); \ 73 (ls)->ls_name , ##args); \ 80 (ls)->ls_name , ##args); \ 87 (ls)->ls_name , ##args); \ 130 * Save and manage recovery state for a lockspace. 148 void (*bastfn) (void *astparam, int mode); [all …]
|
| /kernel/linux/linux-4.19/fs/dlm/ |
| D | dlm_internal.h | 4 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 5 ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 66 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args) 72 (ls)->ls_name, ##args); \ 75 (ls)->ls_name , ##args); \ 82 (ls)->ls_name , ##args); \ 89 (ls)->ls_name , ##args); \ 132 * Save and manage recovery state for a lockspace. 150 void (*bastfn) (void *astparam, int mode); 151 int mode; member [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | dlm.h | 4 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. 5 ** Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. 25 * recover_prep: called before the dlm begins lock recovery. 29 * recover_done: called after the dlm completes lock recovery. 50 * is not used. When set, dlm_new_lockspace() returns -EBADR if cluster 65 * dlm_new_lockspace() should return -EEXIST if the lockspace exists. 71 * ops: callbacks that indicate lockspace recovery points so the 72 * caller can coordinate its recovery and know lockspace members. 79 * be used or not. 0: will be used, -EXXX will not be used. 80 * -EOPNOTSUPP: the dlm does not have recovery_callbacks enabled. [all …]
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | ht6560b.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 1995-2000 Linus Torvalds & author (see below) 7 * HT-6560B EIDE-controller support 9 * Use hdparm utility to enable PIO mode support. 11 * Author: Mikko Ala-Fossi <maf@iki.fi> 35 * The special i/o-port that HT-6560B uses to configuration: 40 * The special i/o-port that HT-6560A uses to configuration: 43 * bit2 (0x04): "0" enables multi-master system (?) 54 * FIFO + PREFETCH (both a/b-model) 75 * gives. [see cmd640.c for an extreme example of this. -ml] [all …]
|
| D | cs5520.c | 7 * PIO mode and smarter silicon. 10 * drive for the right PIO mode. We must also ignore all the blacklists 41 #include <linux/dma-mapping.h> 49 int recovery; member 62 struct pci_dev *pdev = to_pci_dev(hwif->dev); in cs5520_set_pio_mode() 63 int controller = drive->dn > 1 ? 1 : 0; in cs5520_set_pio_mode() 64 const u8 pio = drive->pio_mode - XFER_PIO_0; in cs5520_set_pio_mode() 66 /* 8bit CAT/CRT - 8bit command timing for channel */ in cs5520_set_pio_mode() 68 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode() 71 /* 0x64 - 16bit Primary, 0x68 - 16bit Secondary */ in cs5520_set_pio_mode() [all …]
|
| /kernel/linux/linux-4.19/drivers/ide/ |
| D | ht6560b.c | 2 * Copyright (C) 1995-2000 Linus Torvalds & author (see below) 6 * HT-6560B EIDE-controller support 8 * Use hdparm utility to enable PIO mode support. 10 * Author: Mikko Ala-Fossi <maf@iki.fi> 34 * The special i/o-port that HT-6560B uses to configuration: 39 * The special i/o-port that HT-6560A uses to configuration: 42 * bit2 (0x04): "0" enables multi-master system (?) 53 * FIFO + PREFETCH (both a/b-model) 74 * gives. [see cmd640.c for an extreme example of this. -ml] 77 * The higher nibble of value is the Recovery Time (rt) and the lower nibble [all …]
|
| D | cs5520.c | 7 * PIO mode and smarter silicon. 10 * drive for the right PIO mode. We must also ignore all the blacklists 41 #include <linux/dma-mapping.h> 49 int recovery; member 62 struct pci_dev *pdev = to_pci_dev(hwif->dev); in cs5520_set_pio_mode() 63 int controller = drive->dn > 1 ? 1 : 0; in cs5520_set_pio_mode() 64 const u8 pio = drive->pio_mode - XFER_PIO_0; in cs5520_set_pio_mode() 66 /* 8bit CAT/CRT - 8bit command timing for channel */ in cs5520_set_pio_mode() 68 (cs5520_pio_clocks[pio].recovery << 4) | in cs5520_set_pio_mode() 71 /* 0x64 - 16bit Primary, 0x68 - 16bit Secondary */ in cs5520_set_pio_mode() [all …]
|