Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtsc2007.h52 struct ts_event { struct
85 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
H A Dtsc2007_core.c52 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 Dtps6507x-ts.c34 struct ts_event { struct
45 struct ts_event tc; argument
H A Dtsc2007_iio.c71 struct ts_event tc; in tsc2007_read_raw()
H A Dads7846.c66 struct ts_event { struct
89 struct ts_event tc; argument
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h135 struct ts_event { struct
173 struct ts_event *events;
H A Dfocaltech_core.c430 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 Dfocaltech_core.h127 struct ts_event { struct
156 struct ts_event *events; argument
H A Dfocaltech_core.c625 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 Dfw_tracer.c504 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()