Lines Matching refs:touchpad
3 * MacBook (Pro) SPI keyboard and touchpad driver
10 * The keyboard and touchpad controller on the MacBookAir6, MacBookPro12,
111 MODULE_PARM_DESC(touchpad_dimensions, "The pixel dimensions of the touchpad, as XxY+W+H .");
148 * @pressure: pressure on forcetouch touchpad
172 * struct touchpad_protocol - touchpad message.
194 * struct command_protocol_tp_info - get touchpad info.
205 * struct touchpad_info - touchpad info response.
211 * @model_no: the touchpad model number
299 struct touchpad_protocol touchpad;
323 * @device: 1 = keyboard, 2 = touchpad
1030 return; /* touchpad isn't initialized yet */
1218 /* set up touchpad dimensions */
1222 "Unknown touchpad model %x - falling back to MB8 touchpad\n",
1235 "Overriding touchpad dimensions from module param\n");
1242 "Invalid touchpad dimensions '%s': must be in the form XxY+W+H\n",
1256 /* create touchpad input device */
1260 "Failed to allocate touchpad input device\n");
1304 /* touchpad button */
1321 "Unable to register touchpad input device (%d)\n", sts);
1505 tp = &message->touchpad;
1782 /* trigger touchpad setup */
1807 /* set up debugfs entries for touchpad dimensions logging */
1938 /* switch the touchpad into multitouch mode */