Home
last modified time | relevance | path

Searched full:press (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/linux/drivers/iio/pressure/
H A Dst_pressure_spi.c22 * For old single-chip devices keep <device_name>-press to maintain
27 .compatible = "st,lps001wp-press",
31 .compatible = "st,lps25h-press",
35 .compatible = "st,lps331ap-press",
39 .compatible = "st,lps22hb-press",
105 { "lps001wp-press" },
106 { "lps25h-press", },
107 { "lps331ap-press" },
108 { "lps22hb-press" },
115 .name = "st-press-spi",
H A Dst_pressure_i2c.c22 .compatible = "st,lps001wp-press",
26 .compatible = "st,lps25h-press",
30 .compatible = "st,lps331ap-press",
34 .compatible = "st,lps22hb-press",
112 .name = "st-press-i2c",
/linux/Documentation/devicetree/bindings/mfd/
H A Drohm,bd71847-pmic.yaml62 # Configure the "short press" and "long press" timers for the power button.
64 # Short-press:
66 # Long-press:
71 rohm,short-press-ms:
73 Short press duration in milliseconds
92 rohm,long-press-ms:
94 Long press duration in milliseconds
145 rohm,short-press-ms = <10>;
146 rohm,long-press-ms = <2000>;
/linux/Documentation/devicetree/bindings/input/
H A Dadc-keys.yaml45 press-threshold-microvolt:
48 two values of press-threshold-microvolt may be the same. All values
49 of press-threshold-microvolt must be less than
54 - press-threshold-microvolt
88 press-threshold-microvolt = <1500000>;
94 press-threshold-microvolt = <1000000>;
100 press-threshold-microvolt = <500000>;
H A Ddlg,da9062-onkey.yaml31 Disable power-down using a long key-press. If this entry exists
32 the OnKey driver will remove support for the KEY_POWER key press
33 when triggered using a long press of the OnKey.
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 Dmediatek,pmic-keys.yaml37 mediatek,long-press-mode:
39 Key long-press force shutdown setting
55 - description: Key press interrupt
H A De3x0-button.txt13 - "press", "release": For devices such as the NI Ettus Research USRP E3x0
22 interrupt-names = "press", "release";
/linux/scripts/kconfig/
H A Dmconf.c44 "keys and press <Y> to build it in, <M> to make it a module or\n"
45 "<N> to remove it. You may also press the <Space Bar> to cycle\n"
53 " wish to change or the submenu you wish to select and press <Enter>.\n"
56 " Shortcut: Press the option's highlighted letter (hotkey).\n"
64 " and press <ENTER>.\n"
66 " Shortcut: Press <ESC><ESC> or <E> or <X> if there is no hotkey\n"
67 " using those letters. You may press a single <ESC>, but\n"
74 " and press <ENTER>.\n"
76 " Shortcut: Press <H> or <?>.\n"
78 "o To toggle the display of hidden options, press <Z>.\n"
[all …]
/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>;
/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% */
/linux/drivers/input/misc/
H A De3x0-button.c43 enable_irq_wake(platform_get_irq_byname(pdev, "press")); in e3x0_button_suspend()
53 disable_irq_wake(platform_get_irq_byname(pdev, "press")); in e3x0_button_resume()
67 irq_press = platform_get_irq_byname(pdev, "press"); in e3x0_button_probe()
89 dev_err(&pdev->dev, "Failed to request 'press' IRQ#%d: %d\n", in e3x0_button_probe()
H A Datc260x-onkey.c17 /* <2s for short press, >2s for long press */
139 /* Clear key press pending events and enable key press interrupts. */ in atc260x_onkey_query()
156 /* Disable key press interrupts. */ in atc260x_onkey_irq()
217 dev_dbg(&pdev->dev, "Disabled reset on long-press\n"); in atc260x_onkey_probe()
H A Drt5120-pwrkey.c58 press_irq = platform_get_irq_byname(pdev, "pwrkey-press"); in rt5120_pwrkey_probe()
84 0, "pwrkey-press", priv); in rt5120_pwrkey_probe()
87 "Failed to register pwrkey press irq: %d\n", error); in rt5120_pwrkey_probe()
/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
98 (RW) Writing a value of 1 to this file will enable the Press to
/linux/Documentation/devicetree/bindings/sound/
H A Dti,ts3a227e.yaml16 handles key press detection in accordance with the Android audio
51 ti,debounce-press-ms:
52 description: key press debounce time in ms (datasheet section 9.6.7).
/linux/drivers/hid/
H A Dhid-icade.c53 * int press;
109 * printf ("\tu8 press:1;\n");
115 * usage_for_key (trans->from), trans->to, trans->press);
127 u8 press:1; member
183 trans->to, trans->press); in icade_event()
/linux/Documentation/arch/sparc/
H A Dconsole.rst5 1. press Esc + 'B'
8 1. press Ctrl + ']'
/linux/drivers/input/mouse/
H A Dtrackpoint.h67 #define TP_REACH 0x57 /* Backup for Z-axis press */
75 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */
77 #define TP_Z_TIME 0x5E /* How sharp of a press */
96 #define TP_TOGGLE_PTSON 0x2C /* Press to Select */
/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.
/linux/drivers/platform/x86/intel/
H A Dvbtn.c41 { KE_KEY, 0xC0, { KEY_POWER } }, /* power key press */
43 { KE_KEY, 0xC2, { KEY_LEFTMETA } }, /* 'Windows' key press */
45 { KE_KEY, 0xC4, { KEY_VOLUMEUP } }, /* volume-up key press */
47 { KE_KEY, 0xC6, { KEY_VOLUMEDOWN } }, /* volume-down key press */
49 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key press */
155 unsigned int val = !(event & 1); /* Even=press, Odd=release */ in notify_handler()
201 * Even press events are autorelease if there is no corresponding odd in notify_handler()
/linux/drivers/mfd/
H A Drohm-bd718x7.c100 ret = of_property_read_u32(dev->of_node, "rohm,short-press-ms", in bd718xx_init_press_duration()
108 dev_err(dev, "Failed to init pwron short press\n"); in bd718xx_init_press_duration()
113 ret = of_property_read_u32(dev->of_node, "rohm,long-press-ms", in bd718xx_init_press_duration()
121 dev_err(dev, "Failed to init pwron long press\n"); in bd718xx_init_press_duration()
/linux/drivers/pci/hotplug/
H A Dpciehp_ctrl.c174 ctrl_info(ctrl, "Slot(%s): Button press: will power off in 5 sec\n", in pciehp_handle_button_press()
178 ctrl_info(ctrl, "Slot(%s): Button press: will power on in 5 sec\n", in pciehp_handle_button_press()
190 * press the attention again before the 5 sec. limit in pciehp_handle_button_press()
198 ctrl_info(ctrl, "Slot(%s): Button press: canceling request to power off\n", in pciehp_handle_button_press()
204 ctrl_info(ctrl, "Slot(%s): Button press: canceling request to power on\n", in pciehp_handle_button_press()
209 ctrl_err(ctrl, "Slot(%s): Button press: ignoring invalid state %#x\n", in pciehp_handle_button_press()
/linux/Documentation/process/debugging/
H A Dkgdb.rst413 Press: `CTRL-A` `f` `g`
418 Press: `CTRL-]`
422 Press: `Enter` `g`
472 Press and hold down: `Alt`
474 Press and hold down: `Fn`
476 Press and release the key with the label: `SysRq`
480 Press and release: `g`
486 Press and hold down: `Alt`
488 Press and release the key with the label: `SysRq`
490 Press and release: `g`
[all …]

12345678910>>...15