Home
last modified time | relevance | path

Searched +full:ultra +full:- +full:low (Results 1 – 25 of 165) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
DKconfig1 # 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/
Dmax77650.yaml1 # 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 …]
Drohm,bd70528-pmic.txt3 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.
15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller.
[all …]
/kernel/linux/linux-5.10/drivers/ata/
Dpata_artop.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * pata_artop.c - ARTOP ATA controller driver
9 * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
11 * driver by Thibaut VARENE <varenet@parisc-linux.org>
43 * artop62x0_pre_reset - probe begin
57 struct ata_port *ap = link->ap; in artop62x0_pre_reset()
58 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in artop62x0_pre_reset()
61 if ((pdev->device & 1) && in artop62x0_pre_reset()
62 !pci_test_config_bits(pdev, &artop_enable_bits[ap->port_no])) in artop62x0_pre_reset()
63 return -ENOENT; in artop62x0_pre_reset()
[all …]
Dpata_serverworks.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * pata_serverworks.c - Serverworks PATA for new ATA layer
11 * Copyright (C) 1998-2000 Michel Aubry
12 * Copyright (C) 1998-2000 Andrzej Krzysztofowicz
13 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
27 * *** to detect 80-conductor cable presence. ***
61 * oem_cable - Dell/Sun serverworks cable detection
70 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in oem_cable()
72 if (pdev->subsystem_device & (1 << (ap->port_no + 14))) in oem_cable()
96 * serverworks_cable_detect - cable detection
[all …]
Dpata_sil680.c2 * pata_sil680.c - SIL680 PATA for new ATA layer
9 * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org>
39 * sil680_selreg - return register base
53 base += (ap->port_no << 4); in sil680_selreg()
58 * sil680_seldev - return register base
70 base += (ap->port_no << 4); in sil680_seldev()
71 base |= adev->devno ? 2 : 0; in sil680_seldev()
77 * sil680_cable_detect - cable detection
86 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in sil680_cable_detect()
97 * sil680_set_piomode - set PIO mode data
[all …]
/kernel/linux/linux-4.19/drivers/ata/
Dpata_artop.c2 * pata_artop.c - ARTOP ATA controller driver
8 * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
10 * driver by Thibaut VARENE <varenet@parisc-linux.org>
42 * artop62x0_pre_reset - probe begin
56 struct ata_port *ap = link->ap; in artop62x0_pre_reset()
57 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in artop62x0_pre_reset()
60 if ((pdev->device & 1) && in artop62x0_pre_reset()
61 !pci_test_config_bits(pdev, &artop_enable_bits[ap->port_no])) in artop62x0_pre_reset()
62 return -ENOENT; in artop62x0_pre_reset()
68 * artop6260_cable_detect - identify cable type
[all …]
Dpata_sil680.c2 * pata_sil680.c - SIL680 PATA for new ATA layer
9 * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org>
39 * sil680_selreg - return register base
53 base += (ap->port_no << 4); in sil680_selreg()
58 * sil680_seldev - return register base
70 base += (ap->port_no << 4); in sil680_seldev()
71 base |= adev->devno ? 2 : 0; in sil680_seldev()
77 * sil680_cable_detect - cable detection
86 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in sil680_cable_detect()
97 * sil680_set_piomode - set PIO mode data
[all …]
Dpata_serverworks.c2 * pata_serverworks.c - Serverworks PATA for new ATA layer
10 * Copyright (C) 1998-2000 Michel Aubry
11 * Copyright (C) 1998-2000 Andrzej Krzysztofowicz
12 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org>
26 * *** to detect 80-conductor cable presence. ***
60 * oem_cable - Dell/Sun serverworks cable detection
69 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in oem_cable()
71 if (pdev->subsystem_device & (1 << (ap->port_no + 14))) in oem_cable()
95 * serverworks_cable_detect - cable detection
104 struct pci_dev *pdev = to_pci_dev(ap->host->dev); in serverworks_cable_detect()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/chemical/
Dams,ccs811.yaml1 # 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-4.19/drivers/scsi/aic7xxx/
Daic7xxx_pci.c6 * Copyright (c) 1994-2001 Justin T. Gibbs.
7 * Copyright (c) 2000-2001 Adaptec Inc.
21 * 3. Neither the names of the above-listed copyright holders nor the names
93 #define SUBID_9005_TYPE_LCCARD 0x1 /* Low Cost Card */
189 "Adaptec 1480A Ultra SCSI adapter",
195 "Adaptec 2940A Ultra SCSI adapter",
201 "Adaptec 2940A/CN Ultra SCSI adapter",
207 "Adaptec 2930C Ultra SCSI adapter (VAR)",
251 "Adaptec 2940 Ultra SCSI adapter",
257 "Adaptec 3940 Ultra SCSI adapter",
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx_pci.c6 * Copyright (c) 1994-2001 Justin T. Gibbs.
7 * Copyright (c) 2000-2001 Adaptec Inc.
21 * 3. Neither the names of the above-listed copyright holders nor the names
86 #define SUBID_9005_TYPE_LCCARD 0x1 /* Low Cost Card */
182 "Adaptec 1480A Ultra SCSI adapter",
188 "Adaptec 2940A Ultra SCSI adapter",
194 "Adaptec 2940A/CN Ultra SCSI adapter",
200 "Adaptec 2930C Ultra SCSI adapter (VAR)",
244 "Adaptec 2940 Ultra SCSI adapter",
250 "Adaptec 3940 Ultra SCSI adapter",
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Daec62xx.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
69 for ( ; chipset_table->xfer_speed ; chipset_table++) in pci_bus_clock_list()
70 if (chipset_table->xfer_speed == speed) { in pci_bus_clock_list()
71 return chipset_table->chipset_settings; in pci_bus_clock_list()
73 return chipset_table->chipset_settings; in pci_bus_clock_list()
78 for ( ; chipset_table->xfer_speed ; chipset_table++) in pci_bus_clock_list_ultra()
79 if (chipset_table->xfer_speed == speed) { in pci_bus_clock_list_ultra()
80 return chipset_table->ultra_settings; in pci_bus_clock_list_ultra()
82 return chipset_table->ultra_settings; in pci_bus_clock_list_ultra()
[all …]
/kernel/linux/linux-4.19/drivers/ide/
Daec62xx.c2 * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org>
68 for ( ; chipset_table->xfer_speed ; chipset_table++) in pci_bus_clock_list()
69 if (chipset_table->xfer_speed == speed) { in pci_bus_clock_list()
70 return chipset_table->chipset_settings; in pci_bus_clock_list()
72 return chipset_table->chipset_settings; in pci_bus_clock_list()
77 for ( ; chipset_table->xfer_speed ; chipset_table++) in pci_bus_clock_list_ultra()
78 if (chipset_table->xfer_speed == speed) { in pci_bus_clock_list_ultra()
79 return chipset_table->ultra_settings; in pci_bus_clock_list_ultra()
81 return chipset_table->ultra_settings; in pci_bus_clock_list_ultra()
86 struct pci_dev *dev = to_pci_dev(hwif->dev); in aec6210_set_mode()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Diqs269a.yaml1 # 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-4.19/Documentation/devicetree/bindings/rtc/
Dabracon,abx80x.txt1 Abracon ABX80X I2C ultra low power RTC/Alarm chip
9 - "compatible": should one of:
20 - "reg": I2C bus address of the device
28 - "abracon,tc-diode": should be "standard" (0.6V) or "schottky" (0.3V)
29 - "abracon,tc-resistor": should be <0>, <3>, <6> or <11>. 0 disables the output
/kernel/linux/linux-4.19/Documentation/scsi/
DBusLogic.txt14 Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>
31 well and have very low command latency. BusLogic has recently provided me with
49 BT-948/958/958D, will always be available from my Linux Home Page at URL
61 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide
62 Ultra SCSI Host Adapter in January 1996. This was mutually beneficial since
82 94555, USA and can be reached at 510/796-6100 or on the World Wide Web at
84 mail at techsup@mylex.com, by Voice at 510/608-2400, or by FAX at 510/745-7715.
103 Synchronous Negotiation: Ultra
106 adapter will attempt to negotiate for 20.0 mega-transfers/second.
111 adapter will attempt to negotiate for 10.0 mega-transfers/second.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Danx6345.yaml1 # 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:
32 dvdd25-supply:
40 '#address-cells':
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/
Dabracon,abx80x.txt1 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-4.19/Documentation/devicetree/bindings/display/bridge/
Danx7814.txt1 Analogix ANX7814 SlimPort (Full-HD Transmitter)
2 -----------------------------------------------
4 The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter
9 - compatible : "analogix,anx7814"
10 - reg : I2C address of the device
11 - interrupts : Should contain the INTP interrupt
12 - hpd-gpios : Which GPIO to use for hpd
13 - pd-gpios : Which GPIO to use for power down
14 - reset-gpios : Which GPIO to use for reset
18 - dvdd10-supply : Regulator for 1.0V digital core power.
[all …]
/kernel/linux/linux-5.10/Documentation/scsi/
DBusLogic.rst1 .. SPDX-License-Identifier: GPL-2.0
21 Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>
39 well and have very low command latency. BusLogic has recently provided me with
57 BT-948/958/958D, will always be available from my Linux Home Page at URL
69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide
70 Ultra SCSI Host Adapter in January 1996. This was mutually beneficial since
90 94555, USA and can be reached at 510/796-6100 or on the World Wide Web at
92 mail at techsup@mylex.com, by Voice at 510/608-2400, or by FAX at 510/745-7715.
101 -----------------------------------
113 Synchronous Negotiation: Ultra
[all …]
/kernel/linux/linux-4.19/drivers/uwb/
DKconfig6 tristate "Ultra Wideband devices"
10 UWB is a high-bandwidth, low-power, point-to-point radio
11 technology using a wide spectrum (3.1-10.6GHz). It is
12 optimized for in-room use (480Mbps at 2 meters, 110Mbps at
32 tristate "UWB Radio Control driver for WUSB-compliant USB dongles (HWA)"
44 tristate "UWB Radio Control driver for WHCI-compliant cards"
/kernel/linux/linux-4.19/drivers/gpu/drm/bridge/
DKconfig22 ---help---
23 ANX78XX is an ultra-low Full-HD SlimPort transmitter
43 Support for non-programmable RGB to VGA DAC bridges, such as ADI
56 tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
60 ---help---
63 to DP++. This is used with the i.MX6 imx-ldb
71 ---help---
72 NXP PTN3460 eDP-LVDS bridge chip driver.
81 ---help---
82 Parade eDP-LVDS bridge chip driver.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/
Dinvensense,icm42600.yaml1 # 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/arch/sparc/lib/
Dlocks.S1 /* SPDX-License-Identifier: GPL-2.0 */
3 * locks.S: SMP low-level lock primitives on Sparc.
7 * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)

1234567