Searched refs:vx_set_stream_cmd_params (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_cmd.h | 221 * vx_set_stream_cmd_params - fill first command word for stream commands 226 static inline void vx_set_stream_cmd_params(struct vx_rmh *rmh, int is_capture, int pipe) in vx_set_stream_cmd_params() function
|
H A D | vx_pcm.c | 462 vx_set_stream_cmd_params(&rmh, pipe->is_capture, pipe->number); in vx_start_stream() 478 vx_set_stream_cmd_params(&rmh, pipe->is_capture, pipe->number); in vx_stop_stream() 587 vx_set_stream_cmd_params(&rmh, 0, pipe->number); in vx_notify_end_of_buffer()
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_cmd.h | 221 * vx_set_stream_cmd_params - fill first command word for stream commands 226 static inline void vx_set_stream_cmd_params(struct vx_rmh *rmh, int is_capture, int pipe) in vx_set_stream_cmd_params() function
|
H A D | vx_pcm.c | 464 vx_set_stream_cmd_params(&rmh, pipe->is_capture, pipe->number); in vx_start_stream() 480 vx_set_stream_cmd_params(&rmh, pipe->is_capture, pipe->number); in vx_stop_stream() 589 vx_set_stream_cmd_params(&rmh, 0, pipe->number); in vx_notify_end_of_buffer()
|
Completed in 5 milliseconds