Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dtsc2007.h52 struct ts_event { struct
85 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
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()
Dtps6507x-ts.c34 struct ts_event { struct
45 struct ts_event tc; argument
Dtsc2007_iio.c71 struct ts_event tc; in tsc2007_read_raw()
/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c505 static u64 get_block_timestamp(struct mlx5_fw_tracer *tracer, u64 *ts_event) in get_block_timestamp() argument
510 event_id = MLX5_GET(tracer_event, ts_event, event_id); in get_block_timestamp()
513 poll_trace(tracer, &tracer_event, ts_event); in get_block_timestamp()
695 u64 *ts_event; in mlx5_fw_tracer_handle_traces() local
705 ts_event = tracer->buff.log_buf + prev_start_offset + in mlx5_fw_tracer_handle_traces()
707 last_block_timestamp = get_block_timestamp(tracer, ts_event); in mlx5_fw_tracer_handle_traces()