| /Linux-v5.4/sound/drivers/vx/ | 
| D | vx_pcm.c | 90 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh,  in vx_set_differed_time() 127 	struct vx_rmh rmh;  in vx_set_stream_format()  local 183 	struct vx_rmh rmh;  in vx_set_ibl()  local 213 	struct vx_rmh rmh;  in vx_get_pipe_state()  local 238 	struct vx_rmh rmh;  in vx_query_hbuffer_size()  local 262 	struct vx_rmh rmh;  in vx_pipe_can_start()  local 282 	struct vx_rmh rmh;  in vx_conf_pipe()  local 296 	struct vx_rmh rmh;  in vx_send_irqa()  local 374 	struct vx_rmh rmh;  in vx_stop_pipe()  local 396 	struct vx_rmh rmh;  in vx_alloc_pipe()  local [all …] 
 | 
| D | vx_uer.c | 22 	struct vx_rmh rmh;  in vx_modify_board_clock()  local 36 	struct vx_rmh rmh;  in vx_modify_board_inputs()  local
  | 
| D | vx_core.c | 147 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh)  in vx_read_status() 228 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh)  in vx_send_msg_nolock() 333 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh)  in vx_send_msg()
  | 
| D | vx_cmd.c | 87 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd)  in vx_init_rmh()
  | 
| D | vx_cmd.h | 208 static inline void vx_set_pipe_cmd_params(struct vx_rmh *rmh, int is_capture,  in vx_set_pipe_cmd_params() 226 static inline void vx_set_stream_cmd_params(struct vx_rmh *rmh, int is_capture, int pipe)  in vx_set_stream_cmd_params()
  | 
| D | vx_mixer.c | 207 	struct vx_rmh rmh;  in vx_adjust_audio_level()  local 364 	struct vx_rmh rmh;  in vx_get_audio_vu_meter()  local
  | 
| /Linux-v5.4/sound/pci/pcxhr/ | 
| D | pcxhr_hwdep.c | 32 	struct pcxhr_rmh rmh;  in pcxhr_init_board()  local 90 	struct pcxhr_rmh rmh;  in pcxhr_sub_init()  local 123 	struct pcxhr_rmh rmh;  in pcxhr_reset_board()  local 159 	struct pcxhr_rmh rmh;  in pcxhr_dsp_allocate_pipe()  local
  | 
| D | pcxhr_core.c | 532 static int pcxhr_read_rmh_status(struct pcxhr_mgr *mgr, struct pcxhr_rmh *rmh)  in pcxhr_read_rmh_status() 595 static int pcxhr_send_msg_nolock(struct pcxhr_mgr *mgr, struct pcxhr_rmh *rmh)  in pcxhr_send_msg_nolock() 717 void pcxhr_init_rmh(struct pcxhr_rmh *rmh, int cmd)  in pcxhr_init_rmh() 729 void pcxhr_set_pipe_cmd_params(struct pcxhr_rmh *rmh, int capture,  in pcxhr_set_pipe_cmd_params() 755 int pcxhr_send_msg(struct pcxhr_mgr *mgr, struct pcxhr_rmh *rmh)  in pcxhr_send_msg() 784 	struct pcxhr_rmh rmh;  in pcxhr_prepair_pipe_start()  local 823 	struct pcxhr_rmh rmh;  in pcxhr_stop_pipes()  local 855 	struct pcxhr_rmh rmh;  in pcxhr_toggle_pipes()  local 962 	struct pcxhr_rmh rmh;  in pcxhr_write_io_num_reg_cont()  local 1119 	struct pcxhr_rmh rmh;  in pcxhr_stream_read_position()  local
  | 
| D | pcxhr.c | 239 	struct pcxhr_rmh rmh;  in pcxhr_get_clock_reg()  local 313 	struct pcxhr_rmh rmh;  in pcxhr_sub_set_clock()  local 382 	struct pcxhr_rmh rmh;  in pcxhr_set_clock()  local 417 	struct pcxhr_rmh rmh;  in pcxhr_sub_get_external_clock()  local 495 	struct pcxhr_rmh rmh;  in pcxhr_set_stream_state()  local 547 	struct pcxhr_rmh rmh;  in pcxhr_set_format()  local 626 	struct pcxhr_rmh rmh;  in pcxhr_update_r_buffer()  local 882 	struct pcxhr_rmh rmh;  in pcxhr_hardware_timer()  local 1244 		struct pcxhr_rmh rmh;  in pcxhr_proc_info()  local 1397 	struct pcxhr_rmh rmh;  in pcxhr_proc_ltc()  local
  | 
| D | pcxhr_mixer.c | 43 	struct pcxhr_rmh rmh;  in pcxhr_update_analog_audio_level()  local 249 	struct pcxhr_rmh rmh;  in pcxhr_update_playback_stream_level()  local 293 	struct pcxhr_rmh rmh;  in pcxhr_update_audio_pipe_level()  local 573 	struct pcxhr_rmh rmh;  in pcxhr_set_audio_source()  local 856 	struct pcxhr_rmh rmh;  in pcxhr_iec958_capture_byte()  local 956 	struct pcxhr_rmh rmh;  in pcxhr_iec958_update_byte()  local
  | 
| /Linux-v5.4/sound/pci/lx6464es/ | 
| D | lx_core.c | 208 static void lx_message_init(struct lx_rmh *rmh, enum cmd_mb_opcodes cmd)  in lx_message_init() 229 static void lx_message_dump(struct lx_rmh *rmh)  in lx_message_dump() 244 static inline void lx_message_dump(struct lx_rmh *rmh)  in lx_message_dump() 256 static int lx_message_send_atomic(struct lx6464es *chip, struct lx_rmh *rmh)  in lx_message_send_atomic()
  | 
| D | lx6464es.h | 71 	struct lx_rmh           rmh;  member
  |