Lines Matching refs:tp_info
300 struct touchpad_info_protocol tp_info; member
374 struct applespi_tp_info tp_info; member
497 struct applespi_tp_info tp_info; member
503 .tp_info = { -5087, -182, 5579, 6089 },
507 .tp_info = { -6243, -170, 6749, 7685 },
511 .tp_info = { -7456, -163, 7976, 9283 },
1024 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1039 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1204 return &info->tp_info; in applespi_find_touchpad_info()
1214 const struct applespi_tp_info *tp_info; in applespi_register_touchpad_device() local
1219 tp_info = applespi_find_touchpad_info(rcvd_tp_info->model_no); in applespi_register_touchpad_device()
1220 if (!tp_info) { in applespi_register_touchpad_device()
1224 tp_info = &applespi_tp_models[0].tp_info; in applespi_register_touchpad_device()
1227 applespi->tp_info = *tp_info; in applespi_register_touchpad_device()
1236 applespi->tp_info.x_min = x; in applespi_register_touchpad_device()
1237 applespi->tp_info.y_min = y; in applespi_register_touchpad_device()
1238 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device()
1239 applespi->tp_info.y_max = y + h; in applespi_register_touchpad_device()
1250 applespi->tp_info.x_min, in applespi_register_touchpad_device()
1251 applespi->tp_info.y_min, in applespi_register_touchpad_device()
1252 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device()
1253 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1298 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()
1301 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()
1349 applespi->rcvd_tp_info = message->tp_info; in applespi_handle_cmd_response()