| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | mtk-pmic-keys.txt | 6 of Muti-Function Device (MFD) 12 - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys" 13 - linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml 16 - wakeup-source: See Documentation/devicetree/bindings/power/wakeup-source.txt 17 - mediatek,long-press-mode: Long press key shutdown setting, 1 for 19 - power-off-time-sec: See Documentation/devicetree/bindings/input/input.yaml 29 compatible = "mediatek,mt6397-keys"; 30 mediatek,long-press-mode = <1>; 31 power-off-time-sec = <0>; 33 power { [all …]
|
| D | input.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Torokhov <dmitry.torokhov@gmail.com> 21 $ref: /schemas/types.yaml#/definitions/uint32-array 26 poll-interval: 27 description: Poll interval time in milliseconds. 30 power-off-time-sec: 33 power off automatically. Device with key pressed shutdown feature can
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | input.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Torokhov <dmitry.torokhov@gmail.com> 21 $ref: /schemas/types.yaml#/definitions/uint32-array 34 linux,input-type: 37 - 1 # EV_KEY 38 - 2 # EV_REL 39 - 3 # EV_ABS 40 - 5 # EV_SW [all …]
|
| D | mediatek,pmic-keys.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/mediatek,pmic-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen Zhong <chen.zhong@mediatek.com> 13 - $ref: input.yaml# 19 by the PMIC that is defined as a Multi-Function Device (MFD). 27 - mediatek,mt6323-keys 28 - mediatek,mt6331-keys 29 - mediatek,mt6357-keys [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec4.txt | 2 SEC 4 Device Tree Binding 3 Copyright (C) 2008-2011 Freescale Semiconductor Inc. 6 -Overview 7 -SEC 4 Node 8 -Job Ring Node 9 -Run Time Integrity Check (RTIC) Node 10 -Run Time Integrity Check (RTIC) Memory Node 11 -Secure Non-Volatile Storage (SNVS) Node 12 -Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node 13 -Full Example [all …]
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | stpmic1_onkey.c | 1 // SPDX-License-Identifier: GPL-2.0 15 * struct stpmic1_onkey - OnKey data 29 struct input_dev *input_dev = onkey->input_dev; in onkey_falling_irq() 32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq() 41 struct input_dev *input_dev = onkey->input_dev; in onkey_rising_irq() 44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq() 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe() 53 struct device *dev = &pdev->dev; in stpmic1_onkey_probe() 61 return -ENOMEM; in stpmic1_onkey_probe() 63 onkey->irq_falling = platform_get_irq_byname(pdev, "onkey-falling"); in stpmic1_onkey_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| D | stpmic1_onkey.c | 1 // SPDX-License-Identifier: GPL-2.0 15 * struct stpmic1_onkey - OnKey data 29 struct input_dev *input_dev = onkey->input_dev; in onkey_falling_irq() 32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq() 41 struct input_dev *input_dev = onkey->input_dev; in onkey_rising_irq() 44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq() 52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe() 53 struct device *dev = &pdev->dev; in stpmic1_onkey_probe() 61 return -ENOMEM; in stpmic1_onkey_probe() 63 onkey->irq_falling = platform_get_irq_byname(pdev, "onkey-falling"); in stpmic1_onkey_probe() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | st,stpmic1.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: STMicroelectonics STPMIC1 Power Management IC bindings 9 description: STMicroelectronics STPMIC1 Power Management IC 12 - pascal Paillet <p.paillet@st.com> 24 "#interrupt-cells": 27 interrupt-controller: true 36 const: st,stpmic1-onkey 40 - description: onkey-falling, happens when onkey is pressed. IT_PONKEY_F of pmic [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | st,stpmic1.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: STMicroelectonics STPMIC1 Power Management IC 9 description: STMicroelectronics STPMIC1 Power Management IC 12 - pascal Paillet <p.paillet@foss.st.com> 24 "#interrupt-cells": 27 interrupt-controller: true 36 const: st,stpmic1-onkey 40 - description: onkey-falling, happens when onkey is pressed. IT_PONKEY_F of pmic [all …]
|
| D | actions,atc260x.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: Actions Semi ATC260x Power Management IC 10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> 11 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com> 14 ATC260x series PMICs integrates Audio Codec, Power Management, RTC, IR 16 (i.e. regulators and system power-off/reboot) for the ATC2603C and ATC2609A 18 ATC2603C includes 3 programmable DC-DC converters, 9 programmable LDO 20 ATC2609A includes 5 programmable DC-DC converters and 10 programmable LDO [all …]
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-mrst.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * rtc-mrst.c: Driver for Moorestown virtual RTC 15 * This driver is based upon drivers/rtc/rtc-cmos.c 23 * * Alarm function is also limited to hr/min/sec. 37 #include <asm/intel-mid.h> 74 * driver chose to use 1972 (1970 is UNIX time start point) as the base, 75 * and does the translation at read/write time. 78 * make it consistent in leap year setting for both vrtc and low-level 81 * year will be parsed as 1960 which is not a valid UNIX time and will 84 static int mrst_read_time(struct device *dev, struct rtc_time *time) in mrst_read_time() argument [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | asc7621.rst | 20 Andigilog has both the PECI and pre-PECI versions of the Heceta-6, as 21 Intel calls them. Heceta-6e has high frequency PWM and Heceta-6p has 23 Heceta-6e part and aSC7621 is the Heceta-6p part. They are both in 28 have used registers below 20h for vendor-specific functions in addition 29 to those in the Intel-specified vendor range. 32 The fan speed control uses this finer value to produce a "step-less" fan 33 PWM output. These two bytes are "read-locked" to guarantee that once a 34 high or low byte is read, the other byte is locked-in until after the 37 sheet says 10-bits of resolution, although you may find the lower bits 47 We offer GPIO features on the former VID pins. These are open-drain [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | asc7621.rst | 20 Andigilog has both the PECI and pre-PECI versions of the Heceta-6, as 21 Intel calls them. Heceta-6e has high frequency PWM and Heceta-6p has 23 Heceta-6e part and aSC7621 is the Heceta-6p part. They are both in 28 have used registers below 20h for vendor-specific functions in addition 29 to those in the Intel-specified vendor range. 32 The fan speed control uses this finer value to produce a "step-less" fan 33 PWM output. These two bytes are "read-locked" to guarantee that once a 34 high or low byte is read, the other byte is locked-in until after the 37 sheet says 10-bits of resolution, although you may find the lower bits 47 We offer GPIO features on the former VID pins. These are open-drain [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/hamradio/ |
| D | z8530drv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz 41 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 54 please read 'man insmod' that comes with module-init-tools. 64 of your rc.*-files. This has to be done BEFORE you can 92 - this is just a delimiter to make sccinit a bit simpler to 96 - the address of the data port A of this Z8530 (needed) 98 - the address of the control port A (needed) [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/hamradio/ |
| D | z8530drv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz 41 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 54 please read 'man insmod' that comes with module-init-tools. 64 of your rc.*-files. This has to be done BEFORE you can 92 - this is just a delimiter to make sccinit a bit simpler to 96 - the address of the data port A of this Z8530 (needed) 98 - the address of the control port A (needed) [all …]
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "HD-Audio" 23 This option enables the HD-audio controller. Don't forget 27 will be called snd-hda-intel. 43 will be called snd-hda-tegra. 54 will be called snd-hda-loongson. 59 bool "Build hwdep interface for HD-audio driver" 62 Say Y here to build a hwdep interface for HD-audio driver. 63 This interface can be used for out-of-band communication 69 Say Y here to enable the HD-audio codec re-configuration feature. [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| D | rtw_pwrctrl.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. 49 * BIT[4] = sub-state 87 #define LPS_DELAY_TIME 1 * HZ /* 1 sec */ 96 rf_sleep, /* 802.11 Power Save mode */ 97 rf_off, /* HW/SW Radio OFF or Inactive Power Save */ 102 /* RF Off Level for IPS or HW/SW radio off */ 106 #define RT_RF_OFF_LEVL_HALT_NIC BIT(3) /* NIC halt, re-init hw param*/ 107 #define RT_RF_OFF_LEVL_FREE_FW BIT(4) /* FW free, re-download the FW*/ 118 ((ppsc->cur_ps_level & _PS_FLAG) ? true : false) [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | power.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 10 /* Power Management Commands, Responses, Notifications */ 13 * enum iwl_ltr_config_flags - masks for LTR config command flags 39 * struct iwl_ltr_config_cmd_v1 - configures the LTR 53 * struct iwl_ltr_config_cmd - configures the LTR 77 * enum iwl_power_flags - masks for power table command flags 78 * @POWER_FLAGS_POWER_SAVE_ENA_MSK: '1' Allow to save power by turning off [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | power.h | 8 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 9 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH 10 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH 11 * Copyright (C) 2018 - 2020 Intel Corporation 27 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 31 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. 32 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH 33 * Copyright(c) 2015 - 2017 Intel Deutschland GmbH 34 * Copyright (C) 2018 - 2020 Intel Corporation 68 /* Power Management Commands, Responses, Notifications */ [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/vt6655/ |
| D | card.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * s_vSafeResetTx - Rest Tx 9 * CARDvSetRSPINF - Set RSPINF 10 * CARDvUpdateBasicTopRate - Update BasicTopRate 11 * CARDbAddBasicRate - Add to BasicRateSet 12 * CARDbIsOFDMinBasicRate - Check if any OFDM rate is in BasicRateSet 13 * CARDqGetTSFOffset - Calculate TSFOffset 14 * vt6655_get_current_tsf - Read Current NIC TSF counter 15 * CARDqGetNextTBTT - Calculate Next Beacon TSF counter 16 * CARDvSetFirstNextTBTT - Set NIC Beacon time [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
| D | rtw_pwrctrl.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved. 52 BIT[4] = sub-state 92 #define LPS_DELAY_TIME (1 * HZ) /* 1 sec */ 101 rf_sleep, /* 802.11 Power Save mode */ 102 rf_off, /* HW/SW Radio OFF or Inactive Power Save */ 107 /* RF Off Level for IPS or HW/SW radio off */ 111 #define RT_RF_OFF_LEVL_HALT_NIC BIT(3) /* NIC halt, re-initialize hw parameters */ 112 #define RT_RF_OFF_LEVL_FREE_FW BIT(4) /* FW free, re-download the FW */ 118 #define RT_IN_PS_LEVEL(ppsc, _PS_FLAG) ((ppsc->cur_ps_level & _PS_FLAG) ? true : false) [all …]
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | pcwd_pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Berkshire PCI-PC Watchdog Card Driver 5 * (c) Copyright 2003-2007 Wim Van Sebroeck <wim@iguana.be>. 16 * provided "AS-IS" and at no charge. 36 #include <linux/errno.h> /* For the -ENODEV/... values */ 46 #include <linux/ioport.h> /* For io-port access */ 53 #define WATCHDOG_DRIVER_NAME "PCI-PC Watchdog" 68 * PCI-PC Watchdog card. 76 #define WD_PCI_R2DS 0x40 /* Relay 2 Disable Temperature-trip / 85 /* according to documentation max. time to process a command for the pci [all …]
|
| D | pcwd_usb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Berkshire USB-PC Watchdog Card Driver 5 * (c) Copyright 2004-2007 Wim Van Sebroeck <wim@iguana.be>. 12 * Greg Kroah-Hartman <greg@kroah.com> 16 * provided "AS-IS" and at no charge. 28 #include <linux/errno.h> /* For the -ENODEV/... values */ 47 #define DRIVER_DESC "Berkshire USB-PC Watchdog driver" 55 delay-time from dip-switches */ 59 "(0<heartbeat<65536 or 0=delay-time from dip-switches, default=" 67 /* The vendor and product id's for the USB-PC Watchdog card */ [all …]
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | pcwd_pci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Berkshire PCI-PC Watchdog Card Driver 5 * (c) Copyright 2003-2007 Wim Van Sebroeck <wim@iguana.be>. 16 * provided "AS-IS" and at no charge. 36 #include <linux/errno.h> /* For the -ENODEV/... values */ 46 #include <linux/ioport.h> /* For io-port access */ 53 #define WATCHDOG_DRIVER_NAME "PCI-PC Watchdog" 68 * PCI-PC Watchdog card. 76 #define WD_PCI_R2DS 0x40 /* Relay 2 Disable Temperature-trip / 85 /* according to documentation max. time to process a command for the pci [all …]
|
| D | pcwd_usb.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Berkshire USB-PC Watchdog Card Driver 5 * (c) Copyright 2004-2007 Wim Van Sebroeck <wim@iguana.be>. 12 * Greg Kroah-Hartman <greg@kroah.com> 16 * provided "AS-IS" and at no charge. 28 #include <linux/errno.h> /* For the -ENODEV/... values */ 47 #define DRIVER_DESC "Berkshire USB-PC Watchdog driver" 55 delay-time from dip-switches */ 59 "(0<heartbeat<65536 or 0=delay-time from dip-switches, default=" 67 /* The vendor and product id's for the USB-PC Watchdog card */ [all …]
|