Searched defs:rmh (Results 1 – 12 of 12) sorted by relevance
/sound/drivers/vx/ |
D | vx_pcm.c | 89 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time() 126 struct vx_rmh rmh; in vx_set_stream_format() local 182 struct vx_rmh rmh; in vx_set_ibl() local 212 struct vx_rmh rmh; in vx_get_pipe_state() local 237 struct vx_rmh rmh; in vx_query_hbuffer_size() local 261 struct vx_rmh rmh; in vx_pipe_can_start() local 281 struct vx_rmh rmh; in vx_conf_pipe() local 295 struct vx_rmh rmh; in vx_send_irqa() local 375 struct vx_rmh rmh; in vx_stop_pipe() local 397 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 | 152 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status() 233 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock() 346 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
|
/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 | 238 struct pcxhr_rmh rmh; in pcxhr_get_clock_reg() local 312 struct pcxhr_rmh rmh; in pcxhr_sub_set_clock() local 381 struct pcxhr_rmh rmh; in pcxhr_set_clock() local 416 struct pcxhr_rmh rmh; in pcxhr_sub_get_external_clock() local 494 struct pcxhr_rmh rmh; in pcxhr_set_stream_state() local 546 struct pcxhr_rmh rmh; in pcxhr_set_format() local 625 struct pcxhr_rmh rmh; in pcxhr_update_r_buffer() local 880 struct pcxhr_rmh rmh; in pcxhr_hardware_timer() local 1227 struct pcxhr_rmh rmh; in pcxhr_proc_info() local 1380 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
|
/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
|