Searched defs:ts_event (Results 1 – 6 of 6) sorted by relevance
52 struct ts_event { struct53 u16 x;54 u16 y;55 u16 z1, z2;
34 struct ts_event { struct45 struct ts_event tc; argument
66 struct ts_event { struct89 struct ts_event tc; argument
127 struct ts_event { struct128 int x; /*x coordinate */129 int y; /*y coordinate */130 int p; /* pressure */131 int flag; /* touch event flag: 0 -- down; 1-- up; 2 -- contact */132 int id; /*touch ID */156 struct ts_event *events; argument
135 struct ts_event { struct136 int x; /*x coordinate */137 int y; /*y coordinate */138 int p; /* pressure */139 int flag; /* touch event flag: 0 -- down; 1-- up; 2 -- contact */140 int id; /*touch ID */141 int area;
504 static u64 get_block_timestamp(struct mlx5_fw_tracer *tracer, u64 *ts_event) in get_block_timestamp()694 u64 *ts_event; in mlx5_fw_tracer_handle_traces() local