Searched +full:ultra +full:- +full:low +full:- +full:power (Results 1 – 25 of 56) sorted by relevance
123
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 ANX6345 is an ultra-low Full-HD DisplayPort/eDP 20 ANX78XX is an ultra-low power Full-HD SlimPort transmitter
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | max77650.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MAX77650 ultra low-power PMIC from Maxim Integrated. 10 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 13 MAX77650 is an ultra-low power PMIC providing battery charging and power 14 supply for low-power IoT and wearable applications. 16 The GPIO-controller module is represented as part of the top-level PMIC 19 For device-tree bindings of other sub-modules (regulator, power supply, 21 sub-system directories. [all …]
|
| D | rohm,bd70528-pmic.txt | 1 * ROHM BD70528 Power Management Integrated Circuit bindings 3 BD70528MWV is an ultra-low quiescent current general purpose, single-chip, 4 power management IC for battery-powered portable devices. The IC 5 integrates 3 ultra-low current consumption buck converters, 3 LDOs and 2 6 LED Drivers. Also included are 4 GPIOs, a real-time clock (RTC), a 32kHz 7 clock gate, high-accuracy VREF for use with an external ADC, flexible 8 dual-input power path, 10 bit SAR ADC for battery temperature monitor and 12 - compatible : Should be "rohm,bd70528" 13 - reg : I2C slave address. 14 - interrupts : The interrupt line the device is connected to. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 28 "#address-cells": 31 "#size-cells": 34 azoteq,hall-enable: 37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | anx6345.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Torsten Duwe <duwe@lst.de> 13 The ANX6345 is an ultra-low power Full-HD eDP transmitter designed for 24 reset-gpios: 26 description: GPIO connected to active low reset 28 dvdd12-supply: 30 description: Regulator for 1.2V digital core power. 32 dvdd25-supply: [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/chemical/ |
| D | ams,ccs811.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Narcisa Vasile <narcisaanamaria12@gmail.com> 13 Ultra-Low Power Digital Gas Sensor for Monitoring Indoor Air Quality. 18 - ams,ccs811 22 reset-gpios: 23 description: GPIO connected to the nRESET line. This is an active low 27 wakeup-gpios: 28 description: GPIO connected to the nWAKE line. This is an active low [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | abracon,abx80x.txt | 1 Abracon ABX80X I2C ultra low power RTC/Alarm chip 9 - "compatible": should one of: 21 - "reg": I2C bus address of the device 29 - "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V) 30 - "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/ |
| D | invensense,icm42600.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: InvenSense ICM-426xx Inertial Measurement Unit 10 - Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> 13 6-axis MotionTracking device that combines a 3-axis gyroscope and a 3-axis 18 ultra-low-power wake-on-motion support to minimize system power consumption. 20 Other industry-leading features include InvenSense on-chip APEX Motion 25 https://invensense.tdk.com/wp-content/uploads/2020/03/DS-000292-ICM-42605-v1.4.pdf 30 - invensense,icm42600 [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | qlogicpti.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 41 * slots available. That is, host->can_queue and host->sg_tablesize 46 #define QLOGICPTI_REQ_QUEUE_LEN 255 /* must be power of two - 1 */ 47 #define QLOGICPTI_MAX_SG(ql) (4 + (((ql) > 0) ? 7*((ql) - 1) : 0)) 298 * --------- 322 #define RES_QUEUE_LEN 255 /* Must be power of two - 1 */ 327 #define PREV_REQ_PTR(wheee) (((wheee) - 1) & QLOGICPTI_REQ_QUEUE_LEN) 328 #define PREV_RES_PTR(wheee) (((wheee) - 1) & RES_QUEUE_LEN) 352 /* The cmd->handler is only 32-bits, so that things work even on monster 354 * scsi command pointers here. This is essentially what Matt Jacob does. -DaveM [all …]
|
| D | sense_codes.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817] 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 12 SENSE_CODE(0x0005, "End-of-data detected") 29 SENSE_CODE(0x001F, "Logical unit transitioning to another power condition") 51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") 69 SENSE_CODE(0x041C, "Logical unit not ready, additional power use not yet granted") 75 SENSE_CODE(0x0422, "Logical unit not ready, power cycle required") 87 SENSE_CODE(0x0801, "Logical unit communication time-out") [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
| D | ich8lan.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 1999 - 2018 Intel Corporation. */ 36 #define E1000_ICH_FWSM_PCIM2PCI 0x01000000 /* ME PCIm-to-PCI active */ 43 #define E1000_FWSM_ULP_CFG_DONE 0x00000400 /* Low power cfg done */ 90 /* bit24: RXDCTL thresholds granularity: 0 - cache lines, 1 - descriptors */ 103 #define E1000_PCH2_RAR_ENTRIES 5 /* RAR[0], SHRA[0-3] */ 104 #define E1000_PCH_LPT_RAR_ENTRIES 12 /* RAR[0], SHRA[0-10] */ 141 /* Half-duplex collision counts */ 166 /* I218 Ultra Low Power Configuration 1 Register */ 189 /* Strapping Option Register - RO */ [all …]
|
| D | hw.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 1999 - 2018 Intel Corporation. */ 74 #define E1000_DEV_ID_PCH_SPT_I219_LM2 0x15B7 /* SPT-H PCH */ 75 #define E1000_DEV_ID_PCH_SPT_I219_V2 0x15B8 /* SPT-H PCH */ 226 /* Receive Descriptor - Extended */ 254 #define PS_PAGE_BUFFERS (MAX_PS_BUFFERS - 1) 256 /* Receive Descriptor - Packet Split */ 280 /* length of buffers 1-3 */ 651 u32 high_water; /* Flow control high-water mark */ 652 u32 low_water; /* Flow control low-water mark */ [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-imx/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 Support for Freescale MXC/iMX-based family of processors 25 bool "Enable MXC debug board(for 3-stack)" 28 The debug board is an integral part of the MXC 3-stack(PDK) 33 data/address de-multiplexing and decode, signal level shift, 104 comment "Cortex-A platforms" 209 comment "Cortex-A/Cortex-M asymmetric multiprocessing platforms" 240 This enables support for Freescale i.MX7 Ultra Low Power processor.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | scsi.rst | 12 --------------- 19 Although the old parallel (fast/wide/ultra) SCSI bus has largely fallen 23 The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian 24 peer-to-peer packet based protocol. SCSI commands are 6, 10, 12, or 16 36 ---------------------------------- 38 The SCSI subsystem uses a three layer design, with upper, mid, and low 47 In between is the SCSI mid-layer, analogous to a network routing layer 48 such as the IPv4 stack. The SCSI mid-layer routes a packet based data 51 handling and power management functions, and responds to ioctl() 57 The upper layer supports the user-kernel interface by providing device [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 121 "ScaleUnit": "7.11E-06Bytes", 272 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 277 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 282 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 287 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 292 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 297 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… 302 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 307 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri… [all …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 121 "ScaleUnit": "7.11E-06Bytes", 272 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 277 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 282 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 287 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 292 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 297 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… 302 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 307 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri… [all …]
|
| /kernel/linux/linux-5.10/drivers/eisa/ |
| D | eisa.ids | 6 # Marc Zyngier <maz@wild-wind.fr.eu.org> 10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter" 11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter" 12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter" 13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter" 14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter" 15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter" 25 ACE7010 "ACME Multi-Function Board" 39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2" 41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1" [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ |
| D | amd_shared.h | 68 * enum amd_ip_block_type - Used to classify IP blocks by functionality. 80 * @AMD_IP_BLOCK_TYPE_ACP: Audio Co-Processor 82 * @AMD_IP_BLOCK_TYPE_MES: Micro-Engine Scheduler 167 * enum PP_FEATURE_MASK - Used to mask power play features. 173 * @PP_POWER_CONTAINMENT_MASK: Power containment. 177 * @PP_ULV_MASK: Ultra low voltage. 183 * @PP_OVERDRIVE_MASK: Over- and under-clocking support. 184 * @PP_GFXOFF_MASK: Dynamic graphics engine power control. 233 * struct amd_ip_funcs - general hooks for managing amdgpu IP Blocks 236 * does not configure hw - Optional [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
| D | sky2.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 /* Yukon-2 */ 32 PCI_Y2_PIG_ENA = 1<<31, /* Enable Plug-in-Go (YUKON-2) */ 33 PCI_Y2_DLL_DIS = 1<<30, /* Disable PCI DLL (YUKON-2) */ 34 PCI_SW_PWR_ON_RST= 1<<30, /* SW Power on Reset (Yukon-EX) */ 35 PCI_Y2_PHY2_COMA = 1<<29, /* Set PHY 2 to Coma Mode (YUKON-2) */ 36 PCI_Y2_PHY1_COMA = 1<<28, /* Set PHY 1 to Coma Mode (YUKON-2) */ 37 PCI_Y2_PHY2_POWD = 1<<27, /* Set PHY 2 to Power Down (YUKON-2) */ 38 PCI_Y2_PHY1_POWD = 1<<26, /* Set PHY 1 to Power Down (YUKON-2) */ 39 PCI_Y2_PME_LEGACY= 1<<15, /* PCI Express legacy power management mode */ [all …]
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | suni.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * drivers/atm/suni.h - S/UNI PHY driver 6 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ 26 /* 0x08-0x0F reserved */ 29 #define SUNI_RSOP_SBL 0x12 /* RSOP Section BIP-8 LSB */ 30 #define SUNI_RSOP_SBM 0x13 /* RSOP Section BIP-8 MSB */ 33 /* 0x16-0x17 reserved */ 36 #define SUNI_RLOP_LBL 0x1A /* RLOP Line BIP-8/24 LSB */ 37 #define SUNI_RLOP_LB 0x1B /* RLOP Line BIP-8/24 */ 38 #define SUNI_RLOP_LBM 0x1C /* RLOP Line BIP-8/24 MSB */ [all …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 31 power supply alarms (hwmon). 44 tristate "Active-semi ACT8945A" 49 Support for the ACT8945A PMIC from Active-semi. This device 50 features three step-down DC/DC converters and four low-dropout 66 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 69 called sun4i-gpadc. 81 tristate "ams AS3722 Power Management IC" 88 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 97 Multifunction Power Management IC. This includes [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/pressure/ |
| D | icp10100.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Driver for InvenSense ICP-1010xx barometric pressure and temperature sensor. 8 * http://www.invensense.com/wp-content/uploads/2018/01/DS-000186-ICP-101xx-v1.2.pdf 32 ICP10100_MODE_LP, /* Low power mode: 1x sampling */ 34 ICP10100_MODE_LN, /* Low noise mode: 4x sampling */ 35 ICP10100_MODE_ULN, /* Ultra low noise mode: 8x sampling */ 115 return -EIO; in icp10100_i2c_xfer() 124 size_t size = cmd->response_word_nb * ICP10100_RESPONSE_WORD_LENGTH; in icp10100_send_cmd() 130 .addr = st->client->addr, in icp10100_send_cmd() 133 .buf = (uint8_t *)&cmd->cmd, in icp10100_send_cmd() [all …]
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | ncr53c8xx.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 95170 DEUIL LA BARRE - FRANCE 45 10.2.5 Ultra SCSI support 64 10.4 PCI configuration fix-up boot option 81 16.1 Synchronous timings for 53C875 and 53C860 Ultra-SCSI controllers 82 16.2 Synchronous timings for fast SCSI-2 53C8XX controllers 97 - Gerard Roudier <groudier@free.fr> 101 - Wolfgang Stanglmeier <wolf@cologne.de> 102 - Stefan Esser <se@mi.Uni-Koeln.de> 106 - ncr53c8xx generic driver that supports all the SYM53C8XX family including [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/imx/ |
| D | imx6-mipi-csi2.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * MIPI CSI-2 Receiver Subdev for Freescale i.MX6 SOC. 5 * Copyright (c) 2012-2017 Mentor Graphics Inc. 15 #include <media/v4l2-device.h> 16 #include <media/v4l2-fwnode.h> 17 #include <media/v4l2-mc.h> 18 #include <media/v4l2-subdev.h> 19 #include "imx-media.h" 31 * The default maximum bit-rate per lane in Mbps, if the 57 #define DEVICE_NAME "imx6-mipi-csi2" [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-config.h | 8 * Copyright (C) 2016 - 2017 Intel Deutschland GmbH 9 * Copyright(c) 2007 - 2014, 2018 - 2020 Intel Corporation 25 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 29 * Copyright (C) 2016 - 2017 Intel Deutschland GmbH 30 * Copyright(c) 2005 - 2014, 2018 - 2020 Intel Corporation 67 #include "iwl-csr.h" 109 * enum iwl_nvm_type - nvm formats 162 * struct iwl_base_params - params not likely to change within a device family 167 * The detail algorithm is described in iwl-led.c 211 * Tx-backoff threshold [all …]
|
123