Searched defs:uatp_parameters (Results 1 – 1 of 1) sorted by relevance
546 struct uatp_parameters { struct547 unsigned int x_ratio; /* Screen width / trackpad width. */548 unsigned int x_sensors; /* Number of horizontal sensors. */549 unsigned int x_sensors_17; /* XXX Same, on a 17" laptop. */550 unsigned int y_ratio; /* Screen height / trackpad height. */551 unsigned int y_sensors; /* Number of vertical sensors. */552 unsigned int input_size; /* Size in bytes of input packets. */578 static const struct uatp_parameters fountain_parameters = { argument