Searched refs:vx_rmh (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/drivers/vx/ |
D | vx_pcm.c | 105 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time() 142 struct vx_rmh rmh; in vx_set_stream_format() 198 struct vx_rmh rmh; in vx_set_ibl() 228 struct vx_rmh rmh; in vx_get_pipe_state() 253 struct vx_rmh rmh; in vx_query_hbuffer_size() 277 struct vx_rmh rmh; in vx_pipe_can_start() 297 struct vx_rmh rmh; in vx_conf_pipe() 311 struct vx_rmh rmh; in vx_send_irqa() 389 struct vx_rmh rmh; in vx_stop_pipe() 411 struct vx_rmh rmh; in vx_alloc_pipe() [all …]
|
D | vx_cmd.h | 212 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd); 221 static inline void vx_set_pipe_cmd_params(struct vx_rmh *rmh, int is_capture, in vx_set_pipe_cmd_params() 239 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 | 35 struct vx_rmh rmh; in vx_modify_board_clock() 49 struct vx_rmh rmh; in vx_modify_board_inputs()
|
D | vx_cmd.c | 100 void vx_init_rmh(struct vx_rmh *rmh, unsigned int cmd) in vx_init_rmh()
|
D | vx_core.c | 160 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status() 241 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 | 224 struct vx_rmh rmh; in vx_adjust_audio_level() 264 struct vx_rmh rmh; 381 struct vx_rmh rmh; in vx_get_audio_vu_meter()
|
/linux-2.6.39/include/sound/ |
D | vx_core.h | 46 struct vx_rmh { struct 184 struct vx_rmh irq_rmh; /* RMH used in interrupts */ 276 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh); 277 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
|