/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8173-elm-hana.dtsi | 47 * 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 D | mt8186-corsola-tentacool-sku327683.dts | 12 /* This variant replaces only the trackpad controller. */ 14 /delete-node/ trackpad@15; 16 trackpad@15 {
|
H A D | mt8186-corsola-tentacruel-sku262148.dts | 14 /* This variant replaces only the trackpad controller. */ 16 /delete-node/ trackpad@15; 18 trackpad@15 {
|
H A D | mt8183-kukui-jacuzzi.dtsi | 129 trackpad@15 { 461 trackpad_pins: trackpad-pins { 462 trackpad-int {
|
H A D | mt8183-kukui-jacuzzi-willow.dtsi | 10 trackpad@2c {
|
H A D | mt8183-kukui-jacuzzi-juniper.dtsi | 10 trackpad@2c {
|
H A D | mt8183-kukui-jacuzzi-pico.dts | 23 trackpad@2c {
|
H A D | mt8183-kukui-jacuzzi-pico6.dts | 36 trackpad@2c {
|
H A D | mt8186-corsola-steelix.dtsi | 121 trackpad@2c {
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-lazor-limozeen-nots-r4.dts | 16 * rev4-sku5 was built with a different trackpad. 18 /delete-node/&trackpad; 20 trackpad: trackpad@2c { label
|
H A D | sc7280-herobrine-herobrine-r1.dts | 52 * 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 D | sc7180-trogdor-pazquel.dtsi | 29 /delete-node/&trackpad; 32 trackpad: trackpad@15 { label
|
H A D | sc7280-crd-r3.dts | 49 trackpad: trackpad@15 { label
|
H A D | sc7280-herobrine-zombie.dtsi | 27 trackpad: trackpad@15 { label
|
H A D | sc7280-herobrine-villager.dtsi | 26 trackpad: trackpad@2c { label
|
H A D | sc7280-herobrine-evoker.dtsi | 27 trackpad: trackpad@15 { label
|
H A D | sc7280-herobrine-crd.dts | 58 trackpad: trackpad@15 { label
|
H A D | sc7180-trogdor-r1.dts | 51 &trackpad {
|
H A D | sc7180-trogdor-lazor.dtsi | 67 &trackpad {
|
/linux/drivers/input/misc/ |
H A D | iqs626a.c | 449 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 D | rk3399-gru-bob.dts | 47 trackpad: trackpad@15 { label
|
/linux/drivers/platform/chrome/ |
H A D | chromeos_of_hw_prober.c | 61 DEFINE_CHROMEOS_I2C_PROBE_CFG_SIMPLE_BY_TYPE(trackpad);
|
/linux/Documentation/input/devices/ |
H A D | bcm5974.rst | 24 This driver adds support for the multi-touch trackpad on the new Apple
|
/linux/drivers/input/mouse/ |
H A D | Kconfig | 238 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 D | event-codes.rst | 170 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.
|