Home
last modified time | relevance | path

Searched refs:press (Results 1 – 25 of 107) sorted by relevance

12345

/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-p200.dts40 press-threshold-microvolt = <900000>; /* 50% */
46 press-threshold-microvolt = <684000>; /* 38% */
52 press-threshold-microvolt = <468000>; /* 26% */
58 press-threshold-microvolt = <252000>; /* 14% */
64 press-threshold-microvolt = <0>; /* 0% */
H A Dmeson-axg-s400.dts24 press-threshold-microvolt = <1116000>; /* 62% */
30 press-threshold-microvolt = <900000>; /* 50% */
36 press-threshold-microvolt = <684000>; /* 38% */
42 press-threshold-microvolt = <468000>; /* 26% */
48 press-threshold-microvolt = <252000>; /* 14% */
54 press-threshold-microvolt = <0>; /* 0% */
H A Dmeson-gxl-s905d-mecool-kii-pro.dts27 press-threshold-microvolt = <10000>;
/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c62 unsigned int x, y, press = 0; in grts_cb() local
68 press = touch_info[st->ch_map[GRTS_CH_PRESSURE]]; in grts_cb()
88 press = GRTS_DEFAULT_PRESSURE_MAX - Rt; in grts_cb()
92 if ((!x && !y) || (st->pressure && (press < st->pressure_min))) { in grts_cb()
102 input_report_abs(st->input, ABS_PRESSURE, press); in grts_cb()
/linux/Documentation/arch/sparc/
H A Dconsole.rst5 1. press Esc + 'B'
8 1. press Ctrl + ']'
/linux/Documentation/devicetree/bindings/input/
H A Dti,palmas-pwrbutton.txt16 - ti,palmas-long-press-seconds: Duration in seconds which the power
22 a press for debouncing purposes. NOTE: This depends on specific
32 ti,palmas-long-press-seconds = <12>;
H A De3x0-button.txt13 - "press", "release": For devices such as the NI Ettus Research USRP E3x0
22 interrupt-names = "press", "release";
H A Domap-keypad.txt6 The keypad controller can sense a key-press and key-release and report the
H A Dtwl4030-keypad.txt6 The keypad controller can sense a key-press and key-release and report the
/linux/drivers/hid/
H A Dhid-elo.c59 int press; in elo_process_data() local
64 press = 0; in elo_process_data()
66 press = (data[7] << 8) | data[6]; in elo_process_data()
67 input_report_abs(input, ABS_PRESSURE, press); in elo_process_data()
H A Dhid-icade.c127 u8 press:1; member
183 trans->to, trans->press); in icade_event()
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-pyra5 press of a button.
55 press of a button. A profile is split in settings and buttons.
70 press of a button. A profile is split in settings and buttons.
82 press of a button. A profile is split in settings and buttons.
98 press of a button. A profile is split in settings and buttons.
H A Dsysfs-driver-hid-roccat-kovaplus66 press of a button. A profile is split in settings and buttons.
81 press of a button. A profile is split in settings and buttons.
93 press of a button. A profile is split in settings and buttons.
109 press of a button. A profile is split in settings and buttons.
H A Dsysfs-driver-hid-roccat-savu5 press of a button. A profile is split into general settings and
29 press of a button. A profile is split into general settings and
63 press of a button. profile holds number of actual profile.
H A Dsysfs-driver-hid-roccat-koneplus59 press of a button. A profile is split in settings and buttons.
74 press of a button. A profile is split in settings and buttons.
86 press of a button. A profile is split in settings and buttons.
102 press of a button. A profile is split in settings and buttons.
H A Dsysfs-driver-hid-roccat-konepure5 press of a button. actual_profile holds number of actual profile.
44 press of a button. A profile is split in settings and buttons.
59 press of a button. A profile is split in settings and buttons.
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-trackpoint21 (RW) Backup range for z-axis press.
50 (RW) Minimum value for z-axis force required to trigger a press
66 (RW) This attribute determines how sharp a press has to be in
H A Dsysfs-bus-i2c-devices-turris-omnia-mcu31 front panel, or to send the press event to the CPU as an
35 - ``mcu`` makes the button press event be handled by the MCU to
37 - ``cpu`` makes the button press event be handled by the CPU.
H A Dsysfs-firmware-acpi224 # press the power button for 3 times;
230 # press the power button for 3 times;
241 # press the power button for 3 times;
245 # press the power button for 3 times;
/linux/drivers/iio/pressure/
H A Dmprls0025pa.c197 static int mpr_read_pressure(struct mpr_data *data, s32 *press) in mpr_read_pressure() argument
253 *press = get_unaligned_be24(&data->buffer[1]); in mpr_read_pressure()
255 dev_dbg(dev, "received: %*ph cnt: %d\n", ret, data->buffer, *press); in mpr_read_pressure()
H A DMakefile16 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o
/linux/drivers/platform/cznic/
H A DKconfig39 - get front button press events (the front button can be configured
40 either to generate press events to the CPU or to change front LEDs
/linux/tools/testing/selftests/rcutorture/doc/
H A Dinitrd.txt7 userspace environments, you might wish to press an existing initrd
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-measure-carrier-mode.rst38 press on, the driver will send ``LIRC_MODE2_FREQUENCY`` packets. By
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-sancloud-bbe.dts37 compatible = "st,lps331ap-press";

12345