Lines Matching defs:model
209 * @model_flags: flags (vary by model number, but significance otherwise
211 * @model_no: the touchpad model number
496 u16 model;
502 .model = 0x04, /* MB8 MB9 MB10 */
506 .model = 0x05, /* MBP13,1 MBP13,2 MBP14,1 MBP14,2 */
510 .model = 0x06, /* MBP13,3 MBP14,3 */
1198 static const struct applespi_tp_info *applespi_find_touchpad_info(u8 model)
1202 for (info = applespi_tp_models; info->model; info++) {
1203 if (info->model == model)
1222 "Unknown touchpad model %x - falling back to MB8 touchpad\n",