Searched refs:contacts (Results 1 – 2 of 2) sorted by relevance
455 report_data->contacts[0].x = in cypress_parse_packet()457 report_data->contacts[0].y = in cypress_parse_packet()460 report_data->contacts[0].z = packet[4]; in cypress_parse_packet()463 report_data->contacts[0].x = in cypress_parse_packet()465 report_data->contacts[0].y = in cypress_parse_packet()468 report_data->contacts[0].z = packet[4]; in cypress_parse_packet()470 report_data->contacts[1].x = in cypress_parse_packet()472 report_data->contacts[1].y = in cypress_parse_packet()475 report_data->contacts[1].z = report_data->contacts[0].z; in cypress_parse_packet()501 report_data->contacts[i].x, in cypress_parse_packet()[all …]
145 struct cytp_contact contacts[CYTP_MAX_MT_SLOTS]; member