Home
last modified time | relevance | path

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

/openbmc/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.c98 static int sys_t_output_open(void *priv, struct stm_output *output) in sys_t_output_open()
113 static void sys_t_output_close(struct stm_output *output) in sys_t_output_close()
287 static ssize_t sys_t_write(struct stm_data *data, struct stm_output *output, in sys_t_write()
H A Dp_basic.c12 static ssize_t basic_write(struct stm_data *data, struct stm_output *output, in basic_write()
H A Dcore.c186 static void stm_output_claim(struct stm_device *stm, struct stm_output *output) in stm_output_claim()
203 stm_output_disclaim(struct stm_device *stm, struct stm_output *output) in stm_output_disclaim()
283 struct stm_output *output) in stm_output_assign()
340 static void stm_output_free(struct stm_device *stm, struct stm_output *output) in stm_output_free()
352 static void stm_output_init(struct stm_output *output) in stm_output_init()
542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, in stm_assign_first_policy()
602 stm_write(struct stm_device *stm, struct stm_output *output, in stm_write()