Searched +full:smart +full:- +full:sensing (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/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-5.10/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 ------------- 57 ------------
|
/linux-5.10/drivers/thermal/ |
D | mtk_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <linux/nvmem-consumer.h> 107 /* The number of sensing points per bank */ 177 /* The number of sensing points per bank */ 198 /* The number of sensing points per bank */ 237 /* The number of sensing points per bank */ 395 * the bank concept wouldn't be necessary here. However, the SVS (Smart 436 * so the bank concept wouldn't be necessary here. However, the SVS (Smart 467 * so the bank concept wouldn't be necessary here. However, the SVS (Smart 493 * MT7622 have only one sensing point which uses AUXADC Channel 11 for raw data [all …]
|
/linux-5.10/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-5.10/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|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|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 38 "^active-semi,.*": [all …]
|
/linux-5.10/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 …]
|