Home
last modified time | relevance | path

Searched refs:stm_output (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/stm/
H A Dstm.h63 struct stm_output { struct
73 struct stm_output output; argument
86 struct stm_output output;
98 struct stm_output *output, unsigned int chan,
101 int (*output_open)(void *priv, struct stm_output *output);
102 void (*output_close)(struct stm_output *output);
H A Dp_sys-t.c126 static int sys_t_output_open(void *priv, struct stm_output *output) in sys_t_output_open()
141 static void sys_t_output_close(struct stm_output *output) in sys_t_output_close()
368 static ssize_t sys_t_write(struct stm_data *data, struct stm_output *output, in sys_t_write()