/Linux-v6.1/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-v6.1/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 | 292 /* click flags */ 293 st,click-single-x; 294 st,click-single-y; 295 st,click-single-z; 298 st,click-threshold-x = <8>; 299 st,click-threshold-y = <8>; 300 st,click-threshold-z = <10>; 302 /* Click must be longer than time limit */ 303 st,click-time-limit = <9>; 306 st,click-latency = <50>; [all …]
|
D | am335x-evmsk.dts | 470 st,click-single-x; 471 st,click-single-y; 472 st,click-single-z; 473 st,click-thresh-x = <10>; 474 st,click-thresh-y = <10>; 475 st,click-thresh-z = <10>; 476 st,irq1-click; 477 st,irq2-click;
|
D | am335x-evm.dts | 431 st,click-single-x; 432 st,click-single-y; 433 st,click-single-z; 434 st,click-thresh-x = <10>; 435 st,click-thresh-y = <10>; 436 st,click-thresh-z = <10>; 437 st,irq1-click; 438 st,irq2-click;
|
D | omap3-n900.dts | 780 /* click flags */ 781 st,click-single-x; 782 st,click-single-y; 783 st,click-single-z; 786 st,click-threshold-x = <8>; 787 st,click-threshold-y = <8>; 788 st,click-threshold-z = <10>; 790 /* Click must be longer than time limit */ 791 st,click-time-limit = <9>; 794 st,click-latency = <50>; [all …]
|
D | at91sam9263ek.dts | 238 button-left-click { 245 button-right-click {
|
D | at91sam9rlek.dts | 254 button-right-click { 261 button-left-click {
|
D | at91sam9m10g45ek.dts | 349 button-left-click { 356 button-right-click {
|
/Linux-v6.1/include/linux/ |
D | lis3lv02d.h | 7 * @click_flags: Click detection unit configuration 8 * @click_thresh_x: Click detection unit x axis threshold 9 * @click_thresh_y: Click detection unit y axis threshold 10 * @click_thresh_z: Click detection unit z axis threshold 11 * @click_time_limit: Click detection unit time parameter 12 * @click_latency: Click detection unit latency parameter 13 * @click_window: Click detection unit window parameter 14 * @irq_cfg: On chip irq source and type configuration (click / 41 * detection units and click detection unit. There are plenty of ways to 52 /* please note: the 'click' feature is only supported for
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-lenovo | 30 Description: This setting controls if the mouse click events generated by pressing the trackpoint (… 31 a left or right mouse button click. 47 … 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-v6.1/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-v6.1/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 968 if (of_get_property(np, "st,click-single-x", NULL)) in lis3lv02d_init_dt() 970 if (of_get_property(np, "st,click-double-x", NULL)) in lis3lv02d_init_dt() 973 if (of_get_property(np, "st,click-single-y", NULL)) in lis3lv02d_init_dt() 975 if (of_get_property(np, "st,click-double-y", NULL)) in lis3lv02d_init_dt() 978 if (of_get_property(np, "st,click-single-z", NULL)) in lis3lv02d_init_dt() 980 if (of_get_property(np, "st,click-double-z", NULL)) in lis3lv02d_init_dt() 983 if (!of_property_read_u32(np, "st,click-threshold-x", &val)) in lis3lv02d_init_dt() 985 if (!of_property_read_u32(np, "st,click-threshold-y", &val)) in lis3lv02d_init_dt() 987 if (!of_property_read_u32(np, "st,click-threshold-z", &val)) in lis3lv02d_init_dt() 990 if (!of_property_read_u32(np, "st,click-time-limit", &val)) in lis3lv02d_init_dt() [all …]
|
/Linux-v6.1/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-v6.1/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
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3308-roc-cc.dts | 39 linux,default-trigger = "ir-power-click"; 46 linux,default-trigger = "ir-user-click";
|
/Linux-v6.1/drivers/input/mouse/ |
D | trackpoint.h | 76 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */ 78 #define TP_JENKS_CURV 0x5D /* Minimum curvature for double click */
|
/Linux-v6.1/drivers/hid/ |
D | hid-roccat-kone.h | 45 kone_button_info_type_button_1 = 0x1, /* click (left mouse button) */ 172 /* switch events notify if user changed values with mousebutton click */
|
/Linux-v6.1/Documentation/scsi/ |
D | bfa.rst | 43 and then click following respective util package link: 60 and then click following respective util package link
|
/Linux-v6.1/Documentation/process/ |
D | email-clients.rst | 157 them as text, right click on the attachment and select :menuselection:`properties`, 162 contains the patch from the message list pane, right click and select 307 then just click on the new button when you wish to use the external editor.
|
/Linux-v6.1/Documentation/input/devices/ |
D | edt-ft5x06.rst | 18 allows setting the "click"-threshold in the range from 0 to 80.
|
/Linux-v6.1/sound/soc/samsung/ |
D | s3c24xx_simtec_hermes.c | 49 * a click when powering up. */
|