Lines Matching refs:tp_info
299 struct touchpad_info_protocol tp_info; member
373 struct applespi_tp_info tp_info; member
496 struct applespi_tp_info tp_info; member
502 .tp_info = { -5087, -182, 5579, 6089 },
506 .tp_info = { -6243, -170, 6749, 7685 },
510 .tp_info = { -7456, -163, 7976, 9283 },
1015 const struct applespi_tp_info *tp_info = &applespi->tp_info; in report_tp_state() local
1030 applespi->pos[n].y = tp_info->y_min + tp_info->y_max - in report_tp_state()
1195 return &info->tp_info; in applespi_find_touchpad_info()
1205 const struct applespi_tp_info *tp_info; in applespi_register_touchpad_device() local
1210 tp_info = applespi_find_touchpad_info(rcvd_tp_info->model_no); in applespi_register_touchpad_device()
1211 if (!tp_info) { in applespi_register_touchpad_device()
1215 tp_info = &applespi_tp_models[0].tp_info; in applespi_register_touchpad_device()
1218 applespi->tp_info = *tp_info; in applespi_register_touchpad_device()
1227 applespi->tp_info.x_min = x; in applespi_register_touchpad_device()
1228 applespi->tp_info.y_min = y; in applespi_register_touchpad_device()
1229 applespi->tp_info.x_max = x + w; in applespi_register_touchpad_device()
1230 applespi->tp_info.y_max = y + h; in applespi_register_touchpad_device()
1241 applespi->tp_info.x_min, in applespi_register_touchpad_device()
1242 applespi->tp_info.y_min, in applespi_register_touchpad_device()
1243 applespi->tp_info.x_max - applespi->tp_info.x_min, in applespi_register_touchpad_device()
1244 applespi->tp_info.y_max - applespi->tp_info.y_min); in applespi_register_touchpad_device()
1289 applespi->tp_info.x_min, applespi->tp_info.x_max, in applespi_register_touchpad_device()
1292 applespi->tp_info.y_min, applespi->tp_info.y_max, in applespi_register_touchpad_device()
1340 applespi->rcvd_tp_info = message->tp_info; in applespi_handle_cmd_response()