Home
last modified time | relevance | path

Searched refs:t_axes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dlistdev.c229 int i, j, axes, t_axes; in CopySwapValuatorClass() local
237 t_axes = axes < VPC ? axes : VPC; in CopySwapValuatorClass()
238 if (t_axes < 0) in CopySwapValuatorClass()
239 t_axes = v->numAxes % VPC; in CopySwapValuatorClass()
242 v2->length = sizeof(xValuatorInfo) + t_axes * sizeof(xAxisInfo); in CopySwapValuatorClass()
243 v2->num_axes = t_axes; in CopySwapValuatorClass()
252 for (j = 0; j < t_axes; j++) { in CopySwapValuatorClass()