Searched refs:ts_event (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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;
|
H A D | tsc2007_iio.c | 71 struct ts_event tc; in tsc2007_read_raw()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tsc2007.h | 54 struct ts_event { struct 87 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc);
|
H A D | tsc2007_core.c | 53 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 D | tps6507x-ts.c | 34 struct ts_event { struct 45 struct ts_event tc;
|
H A D | tsc2007_iio.c | 71 struct ts_event tc; in tsc2007_read_raw()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fw_tracer.c | 505 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fw_tracer.c | 512 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()
|
Completed in 7 milliseconds