Lines Matching refs:tp_info
309 struct touchpad_info_protocol tp_info; member
383 struct applespi_tp_info tp_info; member
506 struct applespi_tp_info tp_info; member
512 .tp_info = { -5087, -182, 5579, 6089 },
516 .tp_info = { -6243, -170, 6749, 7685 },
520 .tp_info = { -7456, -163, 7976, 9283 },
1020 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1035 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1200 return &info->tp_info; in applespi_find_touchpad_info()
1210 const struct applespi_tp_info *tp_info; in applespi_register_touchpad_device() local
1215 tp_info = applespi_find_touchpad_info(rcvd_tp_info->model_no); in applespi_register_touchpad_device()
1216 if (!tp_info) { in applespi_register_touchpad_device()
1220 tp_info = &applespi_tp_models[0].tp_info; in applespi_register_touchpad_device()
1223 applespi->tp_info = *tp_info; in applespi_register_touchpad_device()
1232 applespi->tp_info.x_min = x; in applespi_register_touchpad_device()
1233 applespi->tp_info.y_min = y; in applespi_register_touchpad_device()
1234 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device()
1235 applespi->tp_info.y_max = y + h; in applespi_register_touchpad_device()
1246 applespi->tp_info.x_min, in applespi_register_touchpad_device()
1247 applespi->tp_info.y_min, in applespi_register_touchpad_device()
1248 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device()
1249 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1294 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()
1297 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()
1345 applespi->rcvd_tp_info = message->tp_info; in applespi_handle_cmd_response()