Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dtsc2007.h54 struct ts_event { struct
87 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
H A Dtsc2007_core.c53 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values()
69 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance()
115 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c512 static u64 get_block_timestamp(struct mlx5_fw_tracer *tracer, u64 *ts_event) in get_block_timestamp() argument
517 event_id = MLX5_GET(tracer_event, ts_event, event_id); in get_block_timestamp()
520 poll_trace(tracer, &tracer_event, ts_event); in get_block_timestamp()
722 u64 *ts_event; in mlx5_fw_tracer_handle_traces() local
732 ts_event = tracer->buff.log_buf + prev_start_offset + in mlx5_fw_tracer_handle_traces()
734 last_block_timestamp = get_block_timestamp(tracer, ts_event); in mlx5_fw_tracer_handle_traces()