Searched refs:stm_output (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | stm.h | 63 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);
  | 
| D | p_sys-t.c | 98 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()
  | 
| D | p_basic.c | 12 static ssize_t basic_write(struct stm_data *data, struct stm_output *output,  in basic_write()
  | 
| D | core.c | 186 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()
  |