Searched refs:ts_event (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | tsc2007.h | 52 struct ts_event { struct 85 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
|
| H A D | tsc2007_core.c | 52 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 68 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance() 114 struct ts_event tc; in tsc2007_soft_irq()
|
| H A D | tps6507x-ts.c | 34 struct ts_event { struct 45 struct ts_event tc; argument
|
| H A D | tsc2007_iio.c | 71 struct ts_event tc; in tsc2007_read_raw()
|
| H A D | ads7846.c | 66 struct ts_event { struct 89 struct ts_event tc; argument
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.h | 135 struct ts_event { struct 173 struct ts_event *events;
|
| H A D | focaltech_core.c | 430 struct ts_event *events = data->events; in fts_input_report_b() 512 struct ts_event *events = data->events; in fts_input_report_a() 607 struct ts_event *events = data->events; in fts_read_parse_touchdata() 805 events_num = point_num * sizeof(struct ts_event); in fts_report_buffer_init() 806 ts_data->events = (struct ts_event *)kzalloc(events_num, GFP_KERNEL); in fts_report_buffer_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_core.h | 127 struct ts_event { struct 156 struct ts_event *events; argument
|
| H A D | focaltech_core.c | 625 struct ts_event *events = data->events; in fts_input_report_b() 711 struct ts_event *events = data->events; in fts_input_report_a() 778 struct ts_event *events = data->events; in fts_read_touchdata() 1015 ts_data->events = (struct ts_event *)kzalloc(point_num * sizeof(struct ts_event), GFP_KERNEL); in fts_input_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 504 static u64 get_block_timestamp(struct mlx5_fw_tracer *tracer, u64 *ts_event) in get_block_timestamp() argument 509 event_id = MLX5_GET(tracer_event, ts_event, event_id); in get_block_timestamp() 512 poll_trace(tracer, &tracer_event, ts_event); in get_block_timestamp() 694 u64 *ts_event; in mlx5_fw_tracer_handle_traces() local 704 ts_event = tracer->buff.log_buf + prev_start_offset + in mlx5_fw_tracer_handle_traces() 706 last_block_timestamp = get_block_timestamp(tracer, ts_event); in mlx5_fw_tracer_handle_traces()
|