/linux/Documentation/devicetree/bindings/iio/accel/ |
H A 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/arch/arm/boot/dts/ti/omap/ |
H A 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;
|
H A 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;
|
H A 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 …]
|
H A 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;
|
H A 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;
|
/linux/include/linux/ |
H A 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/arch/arm/boot/dts/intel/pxa/ |
H A 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;
|
/linux/Documentation/ABI/testing/ |
H A 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…
|
H A 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/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 967 if (of_property_read_bool(np, "st,click-single-x")) in lis3lv02d_init_dt() 969 if (of_property_read_bool(np, "st,click-double-x")) in lis3lv02d_init_dt() 972 if (of_property_read_bool(np, "st,click-single-y")) in lis3lv02d_init_dt() 974 if (of_property_read_bool(np, "st,click-double-y")) in lis3lv02d_init_dt() 977 if (of_property_read_bool(np, "st,click-single-z")) in lis3lv02d_init_dt() 979 if (of_property_read_bool(np, "st,click-double-z")) in lis3lv02d_init_dt() 982 if (!of_property_read_u32(np, "st,click-threshold-x", &val)) in lis3lv02d_init_dt() 984 if (!of_property_read_u32(np, "st,click-threshold-y", &val)) in lis3lv02d_init_dt() 986 if (!of_property_read_u32(np, "st,click-threshold-z", &val)) in lis3lv02d_init_dt() 989 if (!of_property_read_u32(np, "st,click-time-limit", &val)) in lis3lv02d_init_dt() [all …]
|
/linux/Documentation/sound/designs/ |
H A 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/Documentation/sound/soc/ |
H A 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
|
H A D | overview.rst | 46 * Pop and click reduction. Pops and clicks can be reduced by powering the
|
/linux/drivers/input/mouse/ |
H A 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 */
|
H A D | sentelic.c | 766 /* On-pad click in SFAC mode should be handled in fsp_process_byte() 794 /* on-pad click, filter it if necessary */ in fsp_process_byte() 893 * between on-pad and real button click in fsp_activate_protocol() 898 /* enable on-pad click by default */ in fsp_activate_protocol()
|
H A D | cypress_ps2.c | 445 * sure it doesn't turn into a click. The regular tap-to-click in cypress_parse_packet() 447 * disabling tap-to-click won't affect the mouse button zones. in cypress_parse_packet()
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9rlek.dts | 254 button-right-click { 261 button-left-click {
|
H A D | at91sam9m10g45ek.dts | 349 button-left-click { 356 button-right-click {
|
/linux/Documentation/scsi/ |
H A D | bfa.rst | 43 and then click following respective util package link: 60 and then click following respective util package link
|
/linux/drivers/hid/ |
H A 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/Documentation/process/ |
H A 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/Documentation/input/devices/ |
H A D | edt-ft5x06.rst | 18 allows setting the "click"-threshold in the range from 0 to 80.
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | edt-ft5x06.yaml | 101 description: Allows setting the "click"-threshold in the range from 0 to 255.
|
/linux/sound/soc/qcom/ |
H A D | sdw.c | 89 * accumulated resulting in Click/Pop Noise in qcom_snd_sdw_prepare()
|