Searched refs:vx_rmh (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/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() 182 struct vx_rmh rmh; in vx_set_ibl() 212 struct vx_rmh rmh; in vx_get_pipe_state() 237 struct vx_rmh rmh; in vx_query_hbuffer_size() 261 struct vx_rmh rmh; in vx_pipe_can_start() 281 struct vx_rmh rmh; in vx_conf_pipe() 295 struct vx_rmh rmh; in vx_send_irqa() 375 struct vx_rmh rmh; in vx_stop_pipe() 397 struct vx_rmh rmh; in vx_alloc_pipe() [all …]
|
D | vx_cmd.h | 199 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd); 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_uer.c | 22 struct vx_rmh rmh; in vx_modify_board_clock() 36 struct vx_rmh rmh; in vx_modify_board_inputs()
|
D | vx_cmd.c | 87 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd) in vx_init_rmh()
|
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_mixer.c | 207 struct vx_rmh rmh; in vx_adjust_audio_level() 247 struct vx_rmh rmh; 364 struct vx_rmh rmh; in vx_get_audio_vu_meter()
|
/linux-6.1.9/include/sound/ |
D | vx_core.h | 27 struct vx_rmh { struct 161 struct vx_rmh irq_rmh; /* RMH used in interrupts */ 255 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh); 256 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
|