Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dtsc2007.h55 struct ts_event { struct
88 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
Dtsc2007_core.c55 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values()
71 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance()
117 struct ts_event tc; in tsc2007_soft_irq()
Dtps6507x-ts.c35 struct ts_event { struct
46 struct ts_event tc; argument
Dtsc2007_iio.c74 struct ts_event tc; in tsc2007_read_raw()
Dads7846.c67 struct ts_event { struct
90 struct ts_event tc; argument
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c488 static u64 get_block_timestamp(struct mlx5_fw_tracer *tracer, u64 *ts_event) in get_block_timestamp() argument
493 event_id = MLX5_GET(tracer_event, ts_event, event_id); in get_block_timestamp()
496 poll_trace(tracer, &tracer_event, ts_event); in get_block_timestamp()
653 u64 *ts_event; in mlx5_fw_tracer_handle_traces() local
663 ts_event = tracer->buff.log_buf + prev_start_offset + in mlx5_fw_tracer_handle_traces()
665 last_block_timestamp = get_block_timestamp(tracer, ts_event); in mlx5_fw_tracer_handle_traces()