Home
last modified time | relevance | path

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

1234

/Linux-v4.19/arch/arm64/boot/dts/amlogic/
Dmeson-gxbb-p200.dts33 press-threshold-microvolt = <900000>; /* 50% */
39 press-threshold-microvolt = <684000>; /* 38% */
45 press-threshold-microvolt = <468000>; /* 26% */
51 press-threshold-microvolt = <252000>; /* 14% */
57 press-threshold-microvolt = <0>; /* 0% */
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% */
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dadc-keys.txt20 - press-threshold-microvolt: Voltage ADC input when this key is pressed.
35 press-threshold-microvolt = <1500000>;
41 press-threshold-microvolt = <1000000>;
47 press-threshold-microvolt = <500000>;
Dmtk-pmic-keys.txt17 - mediatek,long-press-mode: Long press key shutdown setting, 1 for
30 mediatek,long-press-mode = <1>;
Dda9062-onkey.txt18 - dlg,disable-key-power : Disable power-down using a long key-press. If this
20 press when triggered using a long press of the OnKey.
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>;
De3x0-button.txt13 - "press", "release": For devices such as the NI Ettus Research USRP E3x0
22 interrupt-names = "press", "release";
/Linux-v4.19/Documentation/sparc/
Dconsole.txt5 1. press Esc + 'B'
8 1. press Ctrl + ']'
/Linux-v4.19/drivers/input/touchscreen/
Dresistive-adc-touch.c47 unsigned int x, y, press = 0x0; in grts_cb() local
53 press = touch_info[2]; in grts_cb()
55 if ((!x && !y) || (st->pressure && (press < st->pressure_min))) { in grts_cb()
65 input_report_abs(st->input, ABS_PRESSURE, press); in grts_cb()
/Linux-v4.19/Documentation/devicetree/bindings/iio/
Dst-sensors.txt72 - st,lps001wp-press
73 - st,lps25h-press
74 - st,lps331ap-press
75 - st,lps22hb-press
/Linux-v4.19/drivers/hid/
Dhid-elo.c60 int press; in elo_process_data() local
65 press = 0; in elo_process_data()
67 press = (data[7] << 8) | data[6]; in elo_process_data()
68 input_report_abs(input, ABS_PRESSURE, press); in elo_process_data()
Dhid-icade.c130 u8 press:1; member
186 trans->to, trans->press); in icade_event()
/Linux-v4.19/arch/arm64/boot/dts/rockchip/
Drk3399-sapphire-excavator.dts23 press-threshold-microvolt = <100000>;
29 press-threshold-microvolt = <300000>;
35 press-threshold-microvolt = <985000>;
41 press-threshold-microvolt = <1314000>;
/Linux-v4.19/arch/arm/boot/dts/
Drk3288-evb.dtsi22 press-threshold-microvolt = <100000>;
28 press-threshold-microvolt = <300000>;
34 press-threshold-microvolt = <640000>;
40 press-threshold-microvolt = <1000000>;
46 press-threshold-microvolt = <1300000>;
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dda9063.txt60 - dlg,disable-key-power : Disable power-down using a long key-press. If this
62 press. If this entry does not exist then by default the key-press
/Linux-v4.19/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-pyra5 press of a button.
52 press of a button. A profile is split in settings and buttons.
67 press of a button. A profile is split in settings and buttons.
79 press of a button. A profile is split in settings and buttons.
95 press of a button. A profile is split in settings and buttons.
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.
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.
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.
/Linux-v4.19/Documentation/ABI/testing/
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
Dsysfs-firmware-acpi171 # press the power button for 3 times;
177 # press the power button for 3 times;
187 # press the power button for 3 times;
191 # press the power button for 3 times;
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-driver-mlxreg-io72 hotswap, watchdog, firmware reset, long press power button,
73 short press power button, software reset. Value 1 in file means
/Linux-v4.19/Documentation/media/uapi/rc/
Dlirc-set-measure-carrier-mode.rst37 press on, the driver will send ``LIRC_MODE2_FREQUENCY`` packets. By
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dts3a227e.txt6 handles key press detection in accordance with the Android audio
/Linux-v4.19/drivers/iio/pressure/
DMakefile13 obj-$(CONFIG_HID_SENSOR_PRESS) += hid-sensor-press.o

1234