/Linux-v6.1/drivers/iio/pressure/ |
D | st_pressure_spi.c | 22 * 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",
|
D | st_pressure_i2c.c | 23 .compatible = "st,lps001wp-press", 27 .compatible = "st,lps25h-press", 31 .compatible = "st,lps331ap-press", 35 .compatible = "st,lps22hb-press", 116 .name = "st-press-i2c",
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71847-pmic.yaml | 62 # 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 146 rohm,short-press-ms = <10>; 147 rohm,long-press-ms = <2000>;
|
D | rohm,bd71837-pmic.yaml | 62 # 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 91 rohm,long-press-ms: 93 Long press duration in milliseconds 142 rohm,short-press-ms = <10>; 143 rohm,long-press-ms = <2000>;
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | adc-keys.yaml | 45 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>;
|
D | mediatek,pmic-keys.yaml | 34 mediatek,long-press-mode: 36 Key long-press force shutdown setting 52 - description: Key press interrupt 102 mediatek,long-press-mode = <1>;
|
D | da9062-onkey.txt | 18 - 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.
|
D | ti,palmas-pwrbutton.txt | 16 - 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>;
|
/Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxbb-p200.dts | 33 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% */
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/ |
D | st,st-sensors.yaml | 75 - st,lps001wp-press 77 - st,lps22hb-press 79 - st,lps25h-press 80 - st,lps331ap-press 146 - st,lps22hb-press 148 - st,lps25h-press
|
/Linux-v6.1/scripts/kconfig/ |
D | mconf.c | 43 "keys and press <Y> to build it in, <M> to make it a module or\n" 44 "<N> to remove it. You may also press the <Space Bar> to cycle\n" 52 " wish to change or the submenu you wish to select and press <Enter>.\n" 55 " Shortcut: Press the option's highlighted letter (hotkey).\n" 63 " and press <ENTER>.\n" 65 " Shortcut: Press <ESC><ESC> or <E> or <X> if there is no hotkey\n" 66 " using those letters. You may press a single <ESC>, but\n" 73 " and press <ENTER>.\n" 75 " Shortcut: Press <H> or <?>.\n" 77 "o To toggle the display of hidden options, press <Z>.\n" [all …]
|
D | nconf.c | 27 " of <?> <h>, or if in a data entry window then press <F1>.\n" 46 "listed below and press <y> to build it in, <m> to make it a module or\n" 47 "<n> to remove it. You may press the <Space> key to cycle through the\n" 85 "and press <Space>.\n" 90 "Enter the requested information and press <Enter>. Hexadecimal values\n" 98 "Press any of <Enter> <Esc> <q> <F5> <F9> to exit.\n" 104 "Press <F6> to save your current configuration. Press <F7> and enter\n" 144 "To search for menu entries press </>.\n" 148 "Press <1> instead of <F1>, <2> instead of <F2>, etc.\n" 150 "For help related to the current menu entry press <?> or <h>.\n", [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3308-evb.dts | 29 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>;
|
/Linux-v6.1/drivers/input/misc/ |
D | e3x0-button.c | 43 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()
|
D | atc260x-onkey.c | 17 /* <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()
|
D | rt5120-pwrkey.c | 58 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-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-platform-trackpoint | 21 (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-v6.1/Documentation/devicetree/bindings/sound/ |
D | ti,ts3a227e.yaml | 16 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-v6.1/drivers/hid/ |
D | hid-icade.c | 53 * 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-v6.1/drivers/input/mouse/ |
D | trackpoint.h | 67 #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-v6.1/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-pyra | 5 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-v6.1/drivers/platform/x86/intel/ |
D | vbtn.c | 38 { KE_KEY, 0xC0, { KEY_POWER } }, /* power key press */ 40 { KE_KEY, 0xC2, { KEY_LEFTMETA } }, /* 'Windows' key press */ 42 { KE_KEY, 0xC4, { KEY_VOLUMEUP } }, /* volume-up key press */ 44 { KE_KEY, 0xC6, { KEY_VOLUMEDOWN } }, /* volume-down key press */ 46 { KE_KEY, 0xC8, { KEY_ROTATE_LOCK_TOGGLE } }, /* rotate-lock key press */ 151 unsigned int val = !(event & 1); /* Even=press, Odd=release */ in notify_handler() 194 * Even press events are autorelease if there is no corresponding odd in notify_handler()
|
/Linux-v6.1/Documentation/sparc/ |
D | console.rst | 5 1. press Esc + 'B' 8 1. press Ctrl + ']'
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | resistive-adc-touch.c | 62 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-v6.1/drivers/mfd/ |
D | rohm-bd718x7.c | 101 ret = of_property_read_u32(dev->of_node, "rohm,short-press-ms", in bd718xx_init_press_duration() 109 dev_err(dev, "Failed to init pwron short press\n"); in bd718xx_init_press_duration() 114 ret = of_property_read_u32(dev->of_node, "rohm,long-press-ms", in bd718xx_init_press_duration() 122 dev_err(dev, "Failed to init pwron long press\n"); in bd718xx_init_press_duration()
|