Searched refs:contacts (Results 1 – 2 of 2) sorted by relevance
458 report_data->contacts[0].x = in cypress_parse_packet()460 report_data->contacts[0].y = in cypress_parse_packet()463 report_data->contacts[0].z = packet[4]; in cypress_parse_packet()466 report_data->contacts[0].x = in cypress_parse_packet()468 report_data->contacts[0].y = in cypress_parse_packet()471 report_data->contacts[0].z = packet[4]; in cypress_parse_packet()473 report_data->contacts[1].x = in cypress_parse_packet()475 report_data->contacts[1].y = in cypress_parse_packet()478 report_data->contacts[1].z = report_data->contacts[0].z; in cypress_parse_packet()504 report_data->contacts[i].x, in cypress_parse_packet()[all …]
145 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS]; member