Home
last modified time | relevance | path

Searched refs:trackpad (Results 1 – 25 of 41) sorted by relevance

12

/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8173-elm-hana.dtsi47 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
48 * second source trackpad.
50 trackpad2: trackpad@2c {
58 * The trackpad needs a post-power-on delay of 100ms,
62 * trackpad.
96 &trackpad {
H A Dmt8186-corsola-tentacool-sku327683.dts12 /* This variant replaces only the trackpad controller. */
14 /delete-node/ trackpad@15;
16 trackpad@15 {
H A Dmt8186-corsola-tentacruel-sku262148.dts14 /* This variant replaces only the trackpad controller. */
16 /delete-node/ trackpad@15;
18 trackpad@15 {
H A Dmt8183-kukui-jacuzzi.dtsi129 trackpad@15 {
461 trackpad_pins: trackpad-pins {
462 trackpad-int {
H A Dmt8183-kukui-jacuzzi-willow.dtsi10 trackpad@2c {
H A Dmt8183-kukui-jacuzzi-juniper.dtsi10 trackpad@2c {
H A Dmt8183-kukui-jacuzzi-pico.dts23 trackpad@2c {
H A Dmt8183-kukui-jacuzzi-pico6.dts36 trackpad@2c {
H A Dmt8186-corsola-steelix.dtsi121 trackpad@2c {
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lazor-limozeen-nots-r4.dts16 * rev4-sku5 was built with a different trackpad.
18 /delete-node/&trackpad;
20 trackpad: trackpad@2c { label
H A Dsc7280-herobrine-herobrine-r1.dts52 * Although the trackpad is really part of the herobrine baseboard, we'll
54 * might hook up different trackpads (or no i2c trackpad at all in the case
61 trackpad: trackpad@15 { label
78 * eDP. Like the trackpad, we'll put it in the board device tree file since
H A Dsc7180-trogdor-pazquel.dtsi29 /delete-node/&trackpad;
32 trackpad: trackpad@15 { label
H A Dsc7280-crd-r3.dts49 trackpad: trackpad@15 { label
H A Dsc7280-herobrine-zombie.dtsi27 trackpad: trackpad@15 { label
H A Dsc7280-herobrine-villager.dtsi26 trackpad: trackpad@2c { label
H A Dsc7280-herobrine-evoker.dtsi27 trackpad: trackpad@15 { label
H A Dsc7280-herobrine-crd.dts58 trackpad: trackpad@15 { label
H A Dsc7180-trogdor-r1.dts51 &trackpad {
H A Dsc7180-trogdor-lazor.dtsi67 &trackpad {
/linux/drivers/input/misc/
H A Diqs626a.c449 struct input_dev *trackpad; member
1441 iqs626->trackpad = devm_input_allocate_device(&client->dev); in iqs626_input_init()
1442 if (!iqs626->trackpad) in iqs626_input_init()
1445 iqs626->trackpad->keycodemax = ARRAY_SIZE(iqs626->tp_code); in iqs626_input_init()
1446 iqs626->trackpad->keycode = iqs626->tp_code; in iqs626_input_init()
1447 iqs626->trackpad->keycodesize = sizeof(*iqs626->tp_code); in iqs626_input_init()
1449 iqs626->trackpad->name = "iqs626a_trackpad"; in iqs626_input_init()
1450 iqs626->trackpad->id.bustype = BUS_I2C; in iqs626_input_init()
1459 input_set_capability(iqs626->trackpad, EV_KEY, BTN_TOUCH); in iqs626_input_init()
1460 input_set_abs_params(iqs626->trackpad, ABS_Y, 0, 255, 0, 0); in iqs626_input_init()
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-bob.dts47 trackpad: trackpad@15 { label
/linux/drivers/platform/chrome/
H A Dchromeos_of_hw_prober.c61 DEFINE_CHROMEOS_I2C_PROBE_CFG_SIMPLE_BY_TYPE(trackpad);
/linux/Documentation/input/devices/
H A Dbcm5974.rst24 This driver adds support for the multi-touch trackpad on the new Apple
/linux/drivers/input/mouse/
H A DKconfig238 tristate "Apple USB BCM5974 Multitouch trackpad support"
243 trackpad.
245 The BCM5974 is the multitouch trackpad found in the Macbook
/linux/Documentation/input/
H A Devent-codes.rst170 trackpad or touchscreen. For example, if the user uses two fingers and moves
174 purpose. A trackpad event generated by finger touches should generate events
436 on the trackpad. Where multi-finger support is available, BTN_TOOL_<name> should
437 be used to report the number of touches active on the trackpad.

12