Home
last modified time | relevance | path

Searched full:click (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v6.1/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt23 - 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/
Domap3-gta04a3.dts23 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;
Domap3-overo-common-peripherals.dtsi60 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;
Dpxa300-raumfeld-controller.dts132 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;
Domap3-n950-n9.dtsi292 /* 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 …]
Dam335x-evmsk.dts470 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;
Dam335x-evm.dts431 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;
Domap3-n900.dts780 /* 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 …]
Dat91sam9263ek.dts238 button-left-click {
245 button-right-click {
Dat91sam9rlek.dts254 button-right-click {
261 button-left-click {
Dat91sam9m10g45ek.dts349 button-left-click {
356 button-right-click {
/Linux-v6.1/include/linux/
Dlis3lv02d.h7 * @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/
Dsysfs-driver-hid-lenovo30 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…
Dsysfs-devices-platform-trackpoint59 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/
Dqcom,msm8916-wcd-analog.txt13 "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/
Dlis3lv02d.c968 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/
Dpowersave.rst34 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/
Dpops-clicks.rst13 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/
Drk3308-roc-cc.dts39 linux,default-trigger = "ir-power-click";
46 linux,default-trigger = "ir-user-click";
/Linux-v6.1/drivers/input/mouse/
Dtrackpoint.h76 #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/
Dhid-roccat-kone.h45 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/
Dbfa.rst43 and then click following respective util package link:
60 and then click following respective util package link
/Linux-v6.1/Documentation/process/
Demail-clients.rst157 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/
Dedt-ft5x06.rst18 allows setting the "click"-threshold in the range from 0 to 80.
/Linux-v6.1/sound/soc/samsung/
Ds3c24xx_simtec_hermes.c49 * a click when powering up. */

1234