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 },
1039 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1054 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1219 return &info->tp_info; in applespi_find_touchpad_info()
1229 const struct applespi_tp_info *tp_info; in applespi_register_touchpad_device() local
1234 tp_info = applespi_find_touchpad_info(rcvd_tp_info->model_no); in applespi_register_touchpad_device()
1235 if (!tp_info) { in applespi_register_touchpad_device()
1239 tp_info = &applespi_tp_models[0].tp_info; in applespi_register_touchpad_device()
1242 applespi->tp_info = *tp_info; in applespi_register_touchpad_device()
1251 applespi->tp_info.x_min = x; in applespi_register_touchpad_device()
1252 applespi->tp_info.y_min = y; in applespi_register_touchpad_device()
1253 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device()
1254 applespi->tp_info.y_max = y + h; in applespi_register_touchpad_device()
1265 applespi->tp_info.x_min, in applespi_register_touchpad_device()
1266 applespi->tp_info.y_min, in applespi_register_touchpad_device()
1267 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device()
1268 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1313 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()
1316 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()
1364 applespi->rcvd_tp_info = message->tp_info; in applespi_handle_cmd_response()