Lines Matching full:model
32 u8 model; member
207 static const struct ps2pp_info *get_model_info(unsigned char model) in get_model_info() argument
260 if (model == ps2pp_list[i].model) in get_model_info()
267 * Set up input device's properties based on the detected mouse model.
353 * and its exact model and try turning on extended protocol for ones
362 u8 model, buttons; in ps2pp_detect() local
374 model = ((param[0] >> 4) & 0x07) | ((param[0] << 3) & 0x78); in ps2pp_detect()
377 if (!model || !buttons) in ps2pp_detect()
380 model_info = get_model_info(model); in ps2pp_detect()
421 "Detected unknown Logitech mouse model %d\n", in ps2pp_detect()
422 model); in ps2pp_detect()
427 psmouse->model = model; in ps2pp_detect()