Searched refs:vx_rmh (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/drivers/vx/ |
| H A 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() 214 struct vx_rmh rmh; in vx_get_pipe_state() 239 struct vx_rmh rmh; in vx_query_hbuffer_size() 263 struct vx_rmh rmh; in vx_pipe_can_start() 283 struct vx_rmh rmh; in vx_conf_pipe() 297 struct vx_rmh rmh; in vx_send_irqa() 377 struct vx_rmh rmh; in vx_stop_pipe() 399 struct vx_rmh rmh; in vx_alloc_pipe() [all …]
|
| H A 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()
|
| H A D | vx_cmd.c | 87 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd) in vx_init_rmh()
|
| /linux/include/sound/ |
| H A D | vx_core.h | 27 struct vx_rmh { struct 160 struct vx_rmh irq_rmh; /* RMH used in interrupts */ 254 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh); 255 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
|