Searched +full:individual +full:- +full:sensing (Results  1 – 5 of 5) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/adc/ | 
| H A D | aspeed,ast2600-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/iio/adc/aspeed,ast2600-adc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Billy Tsai <billy_tsai@aspeedtech.com>
 13   • 10-bits resolution for 16 voltage channels.
 14   • The device split into two individual engine and each contains 8 voltage
 16   • Channel scanning can be non-continuous.
 21   • Built-in a compensating method.
 22   • Built-in a register to trim internal reference voltage.
 [all …]
 
 | 
| /linux/drivers/input/mouse/ | 
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only25 	  includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
 34 		<http://xorg.freedesktop.org/archive/individual/driver/>
 109 	  Say Y here if you have a Fujitsu B-series Lifebook PS/2
 150 	bool "Sentelic Finger Sensing Pad PS/2 protocol extension"
 154 	  with Sentelic Finger Sensing Pad touchpad.
 171 	  Say Y here if you have an OLPC XO-1 laptop (with built-in
 193 	  this option, you remove the xf86-input-vmmouse user-space driver
 194 	  or upgrade it to at least xf86-input-vmmouse 13.1.0, which doesn't
 195 	  load in the presence of an in-kernel vmmouse driver.
 [all …]
 
 | 
| H A D | psmouse-base.c | 1 // SPDX-License-Identifier: GPL-2.0-only5  * Copyright (c) 1999-2002 Vojtech Pavlik
 6  * Copyright (c) 2003-2004 Dmitry Torokhov
 111  * sysfs). We could use a per-device semaphore but since there
 137 	x = packet[1] ? packet[1] - ((packet[0] << 4) & 0x100) : 0;  in psmouse_report_standard_motion()
 138 	y = packet[2] ? packet[2] - ((packet[0] << 3) & 0x100) : 0;  in psmouse_report_standard_motion()
 141 	input_report_rel(dev, REL_Y, -y);  in psmouse_report_standard_motion()
 156 	struct input_dev *dev = psmouse->dev;  in psmouse_process_byte()
 157 	u8 *packet = psmouse->packet;  in psmouse_process_byte()
 160 	if (psmouse->pktcnt < psmouse->pktsize)  in psmouse_process_byte()
 [all …]
 
 | 
| /linux/drivers/thermal/mediatek/ | 
| H A D | auxadc_thermal.c | 1 // SPDX-License-Identifier: GPL-2.0-only15 #include <linux/nvmem-consumer.h>
 109 /* The number of sensing points per bank */
 119 #define MT8173_TEMP_MIN		-20000
 198 /* The number of sensing points per bank */
 219 /* The number of sensing points per bank */
 258 /* The number of sensing points per bank */
 276 /* The number of sensing points per bank */
 481  * data, and this indeed needs the temperatures of the individual banks
 611  * MT7622 have only one sensing point which uses AUXADC Channel 11 for raw data
 [all …]
 
 | 
| /linux/Documentation/arch/s390/ | 
| H A D | cds.rst | 9 	- Ingo Adlung10 	- Cornelia Huck
 12 Copyright, IBM Corp. 1999-2002
 21 processing, shared versus non-shared interrupt processing, DMA versus port
 30 Operation manual (IBM Form. No. SA22-7201).
 42   described in Documentation/arch/s390/driver-model.rst.
 49 * All drivers must define a ccw_driver (see driver-model.txt) and the associated
 96 -------------------
 110 ----------------------------------
 145 imply specific I/O commands (channel command words - CCWs) in order to operate
 [all …]
 
 |