Searched refs:vx_send_msg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_pcm.c | 139 return vx_send_msg(chip, &rmh); in vx_set_stream_format() 186 err = vx_send_msg(chip, &rmh); in vx_set_ibl() 216 err = vx_send_msg(chip, &rmh); in vx_get_pipe_state() 243 result = vx_send_msg(chip, &rmh); in vx_query_hbuffer_size() 267 err = vx_send_msg(chip, &rmh); in vx_pipe_can_start() 287 return vx_send_msg(chip, &rmh); in vx_conf_pipe() 298 return vx_send_msg(chip, &rmh); in vx_send_irqa() 376 return vx_send_msg(chip, &rmh); in vx_stop_pipe() 408 err = vx_send_msg(chip, &rmh); in vx_alloc_pipe() 418 vx_send_msg(chi in vx_alloc_pipe() [all...] |
H A D | vx_uer.c | 28 return vx_send_msg(chip, &rmh); in vx_modify_board_clock() 40 return vx_send_msg(chip, &rmh); in vx_modify_board_inputs()
|
H A D | vx_mixer.c | 238 return vx_send_msg(chip, &rmh); in vx_adjust_audio_level() 255 err = vx_send_msg(chip, &rmh); 379 err = vx_send_msg(chip, &rmh); in vx_get_audio_vu_meter()
|
H A D | vx_core.c | 236 snd_printd(KERN_DEBUG "vx_send_msg: vx_reset_chk error\n"); in vx_send_msg_nolock() 258 snd_printd(KERN_DEBUG "vx_send_msg: wait tx empty error\n"); in vx_send_msg_nolock() 269 snd_printd(KERN_DEBUG "vx_send_msg: send IRQ_MESSAGE error\n"); in vx_send_msg_nolock() 280 snd_printd(KERN_DEBUG "vx_send_msg: rx_full read error\n"); in vx_send_msg_nolock() 296 snd_printd(KERN_DEBUG "vx_send_msg: tx_ready error\n"); in vx_send_msg_nolock() 307 snd_printd(KERN_DEBUG "vx_send_msg: IRQ_READ_NEXT error\n"); in vx_send_msg_nolock() 313 snd_printd(KERN_DEBUG "vx_send_msg: TX_READY error\n"); in vx_send_msg_nolock() 327 * vx_send_msg - send a DSP message with mutex 333 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg() function
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_pcm.c | 139 return vx_send_msg(chip, &rmh); in vx_set_stream_format() 186 err = vx_send_msg(chip, &rmh); in vx_set_ibl() 216 err = vx_send_msg(chip, &rmh); in vx_get_pipe_state() 243 result = vx_send_msg(chip, &rmh); in vx_query_hbuffer_size() 267 err = vx_send_msg(chip, &rmh); in vx_pipe_can_start() 287 return vx_send_msg(chip, &rmh); in vx_conf_pipe() 298 return vx_send_msg(chip, &rmh); in vx_send_irqa() 378 return vx_send_msg(chip, &rmh); in vx_stop_pipe() 410 err = vx_send_msg(chip, &rmh); in vx_alloc_pipe() 420 vx_send_msg(chi in vx_alloc_pipe() [all...] |
H A D | vx_uer.c | 28 return vx_send_msg(chip, &rmh); in vx_modify_board_clock() 40 return vx_send_msg(chip, &rmh); in vx_modify_board_inputs()
|
H A D | vx_mixer.c | 238 return vx_send_msg(chip, &rmh); in vx_adjust_audio_level() 255 err = vx_send_msg(chip, &rmh); 379 err = vx_send_msg(chip, &rmh); in vx_get_audio_vu_meter()
|
H A D | vx_core.c | 242 snd_printd(KERN_DEBUG "vx_send_msg: vx_reset_chk error\n"); in vx_send_msg_nolock() 265 snd_printd(KERN_DEBUG "vx_send_msg: wait tx empty error\n"); in vx_send_msg_nolock() 277 snd_printd(KERN_DEBUG "vx_send_msg: send IRQ_MESSAGE error\n"); in vx_send_msg_nolock() 290 snd_printd(KERN_DEBUG "vx_send_msg: rx_full read error\n"); in vx_send_msg_nolock() 307 snd_printd(KERN_DEBUG "vx_send_msg: tx_ready error\n"); in vx_send_msg_nolock() 319 snd_printd(KERN_DEBUG "vx_send_msg: IRQ_READ_NEXT error\n"); in vx_send_msg_nolock() 326 snd_printd(KERN_DEBUG "vx_send_msg: TX_READY error\n"); in vx_send_msg_nolock() 340 * vx_send_msg - send a DSP message with mutex 346 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg() function
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | vx_core.h | 255 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | vx_core.h | 255 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh);
|
Completed in 17 milliseconds