Home
last modified time | relevance | path

Searched full:clickpad (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/input/mouse/
H A Dsynaptics.h67 * 1 0x10 clickpad bit 0 1-button ClickPad
72 * 2 0x01 clickpad bit 1 2-button ClickPad
80 * 2 0x01 uniform clickpad whole clickpad moves instead of being
84 #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & BIT(20)) /* 1-button ClickPad */
85 #define SYN_CAP_CLICKPAD2BTN(ex0c) ((ex0c) & BIT(8)) /* 2-button ClickPad */
H A Delantech.c275 * Acer S3 0x461f00 10, 13, 0e clickpad
276 * Acer S7-392 0x581f01 50, 17, 0d clickpad
277 * Acer V5-131 0x461f02 01, 16, 0c clickpad
278 * Acer V5-551 0x461f00 ? clickpad
282 * Asus TP500LN 0x381f17 10, 14, 0e clickpad
283 * Asus X750JN 0x381f17 10, 14, 0e clickpad
284 * Asus UX31 0x361f00 20, 15, 0e clickpad
285 * Asus UX32VD 0x361f02 00, 15, 0e clickpad
286 * Avatar AVIU-145A2 0x361f00 ? clickpad
300 * Samsung NP770Z5E 0x575f01 10, 15, 0f clickpad
[all …]
H A Delan_i2c_i2c.c299 u16 *ic_type, u8 *version, u8 *clickpad) in elan_i2c_get_sm_version() argument
321 *clickpad = val[0] & 0x10; in elan_i2c_get_sm_version()
346 *clickpad = val[0] & 0x10; in elan_i2c_get_sm_version()
H A Delan_i2c.h87 u16 *ic_type, u8 *version, u8 *clickpad);
H A Delan_i2c_core.c93 u8 clickpad; member
236 &data->clickpad); in elan_query_product()
446 if (device_property_read_bool(&client->dev, "elan,clickpad")) in elan_query_device_parameters()
447 data->clickpad = 1; in elan_query_device_parameters()
1144 if (data->clickpad) { in elan_setup_input_device()
H A Delan_i2c_smbus.c171 u16 *ic_type, u8 *version, u8 *clickpad) in elan_smbus_get_sm_version() argument
185 *clickpad = val[0] & 0x10; in elan_smbus_get_sm_version()
H A Dfocaltech.c106 /* True if the clickpad has been pressed. */
H A Dsentelic.c768 * are real clickpad clicks, and not ignored. in fsp_process_byte()
H A Dsynaptics.c842 * Clickpad's button is transmitted as middle button, in synaptics_parse_hw_state()
/linux/Documentation/devicetree/bindings/input/
H A Delan,ekth3000.yaml36 elan,clickpad:
38 description: touchpad is a clickpad (the entire surface is a button)
/linux/Documentation/devicetree/bindings/arm/ti/
H A Dnspire.yaml22 # Clickpad models
/linux/arch/arm/boot/dts/nspire/
H A Dnspire-clp.dts84 model = "TI-NSPIRE Clickpad";
/linux/drivers/hid/
H A Dhid-elan.c264 * L: clickpad button in elan_usb_report_input()
H A Dhid-multitouch.c1185 * For Win8 PTP touchpads we map both the clickpad click in mt_process_mt_event()
/linux/Documentation/input/
H A Devent-codes.rst357 set. Common in Clickpad notebooks and Macbooks from 2009 and onwards.
/linux/drivers/platform/x86/
H A Dasus-tf103c-dock.c466 PROPERTY_ENTRY_BOOL("elan,clickpad"),
/linux/drivers/input/rmi4/
H A Drmi_f11.c325 * @clickpad_props: specifies if this is a clickpad, and if so what sort of
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py248 if self.type == "clickpad":
986 if uhdev.type == "clickpad":
2067 type="clickpad",