Searched refs:vx_send_msg_nolock (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_core.c | 220 * vx_send_msg_nolock - send a DSP message and read back the status 228 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock() function 331 * see vx_send_msg_nolock(). 338 err = vx_send_msg_nolock(chip, rmh); in vx_send_msg() 472 err = vx_send_msg_nolock(chip, &chip->irq_rmh); in vx_test_irq_src()
|
H A D | vx_pcm.c | 588 err = vx_send_msg_nolock(chip, &rmh); in vx_notify_end_of_buffer()
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_core.c | 225 * vx_send_msg_nolock - send a DSP message and read back the status 233 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock() function 344 * see vx_send_msg_nolock(). 351 err = vx_send_msg_nolock(chip, rmh); in vx_send_msg() 489 err = vx_send_msg_nolock(chip, &chip->irq_rmh); in vx_test_irq_src()
|
H A D | vx_pcm.c | 590 err = vx_send_msg_nolock(chip, &rmh); in vx_notify_end_of_buffer()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | vx_core.h | 256 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | vx_core.h | 256 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
|
Completed in 8 milliseconds