Lines Matching defs:point
117 * Status of a DualSense touch point contact.
307 * Status of a DualShock4 touch point contact.
1428 struct dualsense_touch_point *point = &ds_report->points[i];
1429 bool active = (point->contact & DS_TOUCH_POINT_INACTIVE) ? false : true;
1435 int x = (point->x_hi << 8) | point->x_lo;
1436 int y = (point->y_hi << 4) | point->y_lo;
2286 struct dualshock4_touch_point *point = &touch_report->points[j];
2287 bool active = (point->contact & DS4_TOUCH_POINT_INACTIVE) ? false : true;
2293 int x = (point->x_hi << 8) | point->x_lo;
2294 int y = (point->y_hi << 4) | point->y_lo;
2319 /* Take the mid-point for each battery capacity value,