| /Linux-v5.4/Documentation/devicetree/bindings/iio/accel/ |
| D | lis302.txt | 23 - st,click-single-{x,y,z}: if present, tells the device to issue an 24 interrupt on single click events on the 26 - st,click-double-{x,y,z}: if present, tells the device to issue an 27 interrupt on double click events on the 29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold 30 - st,click-click-time-limit: click time limit, from 0 to 127.5msec 32 - st,click-latency: click latency, from 0 to 255 msec with 34 - st,click-window: click window, from 0 to 255 msec with 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 74 st,click-single-x; [all …]
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | omap3-gta04a3.dts | 23 st,click-single-x; 24 st,click-single-y; 25 st,click-single-z; 26 st,click-thresh-x = <8>; 27 st,click-thresh-y = <8>; 28 st,click-thresh-z = <10>; 29 st,click-click-time-limit = <9>; 30 st,click-latency = <50>; 31 st,irq1-click;
|
| D | omap3-overo-common-peripherals.dtsi | 60 st,click-single-x; 61 st,click-single-y; 62 st,click-single-z; 63 st,click-thresh-x = <10>; 64 st,click-thresh-y = <10>; 65 st,click-thresh-z = <10>; 66 st,irq1-click; 67 st,irq2-click;
|
| D | pxa300-raumfeld-controller.dts | 132 st,click-single-x; 133 st,click-single-y; 134 st,click-single-z; 135 st,click-thresh-x = <10>; 136 st,click-thresh-y = <10>; 137 st,click-thresh-z = <10>; 138 st,irq1-click; 139 st,irq2-click;
|
| D | omap3-n950-n9.dtsi | 299 /* click flags */ 300 st,click-single-x; 301 st,click-single-y; 302 st,click-single-z; 305 st,click-threshold-x = <8>; 306 st,click-threshold-y = <8>; 307 st,click-threshold-z = <10>; 310 st,click-time-limit = <9>; 313 st,click-latency = <50>; 327 /* Interrupt line 2 for click detection */ [all …]
|
| D | am335x-evmsk.dts | 490 st,click-single-x; 491 st,click-single-y; 492 st,click-single-z; 493 st,click-thresh-x = <10>; 494 st,click-thresh-y = <10>; 495 st,click-thresh-z = <10>; 496 st,irq1-click; 497 st,irq2-click;
|
| D | am335x-evm.dts | 478 st,click-single-x; 479 st,click-single-y; 480 st,click-single-z; 481 st,click-thresh-x = <10>; 482 st,click-thresh-y = <10>; 483 st,click-thresh-z = <10>; 484 st,irq1-click; 485 st,irq2-click;
|
| D | omap3-n900.dts | 727 /* click flags */ 728 st,click-single-x; 729 st,click-single-y; 730 st,click-single-z; 733 st,click-threshold-x = <8>; 734 st,click-threshold-y = <8>; 735 st,click-threshold-z = <10>; 738 st,click-time-limit = <9>; 741 st,click-latency = <50>; 743 /* Interrupt line 2 for click detection */ [all …]
|
| D | am335x-pepper.dts | 112 st,irq1-click;
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-lenovo | 26 Description: This setting controls if the mouse click events generated by pressing the trackpoint (… 27 a left or right mouse button click. 41 … controls how fast the trackpoint needs to be pressed to generate a mouse click if press_to_select…
|
| D | sysfs-devices-platform-trackpoint | 59 select (click) on z-axis on release. 75 click without a release. 100 left click, and writing 0 will disable it.
|
| /Linux-v5.4/Documentation/devicetree/bindings/sound/ |
| D | qcom,msm8916-wcd-analog.txt | 13 "cdc_spk_cnp_int" - Speaker click and pop interrupt. 25 "cdc_hphr_cnp_int" - hphr click and pop interrupt. 26 "cdc_hphl_cnp_int" - hphl click and pop interrupt.
|
| /Linux-v5.4/Documentation/sound/designs/ |
| D | powersave.rst | 34 Note that you might hear click noise/pop when changing the power 42 consumption, but might result in longer wake-up time and click noise.
|
| /Linux-v5.4/Documentation/scsi/ |
| D | bfa.txt | 38 and then click following respective util package link: 53 and then click following respective util package link
|
| /Linux-v5.4/Documentation/sound/soc/ |
| D | pops-clicks.rst | 13 click every time a component power state is changed. 20 currently, however future audio codec hardware will have better pop and click
|
| D | overview.rst | 46 * Pop and click reduction. Pops and clicks can be reduced by powering the
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | edt-ft5x06.txt | 38 - threshold: allows setting the "click"-threshold in the range
|
| /Linux-v5.4/Documentation/input/devices/ |
| D | edt-ft5x06.rst | 18 allows setting the "click"-threshold in the range from 0 to 80.
|
| D | sentelic.rst | 163 => 11, Normal data packet with on-pad click 188 => 11, Normal data packet with on-pad click 213 => 11, Normal data packet with on-pad click 255 => 11, Normal data packet with on-pad click 282 => 11, Normal data packet with on-pad click 310 => 11, Normal data packet with on-pad click
|
| /Linux-v5.4/drivers/input/keyboard/ |
| D | atkbd.c | 374 int scroll = 0, hscroll = 0, click = -1; in atkbd_interrupt() local 488 click = !atkbd->release; in atkbd_interrupt() 520 if (click != -1) in atkbd_interrupt() 521 input_report_key(dev, BTN_MIDDLE, click); in atkbd_interrupt()
|
| /Linux-v5.4/Documentation/process/ |
| D | email-clients.rst | 152 them as text, right click on the attachment and select :menuselection:`properties`, 157 contains the patch from the message list pane, right click and select 280 :menuselection:`View-->Toolbars-->Customize...` and finally just click on it
|
| /Linux-v5.4/Documentation/ |
| D | tee.txt | 127 "TEE Client API Specification v1.0" and click download.
|
| /Linux-v5.4/Documentation/usb/ |
| D | gadget_serial.rst | 180 To uninstall the Windows XP driver for "Gadget Serial", right click
|
| /Linux-v5.4/Documentation/input/ |
| D | event-codes.rst | 331 pressing down on the pad causes a button click, this property should be
|
| /Linux-v5.4/Documentation/sound/hd-audio/ |
| D | notes.rst | 614 The power-saving feature might cause audible click noises at each
|