Home
last modified time | relevance | path

Searched defs:ts_event (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtsc2007.h52 struct ts_event { struct
53 u16 x;
54 u16 y;
55 u16 z1, z2;
H A Dtps6507x-ts.c34 struct ts_event { struct
45 struct ts_event tc; argument
H A Dads7846.c66 struct ts_event { struct
89 struct ts_event tc; argument
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h127 struct ts_event { struct
128 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
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h135 struct ts_event { struct
136 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;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c504 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