Searched +full:smart +full:- +full:sensing (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/Documentation/w1/slaves/ |
D | w1_ds2438.rst | 6 * Maxim DS2438 Smart Battery Monitor 16 ----------- 22 wind speed/direction measuring, humidity sensing, etc. 28 ----- 36 When writing to sysfs file bits 2-7 are ignored, so it's safe to write ASCII. 40 ------- 48 ------- 56 -------- 57 This file controls the 2-byte Offset Register of the chip. 58 Writing a 2-byte value will change the Offset Register, which changes the [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/proximity/ |
D | semtech,sx9310.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Daniel Campello <campello@chromium.org> 16 https://www.semtech.com/products/smart-sensing/sar-sensors/sx9310 21 - semtech,sx9310 22 - semtech,sx9311 34 vdd-supply: 37 svdd-supply: 40 "#io-channel-cells": [all …]
|
/Linux-v5.15/drivers/thermal/ |
D | mtk_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <linux/nvmem-consumer.h> 109 /* The number of sensing points per bank */ 179 /* The number of sensing points per bank */ 200 /* The number of sensing points per bank */ 239 /* The number of sensing points per bank */ 397 * the bank concept wouldn't be necessary here. However, the SVS (Smart 438 * so the bank concept wouldn't be necessary here. However, the SVS (Smart 469 * so the bank concept wouldn't be necessary here. However, the SVS (Smart 495 * MT7622 have only one sensing point which uses AUXADC Channel 11 for raw data [all …]
|
/Linux-v5.15/drivers/power/supply/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 105 tristate "Active-semi ACT8945A charger driver" 109 Active-semi ActivePath ACT8945A charger. 159 tristate "DS2782/DS2786 standalone gas-gauge" 163 gas-gauge. 185 tristate "Sharp SL-6000 (tosa) battery" 189 SL-6000 (tosa) models. 192 tristate "Sharp SL-5500 (collie) battery" 196 SL-5500 (collie) models. 207 called ingenic-battery. [all …]
|
/Linux-v5.15/drivers/input/mouse/ |
D | psmouse-base.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 1999-2002 Vojtech Pavlik 6 * Copyright (c) 2003-2004 Dmitry Torokhov 113 * sysfs). We could use a per-device semaphore but since there 132 x = packet[1] ? packet[1] - ((packet[0] << 4) & 0x100) : 0; in psmouse_report_standard_motion() 133 y = packet[2] ? packet[2] - ((packet[0] << 3) & 0x100) : 0; in psmouse_report_standard_motion() 136 input_report_rel(dev, REL_Y, -y); in psmouse_report_standard_motion() 151 struct input_dev *dev = psmouse->dev; in psmouse_process_byte() 152 u8 *packet = psmouse->packet; in psmouse_process_byte() 155 if (psmouse->pktcnt < psmouse->pktsize) in psmouse_process_byte() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 19 "^(at25|bm|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio-key|gpio|gpmc|hdmi|i2c-gpio),.*": true 21 "^(pinctrl-single|#pinctrl-single|PowerPC),.*": true 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true 23 "^(simple-audio-card|st-plgpio|st-spics|ts),.*": true 42 "^active-semi,.*": [all …]
|
/Linux-v5.15/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * of PCI-SCSI IO processors. 6 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr> 7 * Copyright (c) 2003-2005 Matthew Wilcox <matthew@wil.cx> 10 * Copyright (C) 1998-2000 Gerard Roudier 13 * a port of the FreeBSD ncr driver to Linux-1.2.13. 17 * Stefan Esser <se@mi.Uni-Koeln.de> 25 *----------------------------------------------------------------------------- 55 while (n-- > 0) in sym_printl_hex() 62 sym_print_addr(cp->cmd, "%s: ", label); in sym_print_msg() [all …]
|