Home
last modified time | relevance | path

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

123456

/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% */
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3308-evb.dts29 press-threshold-microvolt = <18000>;
43 press-threshold-microvolt = <1130000>;
49 press-threshold-microvolt = <901000>;
55 press-threshold-microvolt = <624000>;
61 press-threshold-microvolt = <300000>;
67 press-threshold-microvolt = <18000>;
H A Drk3399-sapphire-excavator.dts27 press-threshold-microvolt = <100000>;
33 press-threshold-microvolt = <300000>;
39 press-threshold-microvolt = <985000>;
45 press-threshold-microvolt = <1314000>;
H A Drk3588-ok3588-c.dts26 press-threshold-microvolt = <400>;
40 press-threshold-microvolt = <17000>;
46 press-threshold-microvolt = <417000>;
52 press-threshold-microvolt = <890000>;
58 press-threshold-microvolt = <1235000>;
H A Dpx30-evb.dts37 press-threshold-microvolt = <1310000>;
43 press-threshold-microvolt = <624000>;
49 press-threshold-microvolt = <987000>;
55 press-threshold-microvolt = <300000>;
61 press-threshold-microvolt = <17000>;
H A Drk3399-nanopi-m4b.dts25 press-threshold-microvolt = <18000>;
/linux/Documentation/arch/sparc/
H A Dconsole.rst5 1. press Esc + 'B'
8 1. press Ctrl + ']'
/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/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";
/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/arch/arm/boot/dts/rockchip/
H A 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/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()
/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

123456